From caaa4a49f5d87c462b207cbb529ffb45219a8b55 Mon Sep 17 00:00:00 2001 From: Florent Torregrosa <14238-florenttorregrosa@users.noreply.drupalcode.org> Date: Wed, 5 Apr 2023 16:15:19 +0200 Subject: [PATCH] Issue #3352407 by Grimreaper: Layout Options change labels --- ui_suite_bootstrap.layout_options.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui_suite_bootstrap.layout_options.yml b/ui_suite_bootstrap.layout_options.yml index bdce94dd..3a312759 100644 --- a/ui_suite_bootstrap.layout_options.yml +++ b/ui_suite_bootstrap.layout_options.yml @@ -10,8 +10,8 @@ layout_option_definitions: regions: false inline: true options: - "with-container": "True" - "": "False" + "with-container": "Yes" + "": "No" gutters: title: "Gutters" description: "The gutters between columns in our predefined grid classes can be removed with .no-gutters. This removes the negative margins from .row and the horizontal padding from all immediate children columns." -- GitLab