mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-12 17:04:57 +03:00
336dade274
JSON-DSL уровня имён: алиасы sections/open/favorites/history/functions
для платформенных uuid, объект {group:[...]} для стека (даёт <group>-
вложенность как у Конфигуратора), несколько записей в одной стороне =
соседние теги (рядом). Файл Ext/ClientApplicationInterface.xml
перезаписывается полностью; panelDef для всех 5 панелей пишется всегда.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "Установить раскладку панелей (top/left/right стек/bottom)",
|
|
"input": [
|
|
{
|
|
"operation": "set-panels",
|
|
"value": {
|
|
"top": ["open"],
|
|
"left": ["sections"],
|
|
"right": [{ "group": ["favorites", "history"] }],
|
|
"bottom": ["functions"]
|
|
}
|
|
}
|
|
]
|
|
}
|