| 1 |
{% import 'admin/macros.html.twig' as macros %} |
| 2 |
|
| 3 |
<div class='panel panel-default'> |
| 4 |
<div class='panel-body'>Scripts<small>Technical</small></div> |
| 5 |
<table class='table table-bordered table-hover'> |
| 6 |
{{ macros.row('external_files', 'Use external files?', 'checkbox', options, errors, '', '', '', '', 'This will create external files for CSS and JavaScript') }} |
| 7 |
{{ macros.row('minify_scripts', 'Minify scripts?', 'checkbox', options, errors, '', '', '', '', 'This will minify the CSS and JavaScript output') }} |
| 8 |
{{ macros.row('scripts_in_footer', 'Place scripts in footer?', 'checkbox', options, errors, '', '', '', '', 'This will place the JavaScript in the footer') }} |
| 9 |
{{ macros.row('remove_fontawesome', 'Remove FontAwesome scripts', 'checkbox', options, errors, '', 'pro', '', '', 'This will stop the plugins FontAwesome scripts from being loaded. Useful if you want to run your own FontAwesome version or already have it installed.') }} |
| 10 |
{{ macros.row('remove_bootstrap', 'Remove BootStrap scripts', 'checkbox', options, errors, '', 'pro', '', '', 'This will stop the plugins BootStrap scripts from being loaded. Useful if you want to run your own BootStrap version for GlyphIcons or already have it installed.') }} |
| 11 |
</table> |
| 12 |
</div> |
| 13 |
|
| 14 |
<div class='panel panel-default'> |
| 15 |
<div class='panel-body'>Menu<small>Technical</small></div> |
| 16 |
<table class='table table-bordered table-hover'> |
| 17 |
{{ macros.row('custom_walker', 'Custom Walker', 'input', options, errors, '', '', '', '', 'Warning: For extremely advanced use only') }} |
| 18 |
{{ macros.row('mobile_only', 'Show on mobile devices only?', 'checkbox', options, errors, '', 'pro', '', '', 'This will make it not a responsive menu but a "mobile menu"') }} |
| 19 |
{{ macros.row('shortcode', 'Use Shortcode?', 'checkbox', options, errors, '', '', '', '', 'Please place [responsive_menu] in your files to use. Full documentation can be found <a href="https://responsive.menu/docs/advanced-setup/shortcode/" target="_blank">here</a>') }} |
| 20 |
</table> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class='panel panel-default'> |
| 24 |
<div class='panel-body'>Animation Speeds<small>Technical</small></div> |
| 25 |
<table class='table table-bordered table-hover'> |
| 26 |
{{ macros.row('animation_speed', 'Animation Speed', 'input', options, errors, '', '', '', '', '', 's') }} |
| 27 |
{{ macros.row('transition_speed', 'Transition Speed', 'input', options, errors, '', '', '', '', '', 's') }} |
| 28 |
</table> |
| 29 |
</div> |