commit 37d6d3c2da99d714dec3867feee79a0b15a11289 Author: Joe Parsons Date: Fri Mar 26 15:02:34 2021 -0700 Issue #784672: Added allowed_formats to editor_test_text_long field config schema. diff --git a/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml b/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml index 4e0131622e..7306a792de 100644 --- a/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml +++ b/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml @@ -15,3 +15,13 @@ editor.settings.trex: stumpy_arms: type: boolean label: 'Stumpy arms' + +field.field_settings.editor_test_text_long: + label: 'Filter test text (formatted, long) settings' + type: mapping + mapping: + allowed_formats: + type: sequence + label: 'Allowed text formats' + sequence: + type: string