Skip to content

Commit

Permalink
added file
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Feb 20, 2024
1 parent 2974f57 commit c9483df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
module:
- content_moderation
- path
- select2
third_party_settings:
field_group:
group_search_listing_header:
Expand Down Expand Up @@ -287,10 +288,14 @@ content:
use_details: true
third_party_settings: { }
field_node_department:
type: options_select
type: select2_entity_reference
weight: 50
region: content
settings: { }
settings:
width: 100%
autocomplete: false
match_operator: CONTAINS
match_limit: 10
third_party_settings: { }
field_node_primary_site:
type: options_buttons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ field_name: field_node_department
entity_type: node
bundle: tide_search_listing
label: Department
description: ''
description: 'The Department/agency field is mandatory. Start typing your department name and click or down-arrow and Enter to select the correct one.'
required: true
translatable: false
default_value: { }
Expand Down
2 changes: 0 additions & 2 deletions config/install/field.storage.node.field_node_department.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ dependencies:
third_party_settings:
field_permissions:
permission_type: public
_core:
default_config_hash: TAqpQStauXJZe4XER3awb4yhkVm5_hl-GZ5a3tRZPlE
id: node.field_node_department
field_name: field_node_department
entity_type: node
Expand Down

0 comments on commit c9483df

Please sign in to comment.