diff --git a/drupal/config/sync/core.entity_form_display.paragraph.repository.default.yml b/drupal/config/sync/core.entity_form_display.paragraph.repository.default.yml index 9c929fe..36de5fb 100644 --- a/drupal/config/sync/core.entity_form_display.paragraph.repository.default.yml +++ b/drupal/config/sync/core.entity_form_display.paragraph.repository.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.paragraph.repository.field_description + - field.field.paragraph.repository.field_github_template - field.field.paragraph.repository.field_gitpod - field.field.paragraph.repository.field_url - paragraphs.paragraphs_type.repository @@ -16,28 +17,35 @@ bundle: repository mode: default content: field_description: + type: text_textarea weight: 0 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea + field_github_template: + type: boolean_checkbox + weight: 3 region: content - field_gitpod: - weight: 2 settings: display_label: true third_party_settings: { } + field_gitpod: type: boolean_checkbox + weight: 2 region: content + settings: + display_label: true + third_party_settings: { } field_url: + type: link_default weight: 1 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content hidden: created: true status: true diff --git a/drupal/config/sync/core.entity_view_display.paragraph.repository.default.yml b/drupal/config/sync/core.entity_view_display.paragraph.repository.default.yml index 694b832..75fc13c 100644 --- a/drupal/config/sync/core.entity_view_display.paragraph.repository.default.yml +++ b/drupal/config/sync/core.entity_view_display.paragraph.repository.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.paragraph.repository.field_description + - field.field.paragraph.repository.field_github_template - field.field.paragraph.repository.field_gitpod - field.field.paragraph.repository.field_url - paragraphs.paragraphs_type.repository @@ -16,24 +17,34 @@ bundle: repository mode: default content: field_description: - weight: 0 + type: text_default label: hidden settings: { } third_party_settings: { } - type: text_default + weight: 0 + region: content + field_github_template: + type: boolean + label: above + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + weight: 3 region: content field_gitpod: - weight: 2 + type: boolean label: hidden settings: format: default format_custom_false: '' format_custom_true: '' third_party_settings: { } - type: boolean + weight: 2 region: content field_url: - weight: 1 + type: link label: hidden settings: trim_length: 80 @@ -42,6 +53,6 @@ content: rel: '' target: '' third_party_settings: { } - type: link + weight: 1 region: content hidden: { } diff --git a/drupal/config/sync/field.field.paragraph.repository.field_github_template.yml b/drupal/config/sync/field.field.paragraph.repository.field_github_template.yml new file mode 100644 index 0000000..a3613f7 --- /dev/null +++ b/drupal/config/sync/field.field.paragraph.repository.field_github_template.yml @@ -0,0 +1,23 @@ +uuid: 129d1681-7d4f-42ec-b7da-37ddfdfb838b +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_github_template + - paragraphs.paragraphs_type.repository +id: paragraph.repository.field_github_template +field_name: field_github_template +entity_type: paragraph +bundle: repository +label: 'Github template' +description: '' +required: false +translatable: false +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/drupal/config/sync/field.storage.paragraph.field_github_template.yml b/drupal/config/sync/field.storage.paragraph.field_github_template.yml new file mode 100644 index 0000000..88d8250 --- /dev/null +++ b/drupal/config/sync/field.storage.paragraph.field_github_template.yml @@ -0,0 +1,18 @@ +uuid: fbf92ca9-a66f-43bc-ad9b-f0594fc15797 +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_github_template +field_name: field_github_template +entity_type: paragraph +type: boolean +settings: { } +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/drupal/content/crop.049bbdb7-cabd-490b-b704-e46df46d99ef.json b/drupal/content/crop.049bbdb7-cabd-490b-b704-e46df46d99ef.json new file mode 100644 index 0000000..f1c5518 --- /dev/null +++ b/drupal/content/crop.049bbdb7-cabd-490b-b704-e46df46d99ef.json @@ -0,0 +1,69 @@ +{ + "uuid": [ + { + "value": "049bbdb7-cabd-490b-b704-e46df46d99ef" + } + ], + "type": [ + { + "target_id": "focal_point", + "target_type": "crop_type", + "target_uuid": "abc3bdea-299e-49b6-9b0c-502772989ea0" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "entity_id": [ + { + "value": 5 + } + ], + "entity_type": [ + { + "value": "file" + } + ], + "uri": [ + { + "value": "public:\/\/image\/druxtentityform-microcontent.png" + } + ], + "height": [], + "width": [], + "x": [ + { + "value": 800 + } + ], + "y": [ + { + "value": 579 + } + ], + "revision_timestamp": [ + { + "value": "2022-06-14T03:35:51+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log": [], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ] +} \ No newline at end of file diff --git a/drupal/content/crop.6ab8ad41-8389-4ec2-b6b4-28dc09cda211.json b/drupal/content/crop.6ab8ad41-8389-4ec2-b6b4-28dc09cda211.json new file mode 100644 index 0000000..78d8bf7 --- /dev/null +++ b/drupal/content/crop.6ab8ad41-8389-4ec2-b6b4-28dc09cda211.json @@ -0,0 +1,69 @@ +{ + "uuid": [ + { + "value": "6ab8ad41-8389-4ec2-b6b4-28dc09cda211" + } + ], + "type": [ + { + "target_id": "focal_point", + "target_type": "crop_type", + "target_uuid": "abc3bdea-299e-49b6-9b0c-502772989ea0" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "entity_id": [ + { + "value": 4 + } + ], + "entity_type": [ + { + "value": "file" + } + ], + "uri": [ + { + "value": "public:\/\/image\/microcontent_perms.png" + } + ], + "height": [], + "width": [], + "x": [ + { + "value": 800 + } + ], + "y": [ + { + "value": 579 + } + ], + "revision_timestamp": [ + { + "value": "2022-06-14T02:21:42+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log": [], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ] +} \ No newline at end of file diff --git a/drupal/content/crop.81db1595-aaa8-4163-9a00-27258bd47043.json b/drupal/content/crop.81db1595-aaa8-4163-9a00-27258bd47043.json new file mode 100644 index 0000000..81cf0b2 --- /dev/null +++ b/drupal/content/crop.81db1595-aaa8-4163-9a00-27258bd47043.json @@ -0,0 +1,69 @@ +{ + "uuid": [ + { + "value": "81db1595-aaa8-4163-9a00-27258bd47043" + } + ], + "type": [ + { + "target_id": "focal_point", + "target_type": "crop_type", + "target_uuid": "abc3bdea-299e-49b6-9b0c-502772989ea0" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "entity_id": [ + { + "value": 7 + } + ], + "entity_type": [ + { + "value": "file" + } + ], + "uri": [ + { + "value": "public:\/\/image\/manage_form_display_0.png" + } + ], + "height": [], + "width": [], + "x": [ + { + "value": 800 + } + ], + "y": [ + { + "value": 595 + } + ], + "revision_timestamp": [ + { + "value": "2022-06-14T04:35:50+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log": [], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ] +} \ No newline at end of file diff --git a/drupal/content/crop.dd79c9a5-ca17-445c-82a8-fd6545f3dadc.json b/drupal/content/crop.dd79c9a5-ca17-445c-82a8-fd6545f3dadc.json new file mode 100644 index 0000000..80a614c --- /dev/null +++ b/drupal/content/crop.dd79c9a5-ca17-445c-82a8-fd6545f3dadc.json @@ -0,0 +1,69 @@ +{ + "uuid": [ + { + "value": "dd79c9a5-ca17-445c-82a8-fd6545f3dadc" + } + ], + "type": [ + { + "target_id": "focal_point", + "target_type": "crop_type", + "target_uuid": "abc3bdea-299e-49b6-9b0c-502772989ea0" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "entity_id": [ + { + "value": 6 + } + ], + "entity_type": [ + { + "value": "file" + } + ], + "uri": [ + { + "value": "public:\/\/image\/manage_form_display.png" + } + ], + "height": [], + "width": [], + "x": [ + { + "value": 800 + } + ], + "y": [ + { + "value": 595 + } + ], + "revision_timestamp": [ + { + "value": "2022-06-14T04:10:09+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log": [], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ] +} \ No newline at end of file diff --git a/drupal/content/file.032627e2-142d-440e-b225-0c186dba6333.json b/drupal/content/file.032627e2-142d-440e-b225-0c186dba6333.json new file mode 100644 index 0000000..5811009 --- /dev/null +++ b/drupal/content/file.032627e2-142d-440e-b225-0c186dba6333.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "032627e2-142d-440e-b225-0c186dba6333" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "filename": [ + { + "value": "microcontent_perms.png" + } + ], + "uri": [ + { + "value": "public:\/\/image\/microcontent_perms.png" + } + ], + "filemime": [ + { + "value": "image\/png" + } + ], + "filesize": [ + { + "value": 158287 + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-06-14T02:21:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T02:21:42+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ] +} \ No newline at end of file diff --git a/drupal/content/file.91f83603-709c-4113-a4d2-78c3db6ae2b9.json b/drupal/content/file.91f83603-709c-4113-a4d2-78c3db6ae2b9.json new file mode 100644 index 0000000..2c3c329 --- /dev/null +++ b/drupal/content/file.91f83603-709c-4113-a4d2-78c3db6ae2b9.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "91f83603-709c-4113-a4d2-78c3db6ae2b9" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "filename": [ + { + "value": "manage_form_display.png" + } + ], + "uri": [ + { + "value": "public:\/\/image\/manage_form_display_0.png" + } + ], + "filemime": [ + { + "value": "image\/png" + } + ], + "filesize": [ + { + "value": 234905 + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-06-14T04:35:40+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T04:35:50+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ] +} \ No newline at end of file diff --git a/drupal/content/file.d9cba6c5-f6c1-43b9-973e-7738bd450b2c.json b/drupal/content/file.d9cba6c5-f6c1-43b9-973e-7738bd450b2c.json new file mode 100644 index 0000000..b5fba12 --- /dev/null +++ b/drupal/content/file.d9cba6c5-f6c1-43b9-973e-7738bd450b2c.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "d9cba6c5-f6c1-43b9-973e-7738bd450b2c" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "filename": [ + { + "value": "manage_form_display.png" + } + ], + "uri": [ + { + "value": "public:\/\/image\/manage_form_display.png" + } + ], + "filemime": [ + { + "value": "image\/png" + } + ], + "filesize": [ + { + "value": 234905 + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-06-14T04:09:54+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T04:10:09+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ] +} \ No newline at end of file diff --git a/drupal/content/file.e85419df-2857-46d6-bd0b-96e31ce490f9.json b/drupal/content/file.e85419df-2857-46d6-bd0b-96e31ce490f9.json new file mode 100644 index 0000000..4479341 --- /dev/null +++ b/drupal/content/file.e85419df-2857-46d6-bd0b-96e31ce490f9.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "e85419df-2857-46d6-bd0b-96e31ce490f9" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "filename": [ + { + "value": "druxtentityform-microcontent.png" + } + ], + "uri": [ + { + "value": "public:\/\/image\/druxtentityform-microcontent.png" + } + ], + "filemime": [ + { + "value": "image\/png" + } + ], + "filesize": [ + { + "value": 162276 + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-06-14T03:35:35+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T03:35:51+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ] +} \ No newline at end of file diff --git a/drupal/content/linky.119f3531-c561-4c88-929f-ab0f494fb797.json b/drupal/content/linky.119f3531-c561-4c88-929f-ab0f494fb797.json new file mode 100644 index 0000000..5c882c8 --- /dev/null +++ b/drupal/content/linky.119f3531-c561-4c88-929f-ab0f494fb797.json @@ -0,0 +1,81 @@ +{ + "uuid": [ + { + "value": "119f3531-c561-4c88-929f-ab0f494fb797" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "user_id": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_created": [ + { + "value": "2022-06-14T00:50:14+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:\/\/github.com\/druxt\/quickstart-druxt-site-tome", + "title": "quickstart-druxt-site-tome", + "options": [] + } + ], + "created": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "checked": [ + { + "value": "1970-01-01T00:00:00+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "internal": [], + "http_method": [], + "http_status": [], + "message": [], + "destination": [], + "excluded": [ + { + "value": false + } + ], + "reason": [], + "error": [ + { + "value": false + } + ], + "error_count": [ + { + "value": 0 + } + ] +} \ No newline at end of file diff --git a/drupal/content/linky.2af22ffb-e3a5-460a-aec6-1d45131fb2db.json b/drupal/content/linky.2af22ffb-e3a5-460a-aec6-1d45131fb2db.json new file mode 100644 index 0000000..990b7b0 --- /dev/null +++ b/drupal/content/linky.2af22ffb-e3a5-460a-aec6-1d45131fb2db.json @@ -0,0 +1,81 @@ +{ + "uuid": [ + { + "value": "2af22ffb-e3a5-460a-aec6-1d45131fb2db" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "user_id": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_created": [ + { + "value": "2022-06-14T03:38:56+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:\/\/druxtjs.org\/api\/packages\/entity\/components\/DruxtEntityForm", + "title": "API documentation", + "options": [] + } + ], + "created": [ + { + "value": "2022-06-14T03:38:56+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T03:38:56+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "checked": [ + { + "value": "1970-01-01T00:00:00+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "internal": [], + "http_method": [], + "http_status": [], + "message": [], + "destination": [], + "excluded": [ + { + "value": false + } + ], + "reason": [], + "error": [ + { + "value": false + } + ], + "error_count": [ + { + "value": 0 + } + ] +} \ No newline at end of file diff --git a/drupal/content/linky.909242ef-260c-4372-8aa3-272c90e7f31b.json b/drupal/content/linky.909242ef-260c-4372-8aa3-272c90e7f31b.json new file mode 100644 index 0000000..a4ddfd9 --- /dev/null +++ b/drupal/content/linky.909242ef-260c-4372-8aa3-272c90e7f31b.json @@ -0,0 +1,81 @@ +{ + "uuid": [ + { + "value": "909242ef-260c-4372-8aa3-272c90e7f31b" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "user_id": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_created": [ + { + "value": "2022-06-14T00:50:14+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:\/\/druxtjs.org\/modules\/entity\/", + "title": "DruxtEntity module", + "options": [] + } + ], + "created": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "checked": [ + { + "value": "1970-01-01T00:00:00+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "internal": [], + "http_method": [], + "http_status": [], + "message": [], + "destination": [], + "excluded": [ + { + "value": false + } + ], + "reason": [], + "error": [ + { + "value": false + } + ], + "error_count": [ + { + "value": 0 + } + ] +} \ No newline at end of file diff --git a/drupal/content/linky.df100493-e6d8-4606-8cdf-94af99983cf9.json b/drupal/content/linky.df100493-e6d8-4606-8cdf-94af99983cf9.json new file mode 100644 index 0000000..fbd4757 --- /dev/null +++ b/drupal/content/linky.df100493-e6d8-4606-8cdf-94af99983cf9.json @@ -0,0 +1,81 @@ +{ + "uuid": [ + { + "value": "df100493-e6d8-4606-8cdf-94af99983cf9" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "user_id": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_created": [ + { + "value": "2022-06-14T00:50:14+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\/microcontent", + "title": "Micro-content module", + "options": [] + } + ], + "created": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T00:50:14+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "checked": [ + { + "value": "1970-01-01T00:00:00+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "internal": [], + "http_method": [], + "http_status": [], + "message": [], + "destination": [], + "excluded": [ + { + "value": false + } + ], + "reason": [], + "error": [ + { + "value": false + } + ], + "error_count": [ + { + "value": 0 + } + ] +} \ No newline at end of file diff --git a/drupal/content/media.5055541f-e4c1-4848-8081-46da6fa7cf7c.json b/drupal/content/media.5055541f-e4c1-4848-8081-46da6fa7cf7c.json new file mode 100644 index 0000000..cdfcba6 --- /dev/null +++ b/drupal/content/media.5055541f-e4c1-4848-8081-46da6fa7cf7c.json @@ -0,0 +1,120 @@ +{ + "uuid": [ + { + "value": "5055541f-e4c1-4848-8081-46da6fa7cf7c" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "bundle": [ + { + "target_id": "image", + "target_type": "media_type", + "target_uuid": "f19fe97d-01de-4806-a85a-07f5e7c49839" + } + ], + "revision_created": [ + { + "value": "2022-06-14T04:35:40+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_user": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log_message": [ + { + "value": "Created new Image" + } + ], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "name": [ + { + "value": "Manage form display" + } + ], + "thumbnail": [ + { + "alt": "Manage form display", + "title": null, + "width": 1600, + "height": 1190, + "target_type": "file", + "target_uuid": "91f83603-709c-4113-a4d2-78c3db6ae2b9" + } + ], + "created": [ + { + "value": "2022-06-14T04:35:40+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T04:35:40+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en", + "pathauto": 0 + } + ], + "field_media_caption": [ + { + "value": "
Manage form display<\/p>\r\n", + "format": "formatted" + } + ], + "field_media_content_owner": [ + { + "value": "Stuart Clark" + } + ], + "field_media_copyright": [], + "field_media_description": [ + { + "value": "Manage form display" + } + ], + "field_media_image": [ + { + "alt": "Manage form display", + "title": "", + "width": 1600, + "height": 1190, + "target_type": "file", + "target_uuid": "91f83603-709c-4113-a4d2-78c3db6ae2b9" + } + ], + "field_media_usage_terms": [] +} \ No newline at end of file diff --git a/drupal/content/media.8805daa5-0dd4-4a7d-936d-ddbbcb224798.json b/drupal/content/media.8805daa5-0dd4-4a7d-936d-ddbbcb224798.json new file mode 100644 index 0000000..1481508 --- /dev/null +++ b/drupal/content/media.8805daa5-0dd4-4a7d-936d-ddbbcb224798.json @@ -0,0 +1,120 @@ +{ + "uuid": [ + { + "value": "8805daa5-0dd4-4a7d-936d-ddbbcb224798" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "bundle": [ + { + "target_id": "image", + "target_type": "media_type", + "target_uuid": "f19fe97d-01de-4806-a85a-07f5e7c49839" + } + ], + "revision_created": [ + { + "value": "2022-06-14T02:21:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_user": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log_message": [ + { + "value": "Created new Image" + } + ], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "name": [ + { + "value": "Micro-content permissions" + } + ], + "thumbnail": [ + { + "alt": "Micro-content permissions", + "title": null, + "width": 1600, + "height": 1158, + "target_type": "file", + "target_uuid": "032627e2-142d-440e-b225-0c186dba6333" + } + ], + "created": [ + { + "value": "2022-06-14T02:21:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T02:21:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en", + "pathauto": 0 + } + ], + "field_media_caption": [ + { + "value": "
Micro-content permissions<\/p>\r\n", + "format": "formatted" + } + ], + "field_media_content_owner": [ + { + "value": "Stuart Clark" + } + ], + "field_media_copyright": [], + "field_media_description": [ + { + "value": "Micro-content permissions" + } + ], + "field_media_image": [ + { + "alt": "Micro-content permissions", + "title": "", + "width": 1600, + "height": 1158, + "target_type": "file", + "target_uuid": "032627e2-142d-440e-b225-0c186dba6333" + } + ], + "field_media_usage_terms": [] +} \ No newline at end of file diff --git a/drupal/content/media.95497c54-95d0-4d37-83dc-2f0b450f999e.json b/drupal/content/media.95497c54-95d0-4d37-83dc-2f0b450f999e.json new file mode 100644 index 0000000..481d305 --- /dev/null +++ b/drupal/content/media.95497c54-95d0-4d37-83dc-2f0b450f999e.json @@ -0,0 +1,120 @@ +{ + "uuid": [ + { + "value": "95497c54-95d0-4d37-83dc-2f0b450f999e" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "bundle": [ + { + "target_id": "image", + "target_type": "media_type", + "target_uuid": "f19fe97d-01de-4806-a85a-07f5e7c49839" + } + ], + "revision_created": [ + { + "value": "2022-06-14T03:35:35+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_user": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log_message": [ + { + "value": "Created new Image" + } + ], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "name": [ + { + "value": "DruxtEntityForm - Micro-content example" + } + ], + "thumbnail": [ + { + "alt": "DruxtEntityForm - Micro-content example", + "title": null, + "width": 1600, + "height": 1158, + "target_type": "file", + "target_uuid": "e85419df-2857-46d6-bd0b-96e31ce490f9" + } + ], + "created": [ + { + "value": "2022-06-14T03:35:35+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T03:35:35+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en", + "pathauto": 0 + } + ], + "field_media_caption": [ + { + "value": "
DruxtEntityForm - Micro-content example<\/p>\r\n", + "format": "formatted" + } + ], + "field_media_content_owner": [ + { + "value": "Stuart Clark" + } + ], + "field_media_copyright": [], + "field_media_description": [ + { + "value": "DruxtEntityForm - Micro-content example" + } + ], + "field_media_image": [ + { + "alt": "DruxtEntityForm - Micro-content example", + "title": "", + "width": 1600, + "height": 1158, + "target_type": "file", + "target_uuid": "e85419df-2857-46d6-bd0b-96e31ce490f9" + } + ], + "field_media_usage_terms": [] +} \ No newline at end of file diff --git a/drupal/content/media.cba3270f-6cb9-4a23-86fd-33946e8ee92f.json b/drupal/content/media.cba3270f-6cb9-4a23-86fd-33946e8ee92f.json new file mode 100644 index 0000000..851ea3d --- /dev/null +++ b/drupal/content/media.cba3270f-6cb9-4a23-86fd-33946e8ee92f.json @@ -0,0 +1,120 @@ +{ + "uuid": [ + { + "value": "cba3270f-6cb9-4a23-86fd-33946e8ee92f" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "bundle": [ + { + "target_id": "image", + "target_type": "media_type", + "target_uuid": "f19fe97d-01de-4806-a85a-07f5e7c49839" + } + ], + "revision_created": [ + { + "value": "2022-06-14T04:09:54+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_user": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log_message": [ + { + "value": "Created new Image" + } + ], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "name": [ + { + "value": "Manage Form Display" + } + ], + "thumbnail": [ + { + "alt": "Manage Form Display", + "title": null, + "width": 1600, + "height": 1190, + "target_type": "file", + "target_uuid": "d9cba6c5-f6c1-43b9-973e-7738bd450b2c" + } + ], + "created": [ + { + "value": "2022-06-14T04:09:54+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T04:09:54+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": null, + "pid": null, + "langcode": "en", + "pathauto": 0 + } + ], + "field_media_caption": [ + { + "value": "
Manage Form Display<\/p>\r\n", + "format": "formatted" + } + ], + "field_media_content_owner": [ + { + "value": "Stuart Clark" + } + ], + "field_media_copyright": [], + "field_media_description": [ + { + "value": "Manage Form Display" + } + ], + "field_media_image": [ + { + "alt": "Manage Form Display", + "title": "", + "width": 1600, + "height": 1190, + "target_type": "file", + "target_uuid": "d9cba6c5-f6c1-43b9-973e-7738bd450b2c" + } + ], + "field_media_usage_terms": [] +} \ No newline at end of file diff --git a/drupal/content/meta/index.json b/drupal/content/meta/index.json index f737968..a79744a 100644 --- a/drupal/content/meta/index.json +++ b/drupal/content/meta/index.json @@ -240,5 +240,140 @@ ], "taxonomy_term.7e0d3d5c-d9a0-40e6-aa6c-7e8f7b457695": [ "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" - ] + ], + "paragraph.e81964d3-ff64-4bcf-b515-1443099e393e": [], + "paragraph.2bda3601-f2e4-48e6-9fea-a154b428849e": [], + "node.b3882633-0964-4830-a40e-a4dbc224386d": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0", + "taxonomy_term.789f893f-87c6-4f2d-85de-484a7ae850f7", + "taxonomy_term.7e0d3d5c-d9a0-40e6-aa6c-7e8f7b457695", + "taxonomy_term.95c7fc60-bf15-4867-a0cf-bce941748e6e", + "paragraph.e81964d3-ff64-4bcf-b515-1443099e393e", + "paragraph.2bda3601-f2e4-48e6-9fea-a154b428849e", + "paragraph.3de00125-8596-4705-b05e-022af0c49d84", + "paragraph.928e4b57-cbab-4356-a024-3506543a0c33", + "paragraph.59341085-d9a2-4143-9100-aea472e0d7f9", + "paragraph.382ea70e-0868-4c25-913c-a1158696dc6b", + "paragraph.4aa56f70-774a-47ec-bd07-d98390e5d172", + "paragraph.f2114748-8c52-477d-934c-1ce06787223d", + "paragraph.1a89ee24-2d8c-4d5c-a874-98c3c2494761", + "paragraph.0b43f7e6-5f5b-4d8d-9fef-aabd2513e3b0", + "paragraph.9d9523c2-a874-4bcb-96d5-33e6bab7ec13", + "paragraph.aff0b2a6-8b45-41b8-b855-fee5416d0c96", + "paragraph.8a999ebe-0e60-4b16-afe3-ff2c398f0dbc", + "paragraph.c1a9d3d8-46ed-4354-b6f8-36f9a79ca3b9", + "paragraph.ae187af8-945f-43fa-ae8f-675e55c2cc27", + "paragraph.10674599-c4d2-42de-8397-e7e8408fd636", + "paragraph.85a12e67-7dc1-44e3-93bb-a0cf95ea7c7a", + "paragraph.86ad0fc2-0226-434e-b5a4-0bf21b0adbe3", + "paragraph.f7169a92-30df-408f-bff0-f9193bff41c7", + "paragraph.47452ed6-3fdf-47fe-a237-2d35f11a45aa", + "paragraph.f1cb8424-d84d-41a8-b1f2-4afcb341477f", + "paragraph.4c78437c-4900-427b-b95e-be0f9b30587b", + "paragraph.7b034bf3-e2db-40d4-89a4-e1227c3f45b7", + "paragraph.78becdb6-272e-4063-945a-c89890fcccca", + "paragraph.62d9acae-32c7-404f-88d3-d696ed84fa6d", + "paragraph.212ccd91-52a5-469d-b219-de98fe21be0f", + "paragraph.680f80c0-3c68-42c9-8091-a0fe9c66df2d", + "paragraph.00494129-a098-4fac-9a12-2d394c5a55d5", + "paragraph.89881d8a-caa5-47ff-92fb-b226a68a7602", + "paragraph.63b2652e-818f-4f1b-89ab-42683bbe9da4", + "paragraph.9d674246-e531-45f2-b806-5260c844ec45", + "paragraph.795a2c3e-06a4-414b-bcac-4365ff0d7833", + "paragraph.823a7e5c-8eba-403b-9a83-3429dbf55380", + "paragraph.044c31dc-33ca-4a1b-9c1b-2dd22254433e" + ], + "path_alias.4604e39c-47fc-4fe1-b252-e0588f51c6b7": [ + "node.b3882633-0964-4830-a40e-a4dbc224386d" + ], + "paragraph.4aa56f70-774a-47ec-bd07-d98390e5d172": [], + "paragraph.f2114748-8c52-477d-934c-1ce06787223d": [], + "paragraph.1a89ee24-2d8c-4d5c-a874-98c3c2494761": [], + "paragraph.0b43f7e6-5f5b-4d8d-9fef-aabd2513e3b0": [], + "linky.119f3531-c561-4c88-929f-ab0f494fb797": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "linky.df100493-e6d8-4606-8cdf-94af99983cf9": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "linky.909242ef-260c-4372-8aa3-272c90e7f31b": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "paragraph.3de00125-8596-4705-b05e-022af0c49d84": [], + "paragraph.928e4b57-cbab-4356-a024-3506543a0c33": [], + "paragraph.59341085-d9a2-4143-9100-aea472e0d7f9": [], + "paragraph.9d9523c2-a874-4bcb-96d5-33e6bab7ec13": [], + "paragraph.382ea70e-0868-4c25-913c-a1158696dc6b": [], + "paragraph.aff0b2a6-8b45-41b8-b855-fee5416d0c96": [], + "paragraph.8a999ebe-0e60-4b16-afe3-ff2c398f0dbc": [], + "file.032627e2-142d-440e-b225-0c186dba6333": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "crop.6ab8ad41-8389-4ec2-b6b4-28dc09cda211": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "media.8805daa5-0dd4-4a7d-936d-ddbbcb224798": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0", + "file.032627e2-142d-440e-b225-0c186dba6333" + ], + "paragraph.c1a9d3d8-46ed-4354-b6f8-36f9a79ca3b9": [], + "paragraph.ae187af8-945f-43fa-ae8f-675e55c2cc27": [ + "media.8805daa5-0dd4-4a7d-936d-ddbbcb224798" + ], + "paragraph.10674599-c4d2-42de-8397-e7e8408fd636": [], + "paragraph.85a12e67-7dc1-44e3-93bb-a0cf95ea7c7a": [], + "paragraph.86ad0fc2-0226-434e-b5a4-0bf21b0adbe3": [], + "paragraph.f7169a92-30df-408f-bff0-f9193bff41c7": [], + "file.e85419df-2857-46d6-bd0b-96e31ce490f9": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "crop.049bbdb7-cabd-490b-b704-e46df46d99ef": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "media.95497c54-95d0-4d37-83dc-2f0b450f999e": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0", + "file.e85419df-2857-46d6-bd0b-96e31ce490f9" + ], + "paragraph.47452ed6-3fdf-47fe-a237-2d35f11a45aa": [], + "paragraph.f1cb8424-d84d-41a8-b1f2-4afcb341477f": [], + "linky.2af22ffb-e3a5-460a-aec6-1d45131fb2db": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "paragraph.4c78437c-4900-427b-b95e-be0f9b30587b": [], + "paragraph.7b034bf3-e2db-40d4-89a4-e1227c3f45b7": [], + "paragraph.78becdb6-272e-4063-945a-c89890fcccca": [], + "paragraph.62d9acae-32c7-404f-88d3-d696ed84fa6d": [ + "media.95497c54-95d0-4d37-83dc-2f0b450f999e" + ], + "paragraph.212ccd91-52a5-469d-b219-de98fe21be0f": [], + "file.d9cba6c5-f6c1-43b9-973e-7738bd450b2c": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "crop.dd79c9a5-ca17-445c-82a8-fd6545f3dadc": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "media.cba3270f-6cb9-4a23-86fd-33946e8ee92f": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0", + "file.d9cba6c5-f6c1-43b9-973e-7738bd450b2c" + ], + "file.91f83603-709c-4113-a4d2-78c3db6ae2b9": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "crop.81db1595-aaa8-4163-9a00-27258bd47043": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0" + ], + "media.5055541f-e4c1-4848-8081-46da6fa7cf7c": [ + "user.fb85df17-bbd5-4b75-890e-e010d6410ac0", + "file.91f83603-709c-4113-a4d2-78c3db6ae2b9" + ], + "paragraph.680f80c0-3c68-42c9-8091-a0fe9c66df2d": [], + "paragraph.00494129-a098-4fac-9a12-2d394c5a55d5": [], + "paragraph.89881d8a-caa5-47ff-92fb-b226a68a7602": [], + "paragraph.63b2652e-818f-4f1b-89ab-42683bbe9da4": [ + "media.5055541f-e4c1-4848-8081-46da6fa7cf7c" + ], + "paragraph.9d674246-e531-45f2-b806-5260c844ec45": [], + "paragraph.795a2c3e-06a4-414b-bcac-4365ff0d7833": [], + "paragraph.823a7e5c-8eba-403b-9a83-3429dbf55380": [], + "paragraph.044c31dc-33ca-4a1b-9c1b-2dd22254433e": [] } \ No newline at end of file diff --git a/drupal/content/node.b3882633-0964-4830-a40e-a4dbc224386d.json b/drupal/content/node.b3882633-0964-4830-a40e-a4dbc224386d.json new file mode 100644 index 0000000..7458c56 --- /dev/null +++ b/drupal/content/node.b3882633-0964-4830-a40e-a4dbc224386d.json @@ -0,0 +1,274 @@ +{ + "uuid": [ + { + "value": "b3882633-0964-4830-a40e-a4dbc224386d" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "article", + "target_type": "node_type", + "target_uuid": "099b71bc-a724-4c2b-aa00-039950b719ec" + } + ], + "revision_timestamp": [ + { + "value": "2022-06-14T05:00:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "revision_log": [ + { + "value": "Updated the Content and Meta tags fields" + } + ], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "fb85df17-bbd5-4b75-890e-e010d6410ac0" + } + ], + "title": [ + { + "value": "Fun with Forms and Files" + } + ], + "created": [ + { + "value": "2022-06-09T02:08:07+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-06-14T05:00:18+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "promote": [ + { + "value": true + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": "\/articles\/fun-forms-and-files-20220609", + "langcode": "en", + "pathauto": 1 + } + ], + "content_translation_source": [ + { + "value": "und" + } + ], + "content_translation_outdated": [ + { + "value": false + } + ], + "field_article_category": [ + { + "target_type": "taxonomy_term", + "target_uuid": "789f893f-87c6-4f2d-85de-484a7ae850f7" + }, + { + "target_type": "taxonomy_term", + "target_uuid": "7e0d3d5c-d9a0-40e6-aa6c-7e8f7b457695" + } + ], + "field_article_type": [ + { + "target_type": "taxonomy_term", + "target_uuid": "95c7fc60-bf15-4867-a0cf-bce941748e6e" + } + ], + "field_content": [ + { + "target_type": "paragraph", + "target_uuid": "e81964d3-ff64-4bcf-b515-1443099e393e" + }, + { + "target_type": "paragraph", + "target_uuid": "2bda3601-f2e4-48e6-9fea-a154b428849e" + }, + { + "target_type": "paragraph", + "target_uuid": "3de00125-8596-4705-b05e-022af0c49d84" + }, + { + "target_type": "paragraph", + "target_uuid": "928e4b57-cbab-4356-a024-3506543a0c33" + }, + { + "target_type": "paragraph", + "target_uuid": "59341085-d9a2-4143-9100-aea472e0d7f9" + }, + { + "target_type": "paragraph", + "target_uuid": "382ea70e-0868-4c25-913c-a1158696dc6b" + }, + { + "target_type": "paragraph", + "target_uuid": "4aa56f70-774a-47ec-bd07-d98390e5d172" + }, + { + "target_type": "paragraph", + "target_uuid": "f2114748-8c52-477d-934c-1ce06787223d" + }, + { + "target_type": "paragraph", + "target_uuid": "1a89ee24-2d8c-4d5c-a874-98c3c2494761" + }, + { + "target_type": "paragraph", + "target_uuid": "0b43f7e6-5f5b-4d8d-9fef-aabd2513e3b0" + }, + { + "target_type": "paragraph", + "target_uuid": "9d9523c2-a874-4bcb-96d5-33e6bab7ec13" + }, + { + "target_type": "paragraph", + "target_uuid": "aff0b2a6-8b45-41b8-b855-fee5416d0c96" + }, + { + "target_type": "paragraph", + "target_uuid": "8a999ebe-0e60-4b16-afe3-ff2c398f0dbc" + }, + { + "target_type": "paragraph", + "target_uuid": "c1a9d3d8-46ed-4354-b6f8-36f9a79ca3b9" + }, + { + "target_type": "paragraph", + "target_uuid": "ae187af8-945f-43fa-ae8f-675e55c2cc27" + }, + { + "target_type": "paragraph", + "target_uuid": "10674599-c4d2-42de-8397-e7e8408fd636" + }, + { + "target_type": "paragraph", + "target_uuid": "85a12e67-7dc1-44e3-93bb-a0cf95ea7c7a" + }, + { + "target_type": "paragraph", + "target_uuid": "86ad0fc2-0226-434e-b5a4-0bf21b0adbe3" + }, + { + "target_type": "paragraph", + "target_uuid": "f7169a92-30df-408f-bff0-f9193bff41c7" + }, + { + "target_type": "paragraph", + "target_uuid": "47452ed6-3fdf-47fe-a237-2d35f11a45aa" + }, + { + "target_type": "paragraph", + "target_uuid": "f1cb8424-d84d-41a8-b1f2-4afcb341477f" + }, + { + "target_type": "paragraph", + "target_uuid": "4c78437c-4900-427b-b95e-be0f9b30587b" + }, + { + "target_type": "paragraph", + "target_uuid": "7b034bf3-e2db-40d4-89a4-e1227c3f45b7" + }, + { + "target_type": "paragraph", + "target_uuid": "78becdb6-272e-4063-945a-c89890fcccca" + }, + { + "target_type": "paragraph", + "target_uuid": "62d9acae-32c7-404f-88d3-d696ed84fa6d" + }, + { + "target_type": "paragraph", + "target_uuid": "212ccd91-52a5-469d-b219-de98fe21be0f" + }, + { + "target_type": "paragraph", + "target_uuid": "680f80c0-3c68-42c9-8091-a0fe9c66df2d" + }, + { + "target_type": "paragraph", + "target_uuid": "00494129-a098-4fac-9a12-2d394c5a55d5" + }, + { + "target_type": "paragraph", + "target_uuid": "89881d8a-caa5-47ff-92fb-b226a68a7602" + }, + { + "target_type": "paragraph", + "target_uuid": "63b2652e-818f-4f1b-89ab-42683bbe9da4" + }, + { + "target_type": "paragraph", + "target_uuid": "9d674246-e531-45f2-b806-5260c844ec45" + }, + { + "target_type": "paragraph", + "target_uuid": "795a2c3e-06a4-414b-bcac-4365ff0d7833" + }, + { + "target_type": "paragraph", + "target_uuid": "823a7e5c-8eba-403b-9a83-3429dbf55380" + }, + { + "target_type": "paragraph", + "target_uuid": "044c31dc-33ca-4a1b-9c1b-2dd22254433e" + } + ], + "field_content_supplementary": [], + "field_description": [ + { + "value": "One of the most important parts of the decoupling experience is the ability not only to read data, but to create, update or delete data.\r\n\r\nI recently had the opportunity to revisit a project in which I had implemented a form that included file uploads with image preview, all using Drupal fields and entity references. \r\n\r\nSo, as an exercise I've decided to review the feature and put together a write up on how to build fully decoupled Drupal forms with Druxt.\r\n\r\nLet's go have some fun with Druxt, Forms and Files." + } + ], + "field_display_title": [ + { + "value": "Fun with Forms and Files" + } + ], + "field_image": [], + "field_meta_tags": [], + "field_published": [ + { + "value": "2022-06-09T12:08:07+10:00" + } + ], + "field_video": [] +} \ No newline at end of file diff --git a/drupal/content/paragraph.00494129-a098-4fac-9a12-2d394c5a55d5.json b/drupal/content/paragraph.00494129-a098-4fac-9a12-2d394c5a55d5.json new file mode 100644 index 0000000..9589d5e --- /dev/null +++ b/drupal/content/paragraph.00494129-a098-4fac-9a12-2d394c5a55d5.json @@ -0,0 +1,56 @@ +{ + "uuid": [ + { + "value": "00494129-a098-4fac-9a12-2d394c5a55d5" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "text_formatted", + "target_type": "paragraphs_type", + "target_uuid": "71da2b1b-bfa1-4dae-8638-7f791512512d" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-06-14T04:33:21+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "680f80c0-3c68-42c9-8091-a0fe9c66df2d", + "region": "top" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "field_text_formatted": [ + { + "value": "
There's a few seemingly obvious issues with this form:<\/p>\r\n\r\n
Let's look at why, and what we can do about it.<\/p>\r\n",
+ "format": "formatted"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.044c31dc-33ca-4a1b-9c1b-2dd22254433e.json b/drupal/content/paragraph.044c31dc-33ca-4a1b-9c1b-2dd22254433e.json
new file mode 100644
index 0000000..989cf39
--- /dev/null
+++ b/drupal/content/paragraph.044c31dc-33ca-4a1b-9c1b-2dd22254433e.json
@@ -0,0 +1,58 @@
+{
+ "uuid": [
+ {
+ "value": "044c31dc-33ca-4a1b-9c1b-2dd22254433e"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "e3c6ec6e-d8b4-42fa-a788-41ab19196fc9"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-14T04:56:42+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "680f80c0-3c68-42c9-8091-a0fe9c66df2d",
+ "region": "bottom"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_code": [
+ {
+ "value": "
3. Create another form display mode.<\/strong><\/p>\r\n\r\n Like view displays, Drupal entity forms support multiple displays.<\/p>\r\n\r\n It is important to note that these are Entity<\/strong> forms not \"Form API\" forms, but equally as important to remember that entity != node<\/em>.<\/p>\r\n\r\n A benefit of decoupling is that any entity can be considered as display only, as mutable\/transactional data, or as a combination of both.<\/p>\r\n\r\n Another benefit of the content entity system in Drupal is that it provides access to hundreds of modular fields, and exposes schema information for those fields when using Druxt.<\/p>\r\n",
+ "format": "formatted"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.10674599-c4d2-42de-8397-e7e8408fd636.json b/drupal/content/paragraph.10674599-c4d2-42de-8397-e7e8408fd636.json
new file mode 100644
index 0000000..a80bf44
--- /dev/null
+++ b/drupal/content/paragraph.10674599-c4d2-42de-8397-e7e8408fd636.json
@@ -0,0 +1,52 @@
+{
+ "uuid": [
+ {
+ "value": "10674599-c4d2-42de-8397-e7e8408fd636"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "text_formatted",
+ "target_type": "paragraphs_type",
+ "target_uuid": "71da2b1b-bfa1-4dae-8638-7f791512512d"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-14T02:22:41+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "9d9523c2-a874-4bcb-96d5-33e6bab7ec13",
+ "region": "bottom"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_text_formatted": [
+ {
+ "value": " That's all that is required in Drupal for the moment, so let's jump to the other side.<\/p>\r\n",
+ "format": "formatted"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.1a89ee24-2d8c-4d5c-a874-98c3c2494761.json b/drupal/content/paragraph.1a89ee24-2d8c-4d5c-a874-98c3c2494761.json
new file mode 100644
index 0000000..7f4ced1
--- /dev/null
+++ b/drupal/content/paragraph.1a89ee24-2d8c-4d5c-a874-98c3c2494761.json
@@ -0,0 +1,53 @@
+{
+ "uuid": [
+ {
+ "value": "1a89ee24-2d8c-4d5c-a874-98c3c2494761"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "e3c6ec6e-d8b4-42fa-a788-41ab19196fc9"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-09T02:45:07+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "4aa56f70-774a-47ec-bd07-d98390e5d172",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_code": [
+ {
+ "value": " Swapping to the Docs<\/strong> tab in Storybook and clicking on \"Show code<\/strong>\" will provide you with the code required to render the form in a new Nuxt page:<\/p>\r\n",
+ "format": "formatted"
+ }
+ ],
+ "field_title": [
+ {
+ "value": "pages\/index.vue"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.2bda3601-f2e4-48e6-9fea-a154b428849e.json b/drupal/content/paragraph.2bda3601-f2e4-48e6-9fea-a154b428849e.json
new file mode 100644
index 0000000..09144df
--- /dev/null
+++ b/drupal/content/paragraph.2bda3601-f2e4-48e6-9fea-a154b428849e.json
@@ -0,0 +1,52 @@
+{
+ "uuid": [
+ {
+ "value": "2bda3601-f2e4-48e6-9fea-a154b428849e"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "text_formatted",
+ "target_type": "paragraphs_type",
+ "target_uuid": "71da2b1b-bfa1-4dae-8638-7f791512512d"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-09T02:29:11+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "e81964d3-ff64-4bcf-b515-1443099e393e",
+ "region": "first"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_text_formatted": [
+ {
+ "value": " The aim of this post, this experiment, is to identify all the steps involved to build frontend rendered forms with fields managed by the Drupal backend.<\/p>\r\n\r\n In the case of this experiment, data will also be submitted to, and validated by the Drupal backend.<\/p>\r\n\r\n And of course, this experiment will be built using a Druxt Quickstart repository.<\/p>\r\n",
+ "format": "formatted"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.382ea70e-0868-4c25-913c-a1158696dc6b.json b/drupal/content/paragraph.382ea70e-0868-4c25-913c-a1158696dc6b.json
new file mode 100644
index 0000000..fa32399
--- /dev/null
+++ b/drupal/content/paragraph.382ea70e-0868-4c25-913c-a1158696dc6b.json
@@ -0,0 +1,69 @@
+{
+ "uuid": [
+ {
+ "value": "382ea70e-0868-4c25-913c-a1158696dc6b"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "repository",
+ "target_type": "paragraphs_type",
+ "target_uuid": "438a9c1b-2af9-4468-8d21-2c5388f7e401"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-14T01:28:02+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "928e4b57-cbab-4356-a024-3506543a0c33",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_description": [
+ {
+ "value": " Resources \/ Notes:<\/p>
\n
\n As an added precaution\/convenience I'm going to enable Druxt's JSON:API proxy mode, which helps to prevent CORS issues:<\/p>\r\n",
+ "format": "formatted"
+ }
+ ],
+ "field_title": [
+ {
+ "value": "nuxt.config.js"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.4aa56f70-774a-47ec-bd07-d98390e5d172.json b/drupal/content/paragraph.4aa56f70-774a-47ec-bd07-d98390e5d172.json
new file mode 100644
index 0000000..38dd172
--- /dev/null
+++ b/drupal/content/paragraph.4aa56f70-774a-47ec-bd07-d98390e5d172.json
@@ -0,0 +1,55 @@
+{
+ "uuid": [
+ {
+ "value": "4aa56f70-774a-47ec-bd07-d98390e5d172"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "section",
+ "target_type": "paragraphs_type",
+ "target_uuid": "36879357-96f7-4b56-8bf3-f91b01e4638d"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-09T02:32:02+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "layout": "layout_onecol",
+ "config": {
+ "label": ""
+ },
+ "parent_uuid": null,
+ "region": null
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_title": [
+ {
+ "value": "Decoupled Forms and Druxt"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.4c78437c-4900-427b-b95e-be0f9b30587b.json b/drupal/content/paragraph.4c78437c-4900-427b-b95e-be0f9b30587b.json
new file mode 100644
index 0000000..ad52cc4
--- /dev/null
+++ b/drupal/content/paragraph.4c78437c-4900-427b-b95e-be0f9b30587b.json
@@ -0,0 +1,52 @@
+{
+ "uuid": [
+ {
+ "value": "4c78437c-4900-427b-b95e-be0f9b30587b"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "text_formatted",
+ "target_type": "paragraphs_type",
+ "target_uuid": "71da2b1b-bfa1-4dae-8638-7f791512512d"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-14T03:23:37+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "f1cb8424-d84d-41a8-b1f2-4afcb341477f",
+ "region": "top"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_text_formatted": [
+ {
+ "value": " The DruxtEntityForm component uses the Form display information provided by the Drupal backend to render the form and its fields as expected by Drupal, to the best of its capabilities.<\/p>
\n
\n\r\n\t
\r\n\t\t
\r\n\t\t
One click, Fully Decoupled and database-less Drupal content with DruxtSite starter-kit<\/h2>\r\n",
+ "format": "formatted"
+ }
+ ],
+ "field_github_template": [
+ {
+ "value": true
+ }
+ ],
+ "field_gitpod": [
+ {
+ "value": false
+ }
+ ],
+ "field_url": [
+ {
+ "uri": "https:\/\/github.com\/druxt\/quickstart-druxt-site-tome",
+ "title": "",
+ "options": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/drupal/content/paragraph.3de00125-8596-4705-b05e-022af0c49d84.json b/drupal/content/paragraph.3de00125-8596-4705-b05e-022af0c49d84.json
new file mode 100644
index 0000000..bcf44e2
--- /dev/null
+++ b/drupal/content/paragraph.3de00125-8596-4705-b05e-022af0c49d84.json
@@ -0,0 +1,52 @@
+{
+ "uuid": [
+ {
+ "value": "3de00125-8596-4705-b05e-022af0c49d84"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "text_formatted",
+ "target_type": "paragraphs_type",
+ "target_uuid": "71da2b1b-bfa1-4dae-8638-7f791512512d"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-06-14T00:40:52+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "e81964d3-ff64-4bcf-b515-1443099e393e",
+ "region": "second"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_text_formatted": [
+ {
+ "value": "
\n\t