From 2de692663a02be69c8937a0c46ecca257ffb8836 Mon Sep 17 00:00:00 2001 From: Mark Conroy Date: Mon, 10 Nov 2025 14:21:11 +0000 Subject: [PATCH] adds options for 3 or 4 items in box links listing --- ....storage.paragraph.localgov_box_listing_theme.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/modules/localgov_subsites_paragraphs/config/install/field.storage.paragraph.localgov_box_listing_theme.yml b/modules/localgov_subsites_paragraphs/config/install/field.storage.paragraph.localgov_box_listing_theme.yml index 19d7603..36b0658 100644 --- a/modules/localgov_subsites_paragraphs/config/install/field.storage.paragraph.localgov_box_listing_theme.yml +++ b/modules/localgov_subsites_paragraphs/config/install/field.storage.paragraph.localgov_box_listing_theme.yml @@ -10,12 +10,18 @@ entity_type: paragraph type: list_string settings: allowed_values: + - + value: boxes + label: 'Column (1 per row)' - value: grid - label: Grid + label: 'Grid (2 per row)' - - value: boxes - label: Boxes + value: grid-3 + label: 'Grid (3 per row)' + - + value: grid-4 + label: 'Grid (4 per row)' allowed_values_function: '' module: options locked: false