mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-26 06:54:38 +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>
37 lines
877 B
XML
37 lines
877 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ClientApplicationInterface xmlns="http://v8.1c.ru/8.2/managed-application/core" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InterfaceLayouter">
|
|
<top>
|
|
<panel id="UUID-001">
|
|
<uuid>UUID-002</uuid>
|
|
</panel>
|
|
</top>
|
|
<left>
|
|
<panel id="UUID-003">
|
|
<uuid>UUID-004</uuid>
|
|
</panel>
|
|
</left>
|
|
<right>
|
|
<group id="UUID-005">
|
|
<group>
|
|
<panel id="UUID-006">
|
|
<uuid>UUID-007</uuid>
|
|
</panel>
|
|
</group>
|
|
<group>
|
|
<panel id="UUID-008">
|
|
<uuid>UUID-009</uuid>
|
|
</panel>
|
|
</group>
|
|
</group>
|
|
</right>
|
|
<bottom>
|
|
<panel id="UUID-010">
|
|
<uuid>UUID-011</uuid>
|
|
</panel>
|
|
</bottom>
|
|
<panelDef id="UUID-004"/>
|
|
<panelDef id="UUID-007"/>
|
|
<panelDef id="UUID-009"/>
|
|
<panelDef id="UUID-002"/>
|
|
<panelDef id="UUID-011"/>
|
|
</ClientApplicationInterface> |