mirror of
https://github.com/flextype/flextype.git
synced 2025-08-19 19:31:31 +02:00
feat(admin-plugin): update base layout for Delivery Content API #349
This commit is contained in:
@@ -203,6 +203,16 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if is_current_path('admin.api.index') or
|
||||
is_current_path('admin.api_tokens.index') or
|
||||
is_current_path('admin.api_tokens.add') or
|
||||
is_current_path('admin.api_tokens.edit') or
|
||||
is_current_path('admin.api_tokens.rename') %}
|
||||
<div class="entry-editor-heading">
|
||||
/ <a href="{{ path_for('admin.api_tokens.index') }}?api={{ api }}">{{ api }}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if is_current_path('admin.themes.information') or
|
||||
is_current_path('admin.themes.settings') %}
|
||||
<div class="entry-editor-heading">
|
||||
|
Reference in New Issue
Block a user