diff --git a/core/modules/entity_reference/config/schema/entity_reference.schema.yml b/core/modules/entity_reference/config/schema/entity_reference.schema.yml index 4357074..242faf3 100644 --- a/core/modules/entity_reference/config/schema/entity_reference.schema.yml +++ b/core/modules/entity_reference/config/schema/entity_reference.schema.yml @@ -7,9 +7,6 @@ field.entity_reference.settings: target_type: type: string label: 'Type of item to reference' - target_bundle: - type: string - label: 'Budle of item to reference' field.entity_reference.instance_settings: type: mapping diff --git a/core/modules/file/config/schema/file.schema.yml b/core/modules/file/config/schema/file.schema.yml index 66c1cd5..acfd376 100644 --- a/core/modules/file/config/schema/file.schema.yml +++ b/core/modules/file/config/schema/file.schema.yml @@ -23,9 +23,15 @@ file.settings: label: 'Directory' field.file.settings: - type: field.entity_reference.settings + type: mapping label: 'File settings' mapping: + target_type: + type: string + label: 'Type of item to reference' + target_bundle: + type: string + label: 'Bundle of item to reference' display_field: type: boolean label: 'Enable Display field' diff --git a/core/modules/taxonomy/config/schema/taxonomy.schema.yml b/core/modules/taxonomy/config/schema/taxonomy.schema.yml index 5e4a22e..19d9472 100644 --- a/core/modules/taxonomy/config/schema/taxonomy.schema.yml +++ b/core/modules/taxonomy/config/schema/taxonomy.schema.yml @@ -35,9 +35,12 @@ taxonomy.vocabulary.*: label: 'Weight' field.taxonomy_term_reference.settings: - type: field.entity_reference.settings + type: mapping label: 'Taxonomy term reference settings' mapping: + target_bundle: + type: string + label: 'Bundle of item to reference' options_list_callback: type: string label: 'Options list callback'