Open tbordinat opened 4 years ago
Allow developer to configure adminlte_maker this way :
admin_lte_maker: base_layout: 'base.html.twig' datatable: cdn_css: ~ cdn_js: ~
~ or something else, indicating that "I don't want the twig files to contain those lines :"
{% block stylesheets %} {{ parent() }} <link rel="stylesheet" type="text/css" href="*"/> {% endblock %} # And this one <script type="text/javascript" src="*"></script>
Not sure if it's something to do, I'm still wondering :o
Allow developer to configure adminlte_maker this way :
~ or something else, indicating that "I don't want the twig files to contain those lines :"