From 97115e702e19d28589f35df08939e484c870a0c3 Mon Sep 17 00:00:00 2001 From: stephen-cox <stephen-cox@2862323.no-reply.drupal.org> Date: Thu, 23 Jul 2020 22:01:29 +0200 Subject: [PATCH] Issue #3161030 by stephen-cox, vacho: SchemaIncompleteException errors --- config/schema/layout_paragraphs.schema.yml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/config/schema/layout_paragraphs.schema.yml b/config/schema/layout_paragraphs.schema.yml index b5ac4b63..1bf9f5f0 100644 --- a/config/schema/layout_paragraphs.schema.yml +++ b/config/schema/layout_paragraphs.schema.yml @@ -10,3 +10,39 @@ layout_paragraphs.settings: type: integer label: 'Show Layout Labels' description: 'This option allows to show the Paragraphs Layout Label of each Item added in LP widget Sections/Layouts' + +field.formatter.settings.layout_paragraphs: + type: mapping + label: 'Layout Paragraphs format settings' + mapping: + view_mode: + type: string + label: 'View mode' + +field.widget.settings.layout_paragraphs: + type: mapping + label: 'Layout Paragraphs display format settings' + mapping: + preview_view_mode: + type: string + label: 'Preview view mode' + nesting_depth: + type: integer + label: 'Maximum nesting depth' + require_layouts: + type: integer + label: 'Require paragraphs to be added inside a layout' + +paragraphs.behavior.settings.layout_paragraphs: + type: paragraphs.behavior.settings_base + label: 'Layout Paragraphs Section settings' + mapping: + enabled: + type: boolean + label: 'Use as a Layout Section' + available_layouts: + type: sequence + label: 'Available Layouts' + sequence: + type: string + label: 'Layout' -- GitLab