Skip to content
Closed
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
@@ -0,0 +1,68 @@
uuid: f9804e23-ff36-43bd-ae74-bea7507bcc5f
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.card_overlays.field_body
- field.field.paragraph.card_overlays.field_components
- field.field.paragraph.card_overlays.field_heading
- field.field.paragraph.card_overlays.field_link
- paragraphs.paragraphs_type.card_overlays
module:
- linkit
- paragraphs
- text
id: paragraph.card_overlays.default
targetEntityType: paragraph
bundle: card_overlays
mode: default
content:
field_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_components:
type: paragraphs
weight: 3
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: closed
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: button
form_display_mode: expanded
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: '0'
third_party_settings: { }
field_heading:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_link:
type: linkit
weight: 2
region: content
settings:
placeholder_url: ''
placeholder_title: ''
linkit_profile: ilr_content
linkit_auto_link_text: false
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
uuid: 623e1a1c-c632-495e-a5fc-9d908969b992
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.card_overlays_item.field_body
- field.field.paragraph.card_overlays_item.field_heading
- field.field.paragraph.card_overlays_item.field_link
- paragraphs.paragraphs_type.card_overlays_item
module:
- linkit
- text
id: paragraph.card_overlays_item.default
targetEntityType: paragraph
bundle: card_overlays_item
mode: default
content:
field_body:
type: text_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_heading:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_link:
type: linkit
weight: 2
region: content
settings:
placeholder_url: ''
placeholder_title: ''
linkit_profile: ilr_content
linkit_auto_link_text: false
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
uuid: 671921a2-d797-4f77-a9e6-4364a2abf623
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.card_overlays.field_body
- field.field.paragraph.card_overlays.field_components
- field.field.paragraph.card_overlays.field_heading
- field.field.paragraph.card_overlays.field_link
- paragraphs.paragraphs_type.card_overlays
module:
- entity_reference_revisions
- link
- text
id: paragraph.card_overlays.default
targetEntityType: paragraph
bundle: card_overlays
mode: default
content:
field_body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
field_components:
type: entity_reference_revisions_entity_view
label: hidden
settings:
view_mode: expanded
link: ''
third_party_settings: { }
weight: 3
region: content
field_heading:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
field_link:
type: link
label: hidden
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
weight: 2
region: content
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
uuid: b4edce68-241f-4956-86fd-cd4542e99c22
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.card_overlays_item.field_body
- field.field.paragraph.card_overlays_item.field_heading
- field.field.paragraph.card_overlays_item.field_link
- paragraphs.paragraphs_type.card_overlays_item
module:
- link
- text
id: paragraph.card_overlays_item.default
targetEntityType: paragraph
bundle: card_overlays_item
mode: default
content:
field_body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
field_heading:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
field_link:
type: link
label: hidden
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
weight: 2
region: content
hidden:
search_api_excerpt: true
24 changes: 24 additions & 0 deletions config/sync/field.field.paragraph.card_overlays.field_body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: cb09f0e7-3c0e-45bb-a2dc-638fe2272cf8
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_body
- filter.format.basic_formatting
- paragraphs.paragraphs_type.card_overlays
module:
- text
id: paragraph.card_overlays.field_body
field_name: field_body
entity_type: paragraph
bundle: card_overlays
label: Description
description: 'General information about this item, which can include the name of the activity (e.g. Lunch) the names of presenters, etc.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats:
- basic_formatting
field_type: text_long
Loading