feat: implement swiper slider, tabbed livestream, and table extension plugins with schema updates for settings content
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user