| Total Complexity | 1 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ContentBannerGuiConfig extends SprykerContentBannerGuiConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | protected const WIDGET_TEMPLATE_IDENTIFIER_SLIDER_WITHOUT_LINK = 'slider-without-link'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | protected const WIDGET_TEMPLATE_IDENTIFIER_SLIDER = 'slider'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Content item banner default template name |
||
| 28 | * |
||
| 29 | * @var string |
||
| 30 | */ |
||
| 31 | protected const WIDGET_TEMPLATE_DISPLAY_NAME_SLIDER = 'content_banner.template.slider'; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Content item banner top-title template name |
||
| 35 | * |
||
| 36 | * @var string |
||
| 37 | */ |
||
| 38 | protected const WIDGET_TEMPLATE_DISPLAY_NAME_SLIDER_WITHOUT_LINK = 'content_banner.template.slider-without-link'; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return array<string, string> |
||
| 42 | */ |
||
| 43 | public function getContentWidgetTemplates(): array |
||
| 54 |