generated from Realityloop/starterkit-drupal-foundry-tome-druxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(#47): add layout paragraphs experiment * feat(#7): add Code paragraph * chore(#47): add layout paragraphs module * chore(#47): update content * fix(#47): adjust articles list on homepage * chore(#47): update path aliases * fix: update linky id * chore(#47): update content
- Loading branch information
Showing
41 changed files
with
1,562 additions
and
20 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
drupal/config/sync/core.entity_form_display.paragraph.code.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
uuid: a1ec81f8-796e-47db-9928-8ebc78ce7a6d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.code.field_code | ||
- field.field.paragraph.code.field_title | ||
- paragraphs.paragraphs_type.code | ||
id: paragraph.code.default | ||
targetEntityType: paragraph | ||
bundle: code | ||
mode: default | ||
content: | ||
field_code: | ||
type: string_textarea | ||
weight: 1 | ||
region: content | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
third_party_settings: { } | ||
field_title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
layout_paragraphs_fields: | ||
weight: -200 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
drupal/config/sync/core.entity_view_display.paragraph.code.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
uuid: c68fa08a-6112-4fbd-863d-53ccf1a2b412 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.code.field_code | ||
- field.field.paragraph.code.field_title | ||
- paragraphs.paragraphs_type.code | ||
id: paragraph.code.default | ||
targetEntityType: paragraph | ||
bundle: code | ||
mode: default | ||
content: | ||
field_code: | ||
type: basic_string | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
field_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
drupal/config/sync/field.field.paragraph.code.field_code.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 15f252c4-198a-4c82-af93-7c5fbc56f471 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_code | ||
- paragraphs.paragraphs_type.code | ||
id: paragraph.code.field_code | ||
field_name: field_code | ||
entity_type: paragraph | ||
bundle: code | ||
label: Code | ||
description: '' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string_long |
19 changes: 19 additions & 0 deletions
19
drupal/config/sync/field.field.paragraph.code.field_title.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: e8b07de4-46e1-4419-8752-c595172110b3 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_title | ||
- paragraphs.paragraphs_type.code | ||
id: paragraph.code.field_title | ||
field_name: field_title | ||
entity_type: paragraph | ||
bundle: code | ||
label: 'File name' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 117fcc66-180a-4801-8c1b-3fe9ad77f704 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- paragraphs | ||
id: paragraph.field_code | ||
field_name: field_code | ||
entity_type: paragraph | ||
type: string_long | ||
settings: | ||
case_sensitive: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: e3c6ec6e-d8b4-42fa-a788-41ab19196fc9 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- entity_display_mode | ||
- paragraphs_ee | ||
- paragraphs_library | ||
third_party_settings: | ||
paragraphs_library: | ||
allow_library_conversion: true | ||
paragraphs_ee: | ||
paragraphs_categories: | ||
basics: basics | ||
entity_display_mode: | ||
display_configuration: | ||
field_name: '' | ||
id: code | ||
label: Code | ||
icon_uuid: null | ||
icon_default: null | ||
description: '' | ||
behavior_plugins: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
drupal/content/linky.210ac08c-c7b6-4531-985f-03b8a680cf1c.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"uuid": [ | ||
{ | ||
"value": "210ac08c-c7b6-4531-985f-03b8a680cf1c" | ||
} | ||
], | ||
"langcode": [ | ||
{ | ||
"value": "en" | ||
} | ||
], | ||
"user_id": [ | ||
{ | ||
"target_type": "user", | ||
"target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" | ||
} | ||
], | ||
"revision_created": [ | ||
{ | ||
"value": "2022-03-01T01:47:11+00:00", | ||
"format": "Y-m-d\\TH:i:sP" | ||
} | ||
], | ||
"revision_uid": [ | ||
{ | ||
"target_type": "user", | ||
"target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" | ||
} | ||
], | ||
"revision_log": [ | ||
{ | ||
"value": "Created new Managed Link" | ||
} | ||
], | ||
"link": [ | ||
{ | ||
"uri": "https:\/\/www.drupal.org\/project\/layout_paragraphs", | ||
"title": "Layouts Paragraphs module", | ||
"options": [] | ||
} | ||
], | ||
"created": [ | ||
{ | ||
"value": "2022-03-01T01:47:11+00:00", | ||
"format": "Y-m-d\\TH:i:sP" | ||
} | ||
], | ||
"changed": [ | ||
{ | ||
"value": "2022-03-04T06:35:37+00:00", | ||
"format": "Y-m-d\\TH:i:sP" | ||
} | ||
], | ||
"checked": [ | ||
{ | ||
"value": "2022-03-04T06:35:37+00:00", | ||
"format": "Y-m-d\\TH:i:sP" | ||
} | ||
], | ||
"internal": [ | ||
{ | ||
"value": false | ||
} | ||
], | ||
"http_method": [ | ||
{ | ||
"value": "HEAD" | ||
} | ||
], | ||
"http_status": [ | ||
{ | ||
"value": 200 | ||
} | ||
], | ||
"message": [], | ||
"destination": [], | ||
"excluded": [ | ||
{ | ||
"value": false | ||
} | ||
], | ||
"reason": [], | ||
"error": [ | ||
{ | ||
"value": false | ||
} | ||
], | ||
"error_count": [ | ||
{ | ||
"value": 0 | ||
} | ||
] | ||
} |
Oops, something went wrong.