X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fconfig%2Fschema%2Fparagraphs_type.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fparagraphs%2Fconfig%2Fschema%2Fparagraphs_type.schema.yml;h=0000000000000000000000000000000000000000;hp=6bcada9d01a7824610cafdf088d7daa80fcdbb9d;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/paragraphs/config/schema/paragraphs_type.schema.yml b/web/modules/contrib/paragraphs/config/schema/paragraphs_type.schema.yml deleted file mode 100644 index 6bcada9d0..000000000 --- a/web/modules/contrib/paragraphs/config/schema/paragraphs_type.schema.yml +++ /dev/null @@ -1,96 +0,0 @@ -paragraphs.paragraphs_type.*: - type: config_entity - label: 'Paragraphs type config' - mapping: - id: - type: string - label: 'ID' - label: - type: label - label: 'Label' - icon_uuid: - type: string - label: 'Icon uuid' - description: - type: text - label: 'Description' - behavior_plugins: - type: sequence - label: 'Plugins' - sequence: - type: paragraphs.behavior.settings.[%key] - label: 'Behavior plugins' - -paragraphs.behavior.settings_base: - type: mapping - label: 'Settings for base paragraphs behavior plugin' - mapping: - enabled: - type: boolean - label: 'Enabled' - -# The plugins which extend the base behavior plugin and don't provide -# any configuration form will validate on this entry. -paragraphs.behavior.settings.*: - type: paragraphs.behavior.settings_base - -entity_reference_selection.default:paragraph: - type: entity_reference_selection.default - mapping: - negate: - type: integer - target_bundles_drag_drop: - type: sequence - sequence: - type: mapping - mapping: - weight: - type: integer - enabled: - type: boolean - add_mode: - type: string - edit_mode: - type: string - title: - type: string - title_plural: - type: string - default_paragraph_type: - type: string - -field.widget.settings.entity_reference_paragraphs: - type: mapping - mapping: - title: - type: string - title_plural: - type: string - edit_mode: - type: string - add_mode: - type: string - form_display_mode: - type: string - default_paragraph_type: - type: string - -field.widget.settings.paragraphs: - type: mapping - mapping: - title: - type: string - title_plural: - type: string - edit_mode: - type: string - closed_mode: - type: string - autocollapse: - type: string - add_mode: - type: string - form_display_mode: - type: string - default_paragraph_type: - type: string