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
|
|
@ -3263,9 +3263,6 @@
|
|||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849",
|
||||
"feeds_feed.90c85284-7ca8-4074-9178-97ff8384fe76"
|
||||
],
|
||||
"node.93689f20-8355-413a-8c23-5096802fbd65": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849"
|
||||
],
|
||||
"node.720227fb-2539-4f99-8a3a-097ad7fbea5b": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849"
|
||||
],
|
||||
|
@ -3380,6 +3377,25 @@
|
|||
"node.f9b17889-2531-4e1e-b120-a0f0e27fed83": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849"
|
||||
],
|
||||
"node.93689f20-8355-413a-8c23-5096802fbd65": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849",
|
||||
"paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a",
|
||||
"paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd",
|
||||
"paragraph.8828e7e1-466a-4086-a79a-e120899f0784",
|
||||
"paragraph.34fea7ca-2458-448e-8991-495d69ee6836",
|
||||
"paragraph.08be1735-e111-4a35-a270-2c56640f689f",
|
||||
"paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0",
|
||||
"paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68",
|
||||
"paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84"
|
||||
],
|
||||
"paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a": [],
|
||||
"paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd": [],
|
||||
"paragraph.8828e7e1-466a-4086-a79a-e120899f0784": [],
|
||||
"paragraph.34fea7ca-2458-448e-8991-495d69ee6836": [],
|
||||
"paragraph.08be1735-e111-4a35-a270-2c56640f689f": [],
|
||||
"paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0": [],
|
||||
"paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68": [],
|
||||
"paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84": [],
|
||||
"path_alias.ac3001e1-433d-40c7-bb9d-a4fb9e8d0544": [
|
||||
"node.63032bf4-8a96-4e14-93b2-92f5b057184e"
|
||||
],
|
||||
|
@ -5941,6 +5957,7 @@
|
|||
],
|
||||
"shortcut.8cd79370-99a8-45fc-89a8-639ffc00bd1c": [],
|
||||
"shortcut.fd457304-bed3-4d38-926b-e190a05c37d3": [],
|
||||
"shortcut.0cabd243-2f9c-48ac-b0d9-f536d1cf1eaa": [],
|
||||
"user.42bd662a-80da-4069-9fb8-14db3a77bb8c": [],
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/working-without-workspace",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/deploying-php-ansible-ansistrano",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/git-flow",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drush-make-drupalbristol",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/using-illuminate-collections-outside-laravel",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/configuring-all-the-things-drupal-8",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/test-drive-twig-with-sculpin",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-8-module-development",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/decoupling-drupal-vuejs",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/it-all-started-with-a-patch",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/about-drupal-association",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-8-rejoining-the-herd",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/getting-your-data-into-drupal-8",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-ldap-module",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/goodbye-drush-make-hello-composer",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/working-with-workspace",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/modern-drupal-development-with-composer",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/tdd-test-driven-drupal",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/automated-testing-test-driven-development-drupal-8",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/taking-flight-with-tailwind-css",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/deploying-php-fabric",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/automated-testing-lightning-talk",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/things-you-should-know-about-php",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -75,5 +75,7 @@
|
|||
"alias": "\/presentations\/communities-contribution",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
],
|
||||
"revision_timestamp": [
|
||||
{
|
||||
"value": "2025-04-29T13:09:26+00:00"
|
||||
"value": "2025-04-29T17:07:54+00:00"
|
||||
}
|
||||
],
|
||||
"revision_uid": [
|
||||
|
@ -51,7 +51,7 @@
|
|||
],
|
||||
"changed": [
|
||||
{
|
||||
"value": "2025-04-29T13:09:26+00:00"
|
||||
"value": "2025-04-29T17:07:54+00:00"
|
||||
}
|
||||
],
|
||||
"promote": [
|
||||
|
@ -69,15 +69,53 @@
|
|||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"path": [
|
||||
{
|
||||
"alias": "\/presentations\/sculpin",
|
||||
"langcode": "en"
|
||||
}
|
||||
],
|
||||
"field_body": [
|
||||
{
|
||||
"value": "<p><a href=\"http:\/\/sculpin.io\">Sculpin<\/a> is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.<\/p><p>This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!<\/p>",
|
||||
"format": "basic_html",
|
||||
"processed": "<p><a href=\"http:\/\/sculpin.io\">Sculpin<\/a> is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.<\/p><p>This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!<\/p>",
|
||||
"summary": "How to use Sculpin to generate static HTML websites."
|
||||
}
|
||||
],
|
||||
"field_events": [
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "e8a7c3c3-c07a-4545-8387-ab03b8f7f47a"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "373fc0f2-717e-4fea-ae97-ec2c674834fd"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "8828e7e1-466a-4086-a79a-e120899f0784"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "34fea7ca-2458-448e-8991-495d69ee6836"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "08be1735-e111-4a35-a270-2c56640f689f"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "81b18409-0f9d-49de-a8ff-c75c7c4852c0"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "e89e2456-b6b5-4c5f-922f-9f34f6e77e68"
|
||||
},
|
||||
{
|
||||
"target_type": "paragraph",
|
||||
"target_uuid": "2f7f892b-75ff-48a0-9034-b9af048efd84"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-8-php-libraries-drupalorg-api",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupalorg-2015",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/soar-with-tailwind-css",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/upgrading-your-site-drupal-9",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/dancing-for-drupal",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/rst2pdf",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/deploying-drupal-fabric",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/building-build-configs",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/out-of-the-box-initiative-update",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-8",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/introduction-to-mob-programming",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-vm-generator",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/so-what-is-this-drupal-thing",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
|
@ -79,5 +79,7 @@
|
|||
"alias": "\/presentations\/drupal-vm-meet-symfony-console",
|
||||
"langcode": "en"
|
||||
}
|
||||
]
|
||||
],
|
||||
"field_body": [],
|
||||
"field_events": []
|
||||
}
|
56
content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json
Normal file
56
content/paragraph.08be1735-e111-4a35-a270-2c56640f689f.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "08be1735-e111-4a35-a270-2c56640f689f"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T17:00:11+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2021-12-09"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "GroningenPHP"
|
||||
}
|
||||
],
|
||||
"field_location": [],
|
||||
"field_online": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
}
|
60
content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json
Normal file
60
content/paragraph.2f7f892b-75ff-48a0-9034-b9af048efd84.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "2f7f892b-75ff-48a0-9034-b9af048efd84"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T17:02:53+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2015-10-14"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "PHP South West"
|
||||
}
|
||||
],
|
||||
"field_location": [
|
||||
{
|
||||
"value": "Bristol, UK"
|
||||
}
|
||||
],
|
||||
"field_online": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
}
|
60
content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json
Normal file
60
content/paragraph.34fea7ca-2458-448e-8991-495d69ee6836.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "34fea7ca-2458-448e-8991-495d69ee6836"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T16:59:39+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2024-02-14"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "PHP South West"
|
||||
}
|
||||
],
|
||||
"field_location": [
|
||||
{
|
||||
"value": "Bristol, UK"
|
||||
}
|
||||
],
|
||||
"field_online": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
}
|
60
content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json
Normal file
60
content/paragraph.373fc0f2-717e-4fea-ae97-ec2c674834fd.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "373fc0f2-717e-4fea-ae97-ec2c674834fd"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T16:58:32+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2024-08-28"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "PHP Berkshire"
|
||||
}
|
||||
],
|
||||
"field_location": [
|
||||
{
|
||||
"value": "Reading, UK"
|
||||
}
|
||||
],
|
||||
"field_online": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
}
|
56
content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json
Normal file
56
content/paragraph.81b18409-0f9d-49de-a8ff-c75c7c4852c0.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "81b18409-0f9d-49de-a8ff-c75c7c4852c0"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T17:02:20+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2021-09-07"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "PHP North West"
|
||||
}
|
||||
],
|
||||
"field_location": [],
|
||||
"field_online": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
}
|
60
content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json
Normal file
60
content/paragraph.8828e7e1-466a-4086-a79a-e120899f0784.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "8828e7e1-466a-4086-a79a-e120899f0784"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T16:58:47+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2024-05-23"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "BrumPHP"
|
||||
}
|
||||
],
|
||||
"field_location": [
|
||||
{
|
||||
"value": "Birmingham, UK"
|
||||
}
|
||||
],
|
||||
"field_online": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
}
|
56
content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json
Normal file
56
content/paragraph.e89e2456-b6b5-4c5f-922f-9f34f6e77e68.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "e89e2456-b6b5-4c5f-922f-9f34f6e77e68"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T17:02:43+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2021-08-19"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "Drupal Yorkshire"
|
||||
}
|
||||
],
|
||||
"field_location": [],
|
||||
"field_online": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
}
|
60
content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json
Normal file
60
content/paragraph.e8a7c3c3-c07a-4545-8387-ab03b8f7f47a.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "e8a7c3c3-c07a-4545-8387-ab03b8f7f47a"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"type": [
|
||||
{
|
||||
"target_id": "event",
|
||||
"target_type": "paragraphs_type",
|
||||
"target_uuid": "1d198ad2-cfc3-4c07-9ac7-db80ca9af554"
|
||||
}
|
||||
],
|
||||
"status": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"created": [
|
||||
{
|
||||
"value": "2025-04-29T16:56:09+00:00"
|
||||
}
|
||||
],
|
||||
"behavior_settings": [
|
||||
{
|
||||
"value": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"revision_translation_affected": [],
|
||||
"field_date": [
|
||||
{
|
||||
"value": "2025-03-20"
|
||||
}
|
||||
],
|
||||
"field_event_name": [
|
||||
{
|
||||
"value": "PHP Thames Valley"
|
||||
}
|
||||
],
|
||||
"field_location": [
|
||||
{
|
||||
"value": "Oxford, UK"
|
||||
}
|
||||
],
|
||||
"field_online": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
}
|
37
content/shortcut.0cabd243-2f9c-48ac-b0d9-f536d1cf1eaa.json
Normal file
37
content/shortcut.0cabd243-2f9c-48ac-b0d9-f536d1cf1eaa.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"uuid": [
|
||||
{
|
||||
"value": "0cabd243-2f9c-48ac-b0d9-f536d1cf1eaa"
|
||||
}
|
||||
],
|
||||
"langcode": [
|
||||
{
|
||||
"value": "en"
|
||||
}
|
||||
],
|
||||
"shortcut_set": [
|
||||
{
|
||||
"target_id": "default",
|
||||
"target_type": "shortcut_set",
|
||||
"target_uuid": "57358499-6b6d-407c-9c39-ceef732c996c"
|
||||
}
|
||||
],
|
||||
"title": [
|
||||
{
|
||||
"value": "Manage display"
|
||||
}
|
||||
],
|
||||
"weight": [],
|
||||
"link": [
|
||||
{
|
||||
"uri": "internal:\/admin\/structure\/types\/manage\/presentation\/display",
|
||||
"title": null,
|
||||
"options": []
|
||||
}
|
||||
],
|
||||
"default_langcode": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -52,7 +52,7 @@
|
|||
],
|
||||
"access": [
|
||||
{
|
||||
"value": "2025-04-29T13:23:02+00:00"
|
||||
"value": "2025-04-29T17:06:14+00:00"
|
||||
}
|
||||
],
|
||||
"login": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue