From ea0ae60078d7622f3940362e56c94de9f68c31e7 Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Fri, 2 Feb 2024 08:55:52 +1000 Subject: [PATCH] Issue #3418691 by Kingdutch, dww, ronaldtebrake: ckeditor5 module has an invalid config schema which causes POTX to fail --- core/modules/ckeditor5/config/schema/ckeditor5.schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml b/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml index 4fe4a17da2df..2483c3cda4a7 100644 --- a/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml +++ b/core/modules/ckeditor5/config/schema/ckeditor5.schema.yml @@ -125,8 +125,8 @@ ckeditor5.plugin.ckeditor5_list: mapping: properties: type: mapping + label: 'Allowed list attributes' mapping: - label: 'Allowed list attributes' reversed: type: boolean label: 'Allow reverse list' -- GitLab