Skip to content

Commit

Permalink
Merge branch 'main' into disable-featured-image-by-style
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbailescu committed Feb 29, 2024
2 parents d77e070 + e333b37 commit 2efb0f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<columns
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
defaultValue=""
fieldDescription="Number of columns in the grid"
fieldLabel="Columns"
min="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<columns
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
defaultValue=""
fieldDescription="Number of columns in the grid"
fieldLabel="Columns"
min="1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
defaultValue="{Long}1280"
min="{Long}0"
name="./allowedRenditionWidths"
required="{Boolean}true"/>
Expand All @@ -47,8 +46,7 @@
typeHint="Long"
required="{Boolean}true"
min="{Long}0"
max="{Long}100"
defaultValue="{Long}82" />
max="{Long}100"/>
<disableLazyLoading
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
defaultValue="{Long}1280"
min="{Long}0"
name="./allowedRenditionWidths"
required="{Boolean}true"/>
Expand All @@ -152,8 +151,7 @@
typeHint="Long"
required="{Boolean}true"
min="{Long}0"
max="{Long}100"
defaultValue="{Long}82" />
max="{Long}100"/>
</items>
</content>
</items>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
name="./resizeWidth"
typeHint="Long"
required="{Boolean}false"
defaultValue="{Long}1280"
min="{Long}1"
max="{Long}3840"/>
<heading
Expand All @@ -152,7 +151,6 @@
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/numberfield"
defaultValue="{Long}1280"
min="{Long}0"
name="./allowedRenditionWidths"
required="{Boolean}true"/>
Expand All @@ -179,8 +177,7 @@
typeHint="Long"
required="{Boolean}false"
min="{Long}0"
max="{Long}100"
defaultValue="{Long}82" />
max="{Long}100" />
</items>
<granite:data
jcr:primaryType="nt:unstructured"
Expand Down

0 comments on commit 2efb0f5

Please sign in to comment.