Skip to content
Snippets Groups Projects

Small refactor of previous commits to take advantage of chaining and weight is...

Open Tim Plunkett requested to merge issue/drupal-3405345:3405345-uuid into 11.x
39 files
+ 541
186
Compare changes
  • Side-by-side
  • Inline
Files
39
@@ -17,6 +17,9 @@ layout_builder.section:
type: mapping
label: 'Layout section'
mapping:
uuid:
type: uuid
label: 'UUID'
layout_id:
type: string
label: 'Layout ID'
@@ -28,6 +31,9 @@ layout_builder.section:
label: 'Components'
sequence:
type: layout_builder.component
weight:
type: integer
label: 'Weight'
third_party_settings:
type: sequence
label: 'Third party settings'
Loading