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:
@@ -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
|
||||
|
Reference in New Issue
Block a user