Skip to content

Commit

Permalink
Merge pull request #83 from localgovdrupal/67/hide-service-type
Browse files Browse the repository at this point in the history
Hide “Service type” on content form
  • Loading branch information
finnlewis authored Jun 25, 2024
2 parents 5a3ff0c + f786c5d commit a8827ec
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions config/install/core.entity_form_display.node.election.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ third_party_settings:
children:
- body
- field_organisation
- field_service_type
label: 'Additional information'
region: content
parent_name: group_election
Expand Down Expand Up @@ -90,7 +89,7 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 3
weight: 2
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -122,14 +121,6 @@ content:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_service_type:
type: link_default
weight: 3
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_type_of_election:
type: options_select
weight: 3
Expand All @@ -144,13 +135,13 @@ content:
third_party_settings: { }
path:
type: path
weight: 6
weight: 5
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 4
weight: 3
region: content
settings:
display_label: true
Expand All @@ -162,14 +153,14 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 7
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 5
weight: 4
region: content
settings:
display_label: true
Expand All @@ -184,7 +175,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 2
weight: 1
region: content
settings:
match_operator: CONTAINS
Expand All @@ -194,3 +185,4 @@ content:
third_party_settings: { }
hidden:
field_add_all_areas: true
field_service_type: true

0 comments on commit a8827ec

Please sign in to comment.