"Add container" is missing
Permalink
Can anyone tell me how C5 decides when to show "Add container" for a particular theme (Both cloneamental and elemental, in this case)?
I do have enableGridContainer() set for the areas in question.
Plus, the page_theme.php file contains
I do have enableGridContainer() set for the areas in question.
<?php $a = new Area('Main'); $a->enableGridContainer(); $a->display($c); ?>
Plus, the page_theme.php file contains
protected $pThemeGridFrameworkHandle = 'bootstrap3';