Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function getTemplateConditionsAssignment(): array |
||
23 | { |
||
24 | return [ |
||
25 | '@CatalogPage/views/catalog-with-cms-slot/catalog-with-cms-slot.twig' => [ |
||
26 | CmsSlotBlockCategoryConnectorConfig::CONDITION_KEY, |
||
27 | ], |
||
28 | '@Cms/templates/placeholders-title-content-slot/placeholders-title-content-slot.twig' => [ |
||
29 | CmsSlotBlockCmsConnectorConfig::CONDITION_KEY, |
||
30 | ], |
||
31 | '@ProductDetailPage/views/pdp/pdp.twig' => [ |
||
32 | CmsSlotBlockProductCategoryConnectorConfig::CONDITION_KEY, |
||
33 | ], |
||
37 |