Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove field group labels on entity forms #651

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ third_party_settings:
children:
- name
- field_media_images
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ third_party_settings:
- field_tags
- field_image
- field_description
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand All @@ -38,7 +38,7 @@ third_party_settings:
children:
- field_copyright
- field_source
label: Credits
label: ''
region: content
parent_name: ''
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ third_party_settings:
- name
- field_image
- field_description
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand All @@ -40,7 +40,7 @@ third_party_settings:
- field_copyright
- field_expires
- field_source
label: Credits
label: ''
region: hidden
parent_name: ''
weight: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ third_party_settings:
- field_url
- field_author
- field_content
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ third_party_settings:
group_basis:
children:
- field_url
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ third_party_settings:
- field_url
- field_author
- field_content
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ third_party_settings:
- field_media_video_embed_field
- field_caption
- field_description
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand All @@ -37,7 +37,7 @@ third_party_settings:
- field_author
- field_copyright
- field_source
label: Credits
label: ''
region: content
parent_name: ''
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,28 @@ third_party_settings:
children:
- field_teaser_media
- field_teaser_text
label: Teaser
label: ''
region: content
parent_name: ''
weight: 4
format_type: fieldset
format_settings:
classes: 'content-form__form-section article-teaser'
show_empty_fields: false
id: ''
description: ''
required_fields: true
group_paragraphs:
children:
- field_paragraphs
label: Paragraphs
label: ''
region: content
parent_name: ''
weight: 6
format_type: fieldset
format_settings:
classes: 'content-form__form-section paragraphs-container'
show_empty_fields: false
id: ''
description: ''
required_fields: true
Expand All @@ -58,13 +60,14 @@ third_party_settings:
- title
- field_seo_title
- field_tags
label: Basis
label: ''
region: content
parent_name: ''
weight: 3
format_type: fieldset
format_settings:
classes: 'content-form__form-section base-info'
show_empty_fields: false
id: ''
description: ''
required_fields: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ third_party_settings:
group_paragraphs:
children:
- field_paragraphs
label: Paragraphs
label: ''
region: content
parent_name: ''
weight: 1
Expand All @@ -34,7 +34,7 @@ third_party_settings:
children:
- langcode
- title
label: Basis
label: ''
region: content
parent_name: ''
weight: 0
Expand Down