diff --git a/drupal10/config/core.entity_form_display.taxonomy_term.sponsors.default.yml b/drupal10/config/core.entity_form_display.taxonomy_term.sponsors.default.yml new file mode 100644 index 0000000..0b9b47a --- /dev/null +++ b/drupal10/config/core.entity_form_display.taxonomy_term.sponsors.default.yml @@ -0,0 +1,55 @@ +uuid: 14221d3c-9bef-4079-b323-6a8f14ac934f +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.sponsors.field_logo + - image.style.thumbnail + - taxonomy.vocabulary.sponsors + module: + - image + - path + - text +id: taxonomy_term.sponsors.default +targetEntityType: taxonomy_term +bundle: sponsors +mode: default +content: + description: + type: text_textarea + weight: 2 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + field_logo: + type: image_image + weight: 1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + name: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 3 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + weight: 4 + region: content + settings: + display_label: true + third_party_settings: { } +hidden: { } diff --git a/drupal10/config/core.entity_view_display.taxonomy_term.sponsors.default.yml b/drupal10/config/core.entity_view_display.taxonomy_term.sponsors.default.yml new file mode 100644 index 0000000..9c5baa7 --- /dev/null +++ b/drupal10/config/core.entity_view_display.taxonomy_term.sponsors.default.yml @@ -0,0 +1,35 @@ +uuid: 9fda164c-812d-4960-a776-9d878d72d488 +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.sponsors.field_logo + - image.style.medium + - taxonomy.vocabulary.sponsors + module: + - image + - text +id: taxonomy_term.sponsors.default +targetEntityType: taxonomy_term +bundle: sponsors +mode: default +content: + description: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 1 + region: content + field_logo: + type: image + label: hidden + settings: + image_link: file + image_style: medium + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/drupal10/config/field.field.taxonomy_term.sponsors.field_logo.yml b/drupal10/config/field.field.taxonomy_term.sponsors.field_logo.yml new file mode 100644 index 0000000..cdb77ec --- /dev/null +++ b/drupal10/config/field.field.taxonomy_term.sponsors.field_logo.yml @@ -0,0 +1,38 @@ +uuid: de3e966d-d23f-46ad-ba36-85004d042d3d +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_logo + - taxonomy.vocabulary.sponsors + module: + - image +id: taxonomy_term.sponsors.field_logo +field_name: field_logo +entity_type: taxonomy_term +bundle: sponsors +label: Logo +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:file' + handler_settings: { } + file_directory: sponsors + file_extensions: 'png gif jpg jpeg webp' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/drupal10/config/field.storage.taxonomy_term.field_logo.yml b/drupal10/config/field.storage.taxonomy_term.field_logo.yml new file mode 100644 index 0000000..596e765 --- /dev/null +++ b/drupal10/config/field.storage.taxonomy_term.field_logo.yml @@ -0,0 +1,30 @@ +uuid: 444ddd8f-b3e3-4667-9425-765c34a07719 +langcode: en +status: true +dependencies: + module: + - file + - image + - taxonomy +id: taxonomy_term.field_logo +field_name: field_logo +entity_type: taxonomy_term +type: image +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/drupal10/config/taxonomy.vocabulary.sponsors.yml b/drupal10/config/taxonomy.vocabulary.sponsors.yml new file mode 100644 index 0000000..ff82f48 --- /dev/null +++ b/drupal10/config/taxonomy.vocabulary.sponsors.yml @@ -0,0 +1,9 @@ +uuid: b64f387b-ba7e-4fb6-a366-7a8b52d10595 +langcode: en +status: true +dependencies: { } +name: Sponsors +vid: sponsors +description: null +weight: 0 +new_revision: false