tome export
This commit is contained in:
parent
1edd7ffe2f
commit
161a79b888
70 changed files with 1221 additions and 49 deletions
|
@ -0,0 +1,104 @@
|
|||
uuid: 0bd43f8f-5a30-432b-8e6a-a99013b15593
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.presentation.field_body
|
||||
- field.field.node.presentation.field_events
|
||||
- node.type.presentation
|
||||
module:
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
id: node.presentation.default
|
||||
targetEntityType: node
|
||||
bundle: presentation
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
field_events:
|
||||
type: paragraphs
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: event
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: '0'
|
||||
convert: '0'
|
||||
duplicate: '0'
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
|
@ -0,0 +1,49 @@
|
|||
uuid: 8c6aad6f-2b1b-4ac4-8064-45e75a079d78
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.event.field_date
|
||||
- field.field.paragraph.event.field_event_name
|
||||
- field.field.paragraph.event.field_location
|
||||
- field.field.paragraph.event.field_online
|
||||
- paragraphs.paragraphs_type.event
|
||||
module:
|
||||
- datetime
|
||||
id: paragraph.event.default
|
||||
targetEntityType: paragraph
|
||||
bundle: event
|
||||
mode: default
|
||||
content:
|
||||
field_date:
|
||||
type: datetime_default
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_event_name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_location:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_online:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
|
@ -0,0 +1,39 @@
|
|||
uuid: f98b2fa6-591a-4bff-b5d6-3b665b928910
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.presentation.field_body
|
||||
- field.field.node.presentation.field_events
|
||||
- node.type.presentation
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- text
|
||||
- user
|
||||
id: node.presentation.default
|
||||
targetEntityType: node
|
||||
bundle: presentation
|
||||
mode: default
|
||||
content:
|
||||
field_body:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_events:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden: { }
|
|
@ -0,0 +1,53 @@
|
|||
uuid: c42f9437-0f22-46cc-9906-bcf20473aaa8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.event.field_date
|
||||
- field.field.paragraph.event.field_event_name
|
||||
- field.field.paragraph.event.field_location
|
||||
- field.field.paragraph.event.field_online
|
||||
- paragraphs.paragraphs_type.event
|
||||
module:
|
||||
- datetime
|
||||
id: paragraph.event.default
|
||||
targetEntityType: paragraph
|
||||
bundle: event
|
||||
mode: default
|
||||
content:
|
||||
field_date:
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_event_name:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_location:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_online:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden: { }
|
13
config/sync/core.entity_view_mode.paragraph.preview.yml
Normal file
13
config/sync/core.entity_view_mode.paragraph.preview.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 4a83a483-2e57-44a1-b067-ca6d73825595
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
_core:
|
||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||
id: paragraph.preview
|
||||
label: Preview
|
||||
description: null
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
|
@ -24,6 +24,7 @@ module:
|
|||
eca_misc: 0
|
||||
eca_user: 0
|
||||
editor: 0
|
||||
entity_reference_revisions: 0
|
||||
feeds: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
|
@ -72,6 +73,7 @@ module:
|
|||
views_ui: 0
|
||||
yoast_seo: 0
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
standard: 1000
|
||||
theme:
|
||||
claro: 0
|
||||
|
|
30
config/sync/field.field.node.presentation.field_body.yml
Normal file
30
config/sync/field.field.node.presentation.field_body.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
uuid: cc599835-0c43-4f36-b5b3-ad7fc4db1563
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_body
|
||||
- filter.format.basic_html
|
||||
- filter.format.full_html
|
||||
- filter.format.restricted_html
|
||||
- node.type.presentation
|
||||
module:
|
||||
- text
|
||||
id: node.presentation.field_body
|
||||
field_name: field_body
|
||||
entity_type: node
|
||||
bundle: presentation
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: true
|
||||
allowed_formats:
|
||||
- basic_html
|
||||
- restricted_html
|
||||
- full_html
|
||||
field_type: text_with_summary
|
31
config/sync/field.field.node.presentation.field_events.yml
Normal file
31
config/sync/field.field.node.presentation.field_events.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
uuid: 5b5d84cd-f595-4bfc-96b0-0091125034f1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_events
|
||||
- node.type.presentation
|
||||
- paragraphs.paragraphs_type.event
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: node.presentation.field_events
|
||||
field_name: field_events
|
||||
entity_type: node
|
||||
bundle: presentation
|
||||
label: Events
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
event: event
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
event:
|
||||
weight: 2
|
||||
enabled: true
|
||||
field_type: entity_reference_revisions
|
21
config/sync/field.field.paragraph.event.field_date.yml
Normal file
21
config/sync/field.field.paragraph.event.field_date.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 60832dec-7b49-4fe2-99ad-735b905c858d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_date
|
||||
- paragraphs.paragraphs_type.event
|
||||
module:
|
||||
- datetime
|
||||
id: paragraph.event.field_date
|
||||
field_name: field_date
|
||||
entity_type: paragraph
|
||||
bundle: event
|
||||
label: Date
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
19
config/sync/field.field.paragraph.event.field_event_name.yml
Normal file
19
config/sync/field.field.paragraph.event.field_event_name.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 510098c3-a892-494d-90ed-f36bd27067c6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_event_name
|
||||
- paragraphs.paragraphs_type.event
|
||||
id: paragraph.event.field_event_name
|
||||
field_name: field_event_name
|
||||
entity_type: paragraph
|
||||
bundle: event
|
||||
label: 'Event name'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
19
config/sync/field.field.paragraph.event.field_location.yml
Normal file
19
config/sync/field.field.paragraph.event.field_location.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 966ce5ed-801a-41c1-b1a1-a7977640a3d7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_location
|
||||
- paragraphs.paragraphs_type.event
|
||||
id: paragraph.event.field_location
|
||||
field_name: field_location
|
||||
entity_type: paragraph
|
||||
bundle: event
|
||||
label: Location
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
23
config/sync/field.field.paragraph.event.field_online.yml
Normal file
23
config/sync/field.field.paragraph.event.field_online.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
uuid: 0ac83a54-21d4-403f-be4d-92fc2900c4cf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_online
|
||||
- paragraphs.paragraphs_type.event
|
||||
id: paragraph.event.field_online
|
||||
field_name: field_online
|
||||
entity_type: paragraph
|
||||
bundle: event
|
||||
label: Online
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'Yes'
|
||||
off_label: 'No'
|
||||
field_type: boolean
|
19
config/sync/field.storage.node.field_body.yml
Normal file
19
config/sync/field.storage.node.field_body.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
uuid: 60434000-73e1-4ff1-9376-6759a817421a
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.field_body
|
||||
field_name: field_body
|
||||
entity_type: node
|
||||
type: text_with_summary
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.node.field_events.yml
Normal file
21
config/sync/field.storage.node.field_events.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: a3cac0cf-662e-4298-8801-0f6ef5b191e5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- node
|
||||
- paragraphs
|
||||
id: node.field_events
|
||||
field_name: field_events
|
||||
entity_type: node
|
||||
type: entity_reference_revisions
|
||||
settings:
|
||||
target_type: paragraph
|
||||
module: entity_reference_revisions
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
20
config/sync/field.storage.paragraph.field_date.yml
Normal file
20
config/sync/field.storage.paragraph.field_date.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
uuid: 33ddc511-7d5c-433a-8824-2fcf83154cbc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- paragraphs
|
||||
id: paragraph.field_date
|
||||
field_name: field_date
|
||||
entity_type: paragraph
|
||||
type: datetime
|
||||
settings:
|
||||
datetime_type: date
|
||||
module: datetime
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.paragraph.field_event_name.yml
Normal file
21
config/sync/field.storage.paragraph.field_event_name.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 74b3bbad-446c-4d64-9b29-64fea6f88391
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_event_name
|
||||
field_name: field_event_name
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
21
config/sync/field.storage.paragraph.field_location.yml
Normal file
21
config/sync/field.storage.paragraph.field_location.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
uuid: 6540d5d2-f1ee-42ef-a47b-02474734f09d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_location
|
||||
field_name: field_location
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
18
config/sync/field.storage.paragraph.field_online.yml
Normal file
18
config/sync/field.storage.paragraph.field_online.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
uuid: 4a810e87-41b0-45e3-8520-e4b342d6dbdb
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_online
|
||||
field_name: field_online
|
||||
entity_type: paragraph
|
||||
type: boolean
|
||||
settings: { }
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
10
config/sync/paragraphs.paragraphs_type.event.yml
Normal file
10
config/sync/paragraphs.paragraphs_type.event.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid: 1d198ad2-cfc3-4c07-9ac7-db80ca9af554
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: event
|
||||
label: Event
|
||||
icon_uuid: null
|
||||
icon_default: null
|
||||
description: ''
|
||||
behavior_plugins: { }
|
3
config/sync/paragraphs.settings.yml
Normal file
3
config/sync/paragraphs.settings.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
_core:
|
||||
default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8
|
||||
show_unpublished: true
|
Loading…
Add table
Add a link
Reference in a new issue