admin: admin section for thirdparty

This commit is contained in:
nobohan
2022-05-09 17:14:25 +02:00
parent 1c04a873c0
commit 1a764025e1
5 changed files with 50 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{% extends "@ChillMain/Admin/layoutWithVerticalMenu.html.twig" %}
{% block vertical_menu_content %}
{{ chill_menu('admin_thirdparty', {
'layout': '@ChillThirdParty/Admin/menu.html.twig',
}) }}
{% endblock %}
{% block layout_wvm_content %}
{% block admin_content %}<!-- block content empty -->
<h1>{{ 'Third party configuration' |trans }}</h1>
{% endblock %}
{% endblock %}

View File

@@ -0,0 +1,2 @@
{% extends "@ChillMain/Menu/verticalMenu.html.twig" %}
{% block v_menu_title %}{{ 'Third party configuration'|trans }}{% endblock %}