Skip to content

Commit

Permalink
CMS-2321: Fixed APL Default Template Name
Browse files Browse the repository at this point in the history
  • Loading branch information
tliokos committed Jun 13, 2019
1 parent 2e8d9dd commit 8d58d9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Spryker/Shared/ContentProduct/ContentProductConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ class ContentProductConfig extends AbstractSharedConfig
public const TWIG_FUNCTION_NAME = 'content_product_abstract_list';

/**
* Content item abstract product list default template identifier
* @deprecated Use `\Spryker\Shared\ContentProduct\ContentProductConfig::WIDGET_TEMPLATE_IDENTIFIER_BOTTOM_TITLE` instead.
*/
public const WIDGET_TEMPLATE_IDENTIFIER_DEFAULT = 'default';

/**
* Content item abstract product list bottom-title template identifier
*/
public const WIDGET_TEMPLATE_IDENTIFIER_BOTTOM_TITLE = 'bottom-title';

/**
* Content item abstract product list top-title template identifier
*/
Expand Down

0 comments on commit 8d58d9a

Please sign in to comment.