Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
fieldLabel="Category ids for which this page will be used."
multiple="{Boolean}true"
name="./selectorFilter"
selectionId="uidAndUrlPath">
selectionId="uidAndUrlPath"
enablePreviewDateFilter="{Boolean}true">
<granite:rendercondition jcr:primaryType="nt:unstructured"
sling:resourceType="core/cif/components/renderconditions/pagetype"
pageType="category"/>
Expand All @@ -135,7 +136,8 @@
multiple="true"
name="./selectorFilter"
rootPath="/var/commerce/products"
selectionId="slug">
selectionId="slug"
enablePreviewDateFilter="{Boolean}true">
<granite:rendercondition
jcr:primaryType="nt:unstructured"
sling:resourceType="core/cif/components/renderconditions/pagetype"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
multiple="true"
name="./selectorFilter"
rootPath="/var/commerce/products"
selectionId="slug">
selectionId="slug"
enablePreviewDateFilter="{Boolean}true">
<granite:rendercondition
jcr:primaryType="nt:unstructured"
sling:resourceType="core/cif/components/renderconditions/pagetype"
Expand All @@ -123,7 +124,8 @@
fieldLabel="Category ids for which this page will be used."
multiple="{Boolean}true"
name="./selectorFilter"
selectionId="urlPath">
selectionId="urlPath"
enablePreviewDateFilter="{Boolean}true">
<granite:rendercondition jcr:primaryType="nt:unstructured"
sling:resourceType="core/cif/components/renderconditions/pagetype"
pageType="category"/>
Expand All @@ -134,7 +136,8 @@
fieldLabel="Category ids for which this page will be used."
multiple="{Boolean}true"
name="./useForCategories"
selectionId="urlPath">
selectionId="urlPath"
enablePreviewDateFilter="{Boolean}true">
<granite:rendercondition jcr:primaryType="nt:unstructured"
sling:resourceType="core/cif/components/renderconditions/pagetype"
pageType="product"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
multiple="true"
name="./cq:products"
rootPath="/var/commerce/products"
selectionId="combinedSku">
selectionId="combinedSku"
enablePreviewDateFilter="{Boolean}true">
<granite:data
jcr:primaryType="nt:unstructured"
metaType="text"/>
Expand All @@ -110,7 +111,8 @@
fieldDescription="Select the categories associated with this experience fragment variation."
fieldLabel="Category IDs."
multiple="{Boolean}true"
name="./cq:categories">
name="./cq:categories"
enablePreviewDateFilter="{Boolean}true">
<granite:data
jcr:primaryType="nt:unstructured"
metaType="text"/>
Expand Down