You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
630 B
15 lines
630 B
{# SPDX-License-Identifier: EUPL-1.2 #}
|
|
{# Authors: see README.md #}
|
|
|
|
{{ include('@SeacmsAuth/head-scripts.twig') }}
|
|
{% if canEdit %}
|
|
<script src="{{ plugins_url }}/PicoContentEditor/js/vendor/noty/noty.min.js" type="text/javascript"></script>
|
|
|
|
<script src="{{ plugins_url }}/PicoContentEditor/js/vendor/ContentTools/content-tools.min.js"></script>
|
|
{% if dataLang is not empty %}
|
|
<script id="ContentToolsLanguage" type="application/json" data-lang="{{ dataLang.lang }}">{{ dataLang.data|raw }}</script>
|
|
{% endif %}
|
|
<script src="{{ plugins_url }}/PicoContentEditor/js/editor.js"></script>
|
|
{% endif %}
|
|
|
|
|
|
|