{ "name": "Корректный командный интерфейс", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "Catalog", "name": "Товары" }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "subsystem-compile/scripts/subsystem-compile", "input": { "name": "Склад", "objects": ["Catalogs.Товары"] }, "args": { "-DefinitionFile": "{inputFile}", "-OutputDir": "{workDir}" } }, { "script": "interface-edit/scripts/interface-edit", "input": [{ "operation": "place", "value": "{\"command\": \"Catalog.Товары\", \"group\": \"NavigationPanel.Important\"}" }], "args": { "-CIPath": "{workDir}/Subsystems/Склад/CommandInterface", "-DefinitionFile": "{inputFile}", "-CreateIfMissing": true } } ], "params": { "ciPath": "Subsystems/Склад/CommandInterface" } }