feat: implement swiper slider, tabbed livestream, and table extension plugins with schema updates for settings content

This commit is contained in:
2026-07-25 18:26:29 +07:00
parent 0eb7bd5863
commit 54e420499f
374 changed files with 16434 additions and 495 deletions
@@ -179,6 +179,7 @@
<a class="collapse-item" th:href="@{/manage/plugins}">Installed Plugins</a>
<a class="collapse-item" th:href="@{/manage/plugins/new}">Add New</a>
<a class="collapse-item" th:href="@{/manage/plugins/editor}">Plugin File Editor</a>
<th:block th:utext="${hookManager.applyFilters('admin_menu_plugins', '')}"></th:block>
</div>
</div>
</li>
@@ -419,6 +420,9 @@
<!-- Admin Footer Hook -->
<th:block th:utext="${hookManager.doActionAndReturn('admin_footer')}"></th:block>
<!-- Admin Footer Scripts Hook -->
<th:block th:utext="${hookManager.applyFilters('admin_footer_scripts', '')}"></th:block>
</body>