Skip to content

Commit c5e790e

Browse files
authored
Merge pull request #267 from localgovdrupal/feature/265-extra-options-box-links
adds options for 3 or 4 items in box links listing
2 parents 90e57b4 + 2de6926 commit c5e790e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

modules/localgov_subsites_paragraphs/config/install/field.storage.paragraph.localgov_box_listing_theme.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ entity_type: paragraph
1010
type: list_string
1111
settings:
1212
allowed_values:
13+
-
14+
value: boxes
15+
label: 'Column (1 per row)'
1316
-
1417
value: grid
15-
label: Grid
18+
label: 'Grid (2 per row)'
1619
-
17-
value: boxes
18-
label: Boxes
20+
value: grid-3
21+
label: 'Grid (3 per row)'
22+
-
23+
value: grid-4
24+
label: 'Grid (4 per row)'
1925
allowed_values_function: ''
2026
module: options
2127
locked: false

0 commit comments

Comments
 (0)