Skip to content

Commit

Permalink
added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Feb 6, 2024
1 parent 93bcfbd commit 8165e6c
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
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:
- content_moderation
- paragraphs
- text
_core:
default_config_hash: cvTMX9j7zy7Umo6UmgnwULaw25gkfi8Jd8HmCi26JyQ
id: paragraph.accordion.default
targetEntityType: paragraph
bundle: accordion
Expand All @@ -17,36 +21,49 @@ 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: { }
region: content
field_paragraph_accordion_style:
type: options_buttons
weight: 2
region: content
settings: { }
third_party_settings: { }
type: options_buttons
region: content
field_paragraph_title:
field_paragraph_body:
type: text_textarea
weight: 1
region: content
settings:
size: 60
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
settings: { }
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +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
weight: 1
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:
weight: 0
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
type: string
weight: 0
region: content
hidden:
field_paragraph_accordion_style: true
Original file line number Diff line number Diff line change
@@ -1,40 +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
weight: 2
label: inline
settings: { }
third_party_settings: { }
weight: 2
region: content
field_paragraph_accordion_style:
type: list_default
weight: 1
region: content
label: inline
settings: { }
third_party_settings: { }
weight: 1
region: content
field_paragraph_title:
type: string
weight: 0
region: content
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
hidden: { }
weight: 0
region: content
hidden:
field_paragraph_body: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
uuid: 2d018a28-f3ee-4110-be96-d103b987f6ce
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_paragraph_body
- paragraphs.paragraphs_type.accordion
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
allowed_formats: { }
id: paragraph.accordion.field_paragraph_body
field_name: field_paragraph_body
entity_type: paragraph
bundle: accordion
label: 'Accordion description'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
field_type: text_long

0 comments on commit 8165e6c

Please sign in to comment.