diff --git a/core/modules/image/config/schema/image.schema.yml b/core/modules/image/config/schema/image.schema.yml index 2985696..bb001ea 100644 --- a/core/modules/image/config/schema/image.schema.yml +++ b/core/modules/image/config/schema/image.schema.yml @@ -82,6 +82,18 @@ field.image.settings: default_image: type: field_default_image label: 'Default value' + target_type: + type: string + label: 'Target type' + display_field: + type: boolean + label: 'Display field' + display_default: + type: string + label: 'Display default' + target_bundle: + type: string + label: 'Target bundle' field.image.instance_settings: type: mapping @@ -117,6 +129,9 @@ field.image.instance_settings: default_image: type: field_default_image label: 'Default value' + handler: + type: string + label: 'Handler' field.image.value: type: sequence diff --git a/core/modules/menu_ui/config/schema/menu_ui.schema.yml b/core/modules/menu_ui/config/schema/menu_ui.schema.yml index ce6be8b..7625f0d 100644 --- a/core/modules/menu_ui/config/schema/menu_ui.schema.yml +++ b/core/modules/menu_ui/config/schema/menu_ui.schema.yml @@ -24,3 +24,6 @@ menu.entity.node.*: sequence: - type: string label: 'Menu machine name' + parent: + type: string + label: 'Parent' diff --git a/core/modules/path/config/schema/path.schema.yml b/core/modules/path/config/schema/path.schema.yml new file mode 100644 index 0000000..9c0b734 --- /dev/null +++ b/core/modules/path/config/schema/path.schema.yml @@ -0,0 +1,22 @@ +# Schema for the configuration files of the Path module. + +entity_view_display.field.path: + type: entity_field_view_display_base + label: 'Link format settings' + mapping: + settings: + type: mapping + label: 'Settings' + mapping: + pid: + type: integer + label: 'Pid' + source: + type: boolean + label: 'URL only' + alias: + type: boolean + label: 'Show URL as plain text' + langcode: + type: string + label: 'Add rel="nofollow" to links' diff --git a/core/modules/taxonomy/config/schema/taxonomy.schema.yml b/core/modules/taxonomy/config/schema/taxonomy.schema.yml index c3d0bd4..9ca7666 100644 --- a/core/modules/taxonomy/config/schema/taxonomy.schema.yml +++ b/core/modules/taxonomy/config/schema/taxonomy.schema.yml @@ -54,6 +54,12 @@ field.taxonomy_term_reference.settings: parent: type: integer value: 'Parent' + target_type: + type: string + label: 'Target type' + target_bundle: + type: string + label: 'Target bundle' field.taxonomy_term_reference.instance_settings: type: sequence