Commit 57087a3f authored by Henrique Mendes's avatar Henrique Mendes Committed by Paulo Henrique Cota Starling
Browse files

Issue #3273252 by yivanov, hmendes, andregp: Hide the default hidden system...

Issue #3273252 by yivanov, hmendes, andregp: Hide the default hidden system regions from the Contex Reaction regions list
parent 24e2bca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ class Blocks extends ContextReactionPluginBase implements ContainerFactoryPlugin
    $blocks = $this->getBlocks()->getAllByRegion($theme);

    // Get regions of the selected theme.
    $regions = $this->getSystemRegionList($theme);
    $regions = $this->getSystemRegionList($theme, BlockRepositoryInterface::REGIONS_VISIBLE);

    // Add each region.
    foreach ($regions as $region => $title) {