Skip to content

Commit aa1201f

Browse files
committed
Editor: correct the variable name full-path to path
Fix #1861
1 parent 9b491c2 commit aa1201f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/json_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"type": "string"
318318
},
319319
"editorFormat": {
320-
"description": "Output format of the module `Editor`. See Wiki for formatting syntax\n 1. {type}: Type (Visual / Editor)\n 2. {name}: Name\n 3. {exe-name}: Exe name of real path\n 4. {full-path}: Full path of real path\n 5. {version}: Version",
320+
"description": "Output format of the module `Editor`. See Wiki for formatting syntax\n 1. {type}: Type (Visual / Editor)\n 2. {name}: Name\n 3. {exe-name}: Exe name of real path\n 4. {path}: Full path of real path\n 5. {version}: Version",
321321
"type": "string"
322322
},
323323
"fontFormat": {

src/modules/editor/editor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static FFModuleBaseInfo ffModuleInfo = {
130130
{"Type (Visual / Editor)", "type"},
131131
{"Name", "name"},
132132
{"Exe name of real path", "exe-name"},
133-
{"Full path of real path", "full-path"},
133+
{"Full path of real path", "path"},
134134
{"Version", "version"},
135135
}))
136136
};

0 commit comments

Comments
 (0)