Expose typed content fields for first home blocks

This commit is contained in:
dcconstructions
2026-06-25 22:03:35 +03:00
parent aaae2da433
commit 69678a441e
10 changed files with 672 additions and 9 deletions
+5
View File
@@ -71,6 +71,11 @@
<button id="delete-block" class="danger-btn" type="button">Удалить</button>
</div>
<section class="content-panel">
<div class="section-title">Контент блока</div>
<div id="content-fields" class="content-fields"></div>
</section>
<label class="json-field">
JSON выбранного блока
<textarea id="block-json" spellcheck="false"></textarea>