Skip to content

Commit

Permalink
removes unnecessary fields from accordion (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: “Kerry <“[email protected]”>
  • Loading branch information
kmurphychi247 and “Kerry authored Oct 21, 2024
1 parent 43f65c0 commit 73f5068
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 94 deletions.
18 changes: 2 additions & 16 deletions config/core.entity_form_display.paragraph.sa_accordion.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ status: true
dependencies:
config:
- field.field.paragraph.sa_accordion.sa_accordion_item
- field.field.paragraph.sa_accordion.sa_accordion_mobile
- field.field.paragraph.sa_accordion.sa_background
- field.field.paragraph.sa_accordion.sa_container
- field.field.paragraph.sa_accordion.sa_description
- field.field.paragraph.sa_accordion.sa_display_as_vertical_tabs
- field.field.paragraph.sa_accordion.sa_header
- field.field.paragraph.sa_accordion.sa_label
- field.field.paragraph.sa_accordion.sa_margin
Expand Down Expand Up @@ -98,6 +96,8 @@ third_party_settings:
formatter: closed
description: ''
required_fields: true
_core:
default_config_hash: 23eYwah-Uiblu4xD8vFmjzjlFXJXRc92X-QZqaIb3eI
id: paragraph.sa_accordion.default
targetEntityType: paragraph
bundle: sa_accordion
Expand All @@ -123,13 +123,6 @@ content:
convert: '0'
duplicate: duplicate
third_party_settings: { }
sa_accordion_mobile:
type: boolean_checkbox
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
sa_background:
type: options_select
weight: 7
Expand All @@ -150,13 +143,6 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
sa_display_as_vertical_tabs:
type: boolean_checkbox
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sa_header:
type: string_textfield
weight: 1
Expand Down
18 changes: 2 additions & 16 deletions config/core.entity_form_display.paragraph.sa_accordion.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ dependencies:
config:
- core.entity_form_mode.paragraph.preview
- field.field.paragraph.sa_accordion.sa_accordion_item
- field.field.paragraph.sa_accordion.sa_accordion_mobile
- field.field.paragraph.sa_accordion.sa_background
- field.field.paragraph.sa_accordion.sa_container
- field.field.paragraph.sa_accordion.sa_description
- field.field.paragraph.sa_accordion.sa_display_as_vertical_tabs
- field.field.paragraph.sa_accordion.sa_header
- field.field.paragraph.sa_accordion.sa_label
- field.field.paragraph.sa_accordion.sa_margin
Expand Down Expand Up @@ -99,6 +97,8 @@ third_party_settings:
formatter: closed
description: ''
required_fields: true
_core:
default_config_hash: Lx4Sqw9lEy4q3lzXp0YSwbl3toHL_oERD9wi1wc6PqY
id: paragraph.sa_accordion.preview
targetEntityType: paragraph
bundle: sa_accordion
Expand All @@ -124,13 +124,6 @@ content:
convert: '0'
duplicate: duplicate
third_party_settings: { }
sa_accordion_mobile:
type: boolean_checkbox
weight: 7
region: content
settings:
display_label: true
third_party_settings: { }
sa_background:
type: options_select
weight: 7
Expand All @@ -151,13 +144,6 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
sa_display_as_vertical_tabs:
type: boolean_checkbox
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sa_header:
type: string_textfield
weight: 1
Expand Down
24 changes: 2 additions & 22 deletions config/core.entity_view_display.paragraph.sa_accordion.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ status: true
dependencies:
config:
- field.field.paragraph.sa_accordion.sa_accordion_item
- field.field.paragraph.sa_accordion.sa_accordion_mobile
- field.field.paragraph.sa_accordion.sa_background
- field.field.paragraph.sa_accordion.sa_container
- field.field.paragraph.sa_accordion.sa_description
- field.field.paragraph.sa_accordion.sa_display_as_vertical_tabs
- field.field.paragraph.sa_accordion.sa_header
- field.field.paragraph.sa_accordion.sa_label
- field.field.paragraph.sa_accordion.sa_margin
Expand Down Expand Up @@ -46,6 +44,8 @@ third_party_settings:
keep_open: 0
show_empty_fields: 0
pattern_variant: default
_core:
default_config_hash: cyu47bbjW_8QVLbKjPXBrbCSgKnXVQNeGCyS_D_yCrM
id: paragraph.sa_accordion.default
targetEntityType: paragraph
bundle: sa_accordion
Expand All @@ -72,33 +72,13 @@ content:
classes: { }
weight: 1
region: content
sa_accordion_mobile:
type: boolean
label: above
settings:
format: default
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 5
region: content
sa_description:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
sa_display_as_vertical_tabs:
type: boolean
label: above
settings:
format: default
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 4
region: content
sa_header:
type: wrapper_class
label: hidden
Expand Down
20 changes: 0 additions & 20 deletions config/field.field.paragraph.sa_accordion.sa_accordion_mobile.yml

This file was deleted.

This file was deleted.

0 comments on commit 73f5068

Please sign in to comment.