From 5d30b15609b506cda67465e77c276e2c2ad2f5e7 Mon Sep 17 00:00:00 2001 From: piggito <32443-piggito@users.noreply.drupalcode.org> Date: Fri, 10 Mar 2023 19:01:53 +0000 Subject: [PATCH] Issue #3347238 by piggito: Config schema missing for remove_repeated_segments_text_only and home_segment_validation_skip settings --- config/schema/easy_breadcrumb.schema.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/schema/easy_breadcrumb.schema.yml b/config/schema/easy_breadcrumb.schema.yml index 5a21f74..71e3a77 100644 --- a/config/schema/easy_breadcrumb.schema.yml +++ b/config/schema/easy_breadcrumb.schema.yml @@ -112,3 +112,9 @@ easy_breadcrumb.settings: truncator_dots: type: boolean label: 'Enable dots at the end of truncation.' + remove_repeated_segments_text_only: + type: boolean + label: 'Remove repeated identical segments - only validate on the text' + home_segment_validation_skip: + type: boolean + label: 'Do not check for path, that is duplicate of home page.' -- GitLab