Skip to content

Commit faa2f30

Browse files
committed
extension.json: add description to config values
1 parent c066a47 commit faa2f30

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

extension.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@
1919
},
2020
"config": {
2121
"DFRawEnableDisk": {
22-
"value": false
22+
"value": false,
23+
"description": "Enables reading files from disk"
2324
},
2425
"DFRawPath": {
25-
"value": ""
26+
"value": "",
27+
"description": "Absolute path to raws directory, when empty use 'raws' directory in extension catalog"
2628
},
2729
"DFRawVersion": {
28-
"value": ""
30+
"value": "",
31+
"description": "Version of raw files that will be used when version prefix before filename non defined or empty, for example ':entity_default.txt'"
2932
}
3033
},
3134
"manifest_version": 2

0 commit comments

Comments
 (0)