Files
edlp_d8/web/themes/custom/edlptheme/templates/content/edlp-studio-ui.html.twig
T
bachir 9da6cf9927 reinstalled all contribs with composer
need to run :
drush ev 'drupal_flush_all_caches();'
drush cr
and restart nginx and php-fpm before loading the website
2019-04-30 19:27:47 +02:00

9 lines
198 B
Twig

<div class="col small-col-12 med-col-12 large-col-8">
<div class="wrapper studio-ui-wrapper">
<div id="studio-ui">
{{ chutier_ui }}
{{ composition_ui }}
</div>
</div>
</div>