1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

feat(admin-plugin): add themes settings page #296

feat(admin-plugin): add themes imformation page #295
This commit is contained in:
Awilum
2019-11-29 01:53:51 +03:00
parent 4f0f8b371b
commit 068b7f3418

View File

@@ -204,6 +204,13 @@
</div>
{% endif %}
{% if is_current_path('admin.themes.information') or
is_current_path('admin.themes.settings') %}
<div class="entry-editor-heading">
{% if id %} / {{ id }}{% endif %}
</div>
{% endif %}
{% if is_current_path('admin.fieldsets.index') or
is_current_path('admin.fieldsets.edit') or
is_current_path('admin.fieldsets.rename') or