Skip to content

Commit 4d8fee0

Browse files
committed
[BUGFIX] Correct settings definition for gallery class settings - #1541
1 parent 3badc90 commit 4d8fee0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Configuration/Sets/ContentElements/settings.definitions.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,37 +164,37 @@ settings:
164164
default: true
165165

166166
# Gallery
167-
plugin.bootstrap_package_contentelements.gallery.columns.1:
167+
plugin.bootstrap_package_contentelements.gallery.columns.1.class:
168168
label: 'Item CSS Class for 1 column'
169169
category: BootstrapPackage.content-elements.gallery
170170
type: string
171171
default: 'gallery-item-size-1'
172172

173-
plugin.bootstrap_package_contentelements.gallery.columns.2:
173+
plugin.bootstrap_package_contentelements.gallery.columns.2.class:
174174
label: 'Item CSS Class for 2 columns'
175175
category: BootstrapPackage.content-elements.gallery
176176
type: string
177177
default: 'gallery-item-size-2'
178178

179-
plugin.bootstrap_package_contentelements.gallery.columns.3:
179+
plugin.bootstrap_package_contentelements.gallery.columns.3.class:
180180
label: 'Item CSS Class for 3 columns'
181181
category: BootstrapPackage.content-elements.gallery
182182
type: string
183183
default: 'gallery-item-size-3'
184184

185-
plugin.bootstrap_package_contentelements.gallery.columns.4:
185+
plugin.bootstrap_package_contentelements.gallery.columns.4.class:
186186
label: 'Item CSS Class for 4 columns'
187187
category: BootstrapPackage.content-elements.gallery
188188
type: string
189189
default: 'gallery-item-size-4'
190190

191-
plugin.bootstrap_package_contentelements.gallery.columns.5:
191+
plugin.bootstrap_package_contentelements.gallery.columns.5.class:
192192
label: 'Item CSS Class for 5 columns'
193193
category: BootstrapPackage.content-elements.gallery
194194
type: string
195195
default: 'gallery-item-size-5'
196196

197-
plugin.bootstrap_package_contentelements.gallery.columns.6:
197+
plugin.bootstrap_package_contentelements.gallery.columns.6.class:
198198
label: 'Item CSS Class for 6 columns'
199199
category: BootstrapPackage.content-elements.gallery
200200
type: string

0 commit comments

Comments
 (0)