Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Jan 16, 2024
1 parent 62eef7d commit 7a80fcb
Show file tree
Hide file tree
Showing 97 changed files with 308 additions and 320 deletions.
81 changes: 41 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.unit_search.field_search_results_term
- field.field.paragraph.unit_search.field_search_results_terms
- field.field.paragraph.unit_search.field_unit_search_description
- field.field.paragraph.unit_search.field_unit_search_meta_button
- field.field.paragraph.unit_search.field_unit_search_meta_label
Expand All @@ -21,6 +23,8 @@ third_party_settings:
- field_unit_search_meta_label
- field_unit_search_meta_placehold
- field_unit_search_meta_button
- field_search_results_term
- field_search_results_terms
label: 'Meta information'
region: content
parent_name: ''
Expand All @@ -33,12 +37,28 @@ third_party_settings:
description: ''
required_fields: true
_core:
default_config_hash: z42RJh-JCLjD7_9W4B9_irn3nWHvqfSJ9foobt51Wg4
default_config_hash: fTziigwM99wtfwA2JFLTaxuwlbPXXLDZHA0WRTm14wU
id: paragraph.unit_search.default
targetEntityType: paragraph
bundle: unit_search
mode: default
content:
field_search_results_term:
type: string_textfield
weight: 7
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_search_results_terms:
type: string_textfield
weight: 8
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_unit_search_description:
type: text_textarea
weight: 2
Expand Down
23 changes: 2 additions & 21 deletions conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- paragraphs
- path
- readonly_field_widget
- select2
- text
_core:
default_config_hash: ilRrdsHOQ6StmQoz8EXvQCOoYTo8L_o2ZG8gNzEbtZM
Expand Down Expand Up @@ -177,16 +176,6 @@ content:
sidebar: false
use_details: true
third_party_settings: { }
field_ontologyword_details:
type: readonly_field_widget
weight: 40
region: content
settings:
label: above
formatter_type: null
formatter_settings: { }
show_description: false
third_party_settings: { }
field_unit_type:
type: entity_reference_autocomplete
weight: 30
Expand Down Expand Up @@ -384,16 +373,6 @@ content:
formatter_settings: { }
show_description: false
third_party_settings: { }
subgroup:
type: readonly_field_widget
weight: 40
region: content
settings:
label: above
formatter_type: null
formatter_settings: { }
show_description: false
third_party_settings: { }
toc_enabled:
type: boolean_checkbox
weight: 3
Expand Down Expand Up @@ -447,7 +426,9 @@ hidden:
field_categories: true
field_districts: true
field_hs_front_page: true
field_ontologyword_details: true
field_study_field: true
hide_description: true
ontologyword_ids: true
show_www: true
subgroup: true
1 change: 1 addition & 0 deletions conf/cmi/core.entity_form_mode.media.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ _core:
default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8
id: media.media_library
label: 'Media library'
description: ''
targetEntityType: media
cache: true
1 change: 1 addition & 0 deletions conf/cmi/core.entity_form_mode.user.register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: Register
description: ''
targetEntityType: user
cache: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.unit_search.field_search_results_term
- field.field.paragraph.unit_search.field_search_results_terms
- field.field.paragraph.unit_search.field_unit_search_description
- field.field.paragraph.unit_search.field_unit_search_meta_button
- field.field.paragraph.unit_search.field_unit_search_meta_label
Expand All @@ -13,12 +15,28 @@ dependencies:
module:
- text
_core:
default_config_hash: eO2_M7ETTzd3irRYYwjAo3rKU54wDMxFzvHS3v6hKuQ
default_config_hash: S6K1S-j1nrFrLcfBOlDE6kLryR5LWMJb6vY4eDaS_G8
id: paragraph.unit_search.default
targetEntityType: paragraph
bundle: unit_search
mode: default
content:
field_search_results_term:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 6
region: content
field_search_results_terms:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 7
region: content
field_unit_search_description:
type: text_default
label: hidden
Expand Down
Loading

0 comments on commit 7a80fcb

Please sign in to comment.