summaryrefslogtreecommitdiffstats
path: root/tests/data/custom-plugin.json.in
blob: 67ca8476a881d6bf8a6b4c8a1fe4685aa6f2e489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "plugin-initializer": "custom_plugin_initializer",
  "api-compat-version": 1,
  "packager-provided-files": [
    {
      "stem": "test-file-from-json",
      "installed-path": "/usr/share/test-files/{name}.test",
      "default-mode": "0644",
      "allow-name-segment": true,
      "reference-documentation": {
          "description": "test of loading PPFs from a JSON",
          "format-documentation-uris": ["man:ls(1)"]
      }
    }
  ]
}