We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935dd8d commit deffe81Copy full SHA for deffe81
app/code/Magento/Widget/Model/Widget/Instance.php
@@ -34,6 +34,11 @@ class Instance extends \Magento\Framework\Model\AbstractModel
34
35
const PRODUCT_LAYOUT_HANDLE = 'catalog_product_view';
36
37
+ /**
38
+ * @deprecated see self::SINGLE_PRODUCT_LAYOUT_HANDLE
39
+ */
40
+ const SINGLE_PRODUCT_LAYOUT_HANLDE = self::SINGLE_PRODUCT_LAYOUT_HANDLE;
41
+
42
const SINGLE_PRODUCT_LAYOUT_HANDLE = 'catalog_product_view_id_{{ID}}';
43
44
const PRODUCT_TYPE_LAYOUT_HANDLE = 'catalog_product_view_type_{{TYPE}}';
0 commit comments