Skip to content

Commit

Permalink
add config files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Feb 6, 2024
1 parent 0ee169a commit 93bcfbd
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
uuid: a1dfd324-f6ab-4ac9-be8e-2d2b9be1d499
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.accordion.field_paragraph_accordion
- field.field.paragraph.accordion.field_paragraph_accordion_style
- field.field.paragraph.accordion.field_paragraph_body
- field.field.paragraph.accordion.field_paragraph_title
- paragraphs.paragraphs_type.accordion
module:
- paragraphs
- text
_core:
default_config_hash: cvTMX9j7zy7Umo6UmgnwULaw25gkfi8Jd8HmCi26JyQ
id: paragraph.accordion.default
targetEntityType: paragraph
bundle: accordion
mode: default
content:
field_paragraph_accordion:
type: paragraphs
weight: 3
region: content
settings:
title: 'Accordion items'
title_plural: 'Accordion content'
edit_mode: closed
closed_mode: preview
autocollapse: all
closed_mode_threshold: 0
add_mode: button
form_display_mode: default
default_paragraph_type: accordion_content
default_paragraph_count: 1
features:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_paragraph_accordion_style:
type: options_buttons
weight: 2
region: content
settings: { }
third_party_settings: { }
field_paragraph_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_paragraph_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
status: true
uid: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
uuid: 58bdd672-6fb4-41ad-a34e-571c25c78e68
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.accordion.field_paragraph_accordion
- field.field.paragraph.accordion.field_paragraph_accordion_style
- field.field.paragraph.accordion.field_paragraph_body
- field.field.paragraph.accordion.field_paragraph_title
- paragraphs.paragraphs_type.accordion
module:
- entity_reference_revisions
- text
_core:
default_config_hash: 7se4RAQjSc8Xjp-WSDsxQL0SnLwIYDdhWvXFrniIY3Q
id: paragraph.accordion.default
targetEntityType: paragraph
bundle: accordion
mode: default
content:
field_paragraph_accordion:
type: entity_reference_revisions_entity_view
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
weight: 1
region: content
field_paragraph_body:
type: text_default
label: above
settings: { }
third_party_settings: { }
weight: 2
region: content
field_paragraph_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden:
field_paragraph_accordion_style: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
uuid: 4646abeb-0d45-45de-b4c3-5a5de7ba0ece
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.paragraph.preview
- field.field.paragraph.accordion.field_paragraph_accordion
- field.field.paragraph.accordion.field_paragraph_accordion_style
- field.field.paragraph.accordion.field_paragraph_body
- field.field.paragraph.accordion.field_paragraph_title
- paragraphs.paragraphs_type.accordion
module:
- options
- paragraphs
_core:
default_config_hash: ClBfh4zjsISQn2_siOIQrzTzy-YezCLHrMaMIG9WBcs
id: paragraph.accordion.preview
targetEntityType: paragraph
bundle: accordion
mode: preview
content:
field_paragraph_accordion:
type: paragraph_summary
label: inline
settings: { }
third_party_settings: { }
weight: 2
region: content
field_paragraph_accordion_style:
type: list_default
label: inline
settings: { }
third_party_settings: { }
weight: 1
region: content
field_paragraph_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden:
field_paragraph_body: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: a8e2a1da-b668-4e11-bd0a-e80fed54a247
langcode: en
status: true
dependencies:
module:
- paragraphs
- text
_core:
default_config_hash: 54KXpzuohEhsBbfuey3yjCx45IDPu8ilILwGtzIz-sg
id: paragraph.field_paragraph_accordion_body
field_name: field_paragraph_accordion_body
entity_type: paragraph
type: text_long
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit 93bcfbd

Please sign in to comment.