diff options
| author | historia <[not public]> | 2026-07-09 04:03:00 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 04:03:00 -0400 |
| commit | 74153c7814fc4cef988066ef04e38731a943bc12 (patch) | |
| tree | debd8229a1fd02daeb3059e9396008bb525ba4b9 /internal/admin/templates/objects.html | |
| parent | 09d325dcf5e779eab5550d3fd3377bde50101428 (diff) | |
| download | thehouseoficarus-74153c7814fc4cef988066ef04e38731a943bc12.tar.gz | |
feat(admin): nested condition/action buttons to manage complex YAML
Diffstat (limited to 'internal/admin/templates/objects.html')
| -rw-r--r-- | internal/admin/templates/objects.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/templates/objects.html b/internal/admin/templates/objects.html index 5294c4e..9be1b66 100644 --- a/internal/admin/templates/objects.html +++ b/internal/admin/templates/objects.html @@ -11,6 +11,7 @@ </div> <script src="/static/editor.js"></script> <script src="/static/cardeditor.js"></script> +<script src="/static/intereditor.js"></script> <script src="/static/objecteditor.js"></script> <script> initObjectEditor(); |
