Skip to content

Commit

Permalink
Reorder new site specific field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil Sharma committed Oct 28, 2024
1 parent 551b1e0 commit 5c0f48b
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- field.field.taxonomy_term.sites.field_additional_comment
- field.field.taxonomy_term.sites.field_bottom_corner_graphic
- field.field.taxonomy_term.sites.field_print_friendly_logo
- field.field.taxonomy_term.sites.field_show_exit_site_specific
- field.field.taxonomy_term.sites.field_prominence_ack_to_country
- field.field.taxonomy_term.sites.field_show_exit_site_specific
- field.field.taxonomy_term.sites.field_show_table_of_contents
- field.field.taxonomy_term.sites.field_site_domains
- field.field.taxonomy_term.sites.field_site_favicon
Expand Down Expand Up @@ -48,7 +48,7 @@ third_party_settings:
label: 'Table of contents'
region: content
parent_name: ''
weight: 18
weight: 19
format_type: details
format_settings:
classes: ''
Expand All @@ -63,7 +63,7 @@ third_party_settings:
label: 'Site theme values'
region: content
parent_name: ''
weight: 19
weight: 20
format_type: details
format_settings:
classes: ''
Expand All @@ -78,7 +78,7 @@ third_party_settings:
label: 'Site feature flag values'
region: content
parent_name: ''
weight: 20
weight: 21
format_type: details
format_settings:
classes: ''
Expand All @@ -93,7 +93,7 @@ third_party_settings:
label: 'Site favicon value'
region: content
parent_name: ''
weight: 21
weight: 22
format_type: details
format_settings:
classes: ''
Expand All @@ -109,7 +109,7 @@ third_party_settings:
label: 'Site header corner graphics'
region: content
parent_name: ''
weight: 22
weight: 23
format_type: details
format_settings:
classes: ''
Expand All @@ -125,7 +125,7 @@ mode: default
content:
field_acknowledgement_to_country:
type: string_textarea
weight: 12
weight: 13
region: content
settings:
rows: 5
Expand Down Expand Up @@ -154,20 +154,20 @@ content:
settings:
progress_indicator: throbber
third_party_settings: { }
field_show_exit_site_specific:
type: options_select
weight: 12
region: content
settings: { }
third_party_settings: { }
field_prominence_ack_to_country:
type: string_textarea
weight: 13
weight: 14
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_show_exit_site_specific:
type: options_select
weight: 12
region: content
settings: { }
third_party_settings: { }
field_show_table_of_contents:
type: boolean_checkbox
weight: 17
Expand Down Expand Up @@ -273,7 +273,7 @@ content:
third_party_settings: { }
field_site_og_image:
type: entity_browser_entity_reference
weight: 14
weight: 15
region: content
settings:
entity_browser: tide_image_browser
Expand Down Expand Up @@ -303,7 +303,7 @@ content:
third_party_settings: { }
field_site_social_links:
type: link_default
weight: 16
weight: 17
region: content
settings:
placeholder_url: 'https://example.com/Social'
Expand All @@ -330,7 +330,7 @@ content:
third_party_settings: { }
field_site_twitter_image:
type: entity_browser_entity_reference
weight: 15
weight: 16
region: content
settings:
entity_browser: tide_image_browser
Expand Down Expand Up @@ -369,7 +369,7 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 17
weight: 18
region: content
settings:
display_label: true
Expand Down

0 comments on commit 5c0f48b

Please sign in to comment.