We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066a47 commit faa2f30Copy full SHA for faa2f30
1 file changed
extension.json
@@ -19,13 +19,16 @@
19
},
20
"config": {
21
"DFRawEnableDisk": {
22
- "value": false
+ "value": false,
23
+ "description": "Enables reading files from disk"
24
25
"DFRawPath": {
- "value": ""
26
+ "value": "",
27
+ "description": "Absolute path to raws directory, when empty use 'raws' directory in extension catalog"
28
29
"DFRawVersion": {
30
31
+ "description": "Version of raw files that will be used when version prefix before filename non defined or empty, for example ':entity_default.txt'"
32
}
33
34
"manifest_version": 2
0 commit comments