Files
cc-1c-skills/tests/skills/cases/skd-edit/add-drilldown.json
T
Nick Shirokov 46e065adb9 feat(skd-edit): add-drilldown operation for connecting DrillDown to DCS template resources
Adds DetailsAreaTemplateParameter + Расшифровка appearance binding
to all named templates for each specified resource. Comma-separated
value list, idempotent, nesting-aware template scan.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 20:36:50 +03:00

10 lines
265 B
JSON

{
"name": "Добавление расшифровки ресурсов в шаблоны",
"setup": "fixture:drilldown-base",
"params": {
"templatePath": "Template.xml",
"operation": "add-drilldown",
"value": "Ресурс1, Ресурс2"
}
}