diff --git a/doc/json_schema.json b/doc/json_schema.json index a91724008..b5e86a82d 100644 --- a/doc/json_schema.json +++ b/doc/json_schema.json @@ -317,7 +317,7 @@ "type": "string" }, "editorFormat": { - "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", + "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", "type": "string" }, "fontFormat": { diff --git a/src/modules/editor/editor.c b/src/modules/editor/editor.c index 11afc0940..42ff06a5e 100644 --- a/src/modules/editor/editor.c +++ b/src/modules/editor/editor.c @@ -130,7 +130,7 @@ static FFModuleBaseInfo ffModuleInfo = { {"Type (Visual / Editor)", "type"}, {"Name", "name"}, {"Exe name of real path", "exe-name"}, - {"Full path of real path", "full-path"}, + {"Full path of real path", "path"}, {"Version", "version"}, })) };