{ "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}" } } ], "params": { "ciPath": "Subsystems/Склад/CommandInterface" }, "input": [ { "operation": "place", "value": "{\"command\": \"Catalog.Товары\", \"group\": \"NavigationPanel.Important\"}" } ], "CreateIfMissing": true }