{# Responsive Menu Jinja template file. Safe to Copy #} {% import 'admin/macros.html.twig' as macros %} {% set section = 'Technical' %}
{{ macros.header('Theme', section) }} {{ macros.row('admin_theme', 'Admin Theme', 'select', options, errors, '', '', 'theme', '', 'You can change the admin layout colour scheme to match your preference.') }}
{{ macros.header('Scripts', section) }} {{ macros.row('external_files', 'Use External Files', 'checkbox', options, errors, '', '', '', '', 'Create external files for the CSS and JavaScript created by this plugin.') }} {{ macros.row('minify_scripts', 'Minify Scripts', 'checkbox', options, errors, '', '', '', '', 'Minify the CSS and JavaScript created by this plugin.') }} {{ macros.row('scripts_in_footer', 'Place Scripts In Footer', 'checkbox', options, errors, '', '', '', '', 'Place the JavaScript created by this plugin in the footer.') }}
{{ macros.header('Remove Scripts', section) }} {{ macros.row('remove_fontawesome', 'Remove FontAwesome Scripts', 'checkbox', options, errors, '', 'pro', '', '', 'Stop this plugins FontAwesome scripts from being loaded. Useful if you want to run your own FontAwesome version or already have it installed.') }} {{ macros.row('remove_bootstrap', 'Remove BootStrap Scripts', 'checkbox', options, errors, '', 'pro', '', '', 'Stop this plugins BootStrap scripts from being loaded. Useful if you want to run your own BootStrap version for GlyphIcons or already have it installed.') }}
{{ macros.header('Transfer', section) }} {% include 'admin/sections/modules/transfer.html.twig' %}
{{ macros.header('Rebuild', section) }} {% include 'admin/sections/modules/rebuild.html.twig' %}