diff --git a/src/templates/_components/fields/section/_settings.twig b/src/templates/_components/fields/section/_settings.twig index 44ce406..215210d 100644 --- a/src/templates/_components/fields/section/_settings.twig +++ b/src/templates/_components/fields/section/_settings.twig @@ -20,6 +20,16 @@
+{{ forms.textField({ + id: 'searchInput', + label : 'Select Section By Text In Handle' | t('section-and-product-type'), + instructions : 'This will allow to select all section by text in handle.' | t('section-and-product-type'), + name : 'partOfHandle', + value: partOfHandle, +}) }} + +
+ {{ forms.checkboxGroupField({ label : 'Allowed Sections' | t('section-and-product-type'), instructions : 'The sections that may be chosen for this field.\n **If selected Select All Sections, all sections are selected**.' | t('section-and-product-type'), @@ -39,3 +49,29 @@ id : 'excludedSections', name : 'excludedSections', }) }} + +