From 2cc749fec8876314e03783391cd623eaaec6610f Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Tue, 26 Jul 2022 01:44:49 +0000 Subject: [PATCH] feat(#542): add advanced page and drupal config --- docs/drupal/composer.json | 6 + docs/drupal/composer.lock | 533 +++++++++++++++++- .../sync/block.block.claro_breadcrumbs.yml | 22 + .../config/sync/block.block.claro_content.yml | 22 + .../config/sync/block.block.claro_help.yml | 22 + .../sync/block.block.claro_local_actions.yml | 20 + .../sync/block.block.claro_messages.yml | 22 + .../sync/block.block.claro_page_title.yml | 20 + .../block.block.claro_primary_local_tasks.yml | 22 + ...lock.block.claro_secondary_local_tasks.yml | 22 + .../sync/block.block.gin_breadcrumbs.yml | 22 + .../config/sync/block.block.gin_content.yml | 22 + .../config/sync/block.block.gin_help.yml | 22 + .../sync/block.block.gin_local_actions.yml | 20 + .../config/sync/block.block.gin_messages.yml | 22 + .../sync/block.block.gin_page_title.yml | 20 + .../block.block.gin_primary_local_tasks.yml | 22 + .../block.block.gin_secondary_local_tasks.yml | 22 + docs/drupal/config/sync/claro.settings.yml | 3 + ...ld_override.node.advanced_page.promote.yml | 22 + ...orm_display.node.advanced_page.default.yml | 90 +++ ...ty_form_display.paragraph.code.default.yml | 33 ++ ...form_display.paragraph.section.default.yml | 23 + ...ty_form_display.paragraph.text.default.yml | 25 + ...iew_display.node.advanced_page.default.yml | 31 + ...view_display.node.advanced_page.teaser.yml | 23 + ...ty_view_display.paragraph.code.default.yml | 31 + ...view_display.paragraph.section.default.yml | 21 + ...ty_view_display.paragraph.text.default.yml | 22 + ...ore.entity_view_mode.paragraph.preview.yml | 12 + docs/drupal/config/sync/core.extension.yml | 16 +- ...field.node.advanced_page.field_content.yml | 32 ++ .../field.field.paragraph.code.field_code.yml | 21 + .../field.field.paragraph.code.field_text.yml | 21 + ...ld.field.paragraph.section.field_title.yml | 19 + .../field.field.paragraph.text.field_text.yml | 21 + .../sync/field.storage.node.field_content.yml | 21 + .../field.storage.paragraph.field_code.yml | 19 + .../field.storage.paragraph.field_text.yml | 19 + .../field.storage.paragraph.field_title.yml | 21 + .../config/sync/filter.format.basic_html.yml | 9 + .../config/sync/filter.format.full_html.yml | 9 + .../config/sync/geshifilter.settings.yml | 30 + docs/drupal/config/sync/gin.settings.yml | 16 + .../drupal/config/sync/gin_login.settings.yml | 6 + ...ge.content_settings.node.advanced_page.yml | 11 + docs/drupal/config/sync/language.types.yml | 4 +- .../es/block.block.claro_breadcrumbs.yml | 2 + .../language/es/block.block.claro_content.yml | 2 + .../language/es/block.block.claro_help.yml | 2 + .../es/block.block.claro_local_actions.yml | 2 + .../es/block.block.claro_messages.yml | 2 + .../es/block.block.claro_page_title.yml | 2 + .../block.block.claro_primary_local_tasks.yml | 2 + ...lock.block.claro_secondary_local_tasks.yml | 2 + .../es/block.block.gin_breadcrumbs.yml | 2 + .../language/es/block.block.gin_content.yml | 2 + .../sync/language/es/block.block.gin_help.yml | 2 + .../es/block.block.gin_local_actions.yml | 2 + .../language/es/block.block.gin_messages.yml | 2 + .../es/block.block.gin_page_title.yml | 2 + .../block.block.gin_primary_local_tasks.yml | 2 + .../block.block.gin_secondary_local_tasks.yml | 2 + ...ore.entity_view_mode.paragraph.preview.yml | 1 + .../sync/layout_paragraphs.settings.yml | 4 + docs/drupal/config/sync/node.settings.yml | 2 +- .../config/sync/node.type.advanced_page.yml | 17 + .../sync/paragraphs.paragraphs_type.code.yml | 10 + .../paragraphs.paragraphs_type.section.yml | 19 + .../sync/paragraphs.paragraphs_type.text.yml | 10 + .../config/sync/paragraphs.settings.yml | 3 + docs/drupal/config/sync/system.theme.yml | 4 +- docs/drupal/content/meta/index.json | 29 +- ....d217d49f-7b77-4786-8295-2ebb882c2e81.json | 148 +++++ ....2d9f3782-a744-43ad-b8a4-7a5a1e866195.json | 52 ++ ....3cb4149a-0692-4525-bf53-f5453fc6abe9.json | 55 ++ ....4096b21a-e6ff-408c-b3c2-78d1574bbbf4.json | 58 ++ ....656af6ff-5756-47a4-87fb-8708a3642536.json | 55 ++ ....6af1c1c9-5844-4139-afe4-6c1aae263b7e.json | 52 ++ ....79dfe8bc-8829-4647-a80a-2c729f69192b.json | 59 ++ ....85612c18-7716-48a3-8062-a49b5d86c5e0.json | 58 ++ ....89434393-0280-4695-9af4-ea953a8af64e.json | 62 ++ ....9591fc1f-03a7-40ec-9ea1-f65f95a13409.json | 59 ++ ....ba3476d1-7e55-4528-869a-31c88d692316.json | 55 ++ ....c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json | 58 ++ ....e790843b-db80-4060-8432-f984bee3579f.json | 62 ++ 86 files changed, 2468 insertions(+), 10 deletions(-) create mode 100644 docs/drupal/config/sync/block.block.claro_breadcrumbs.yml create mode 100644 docs/drupal/config/sync/block.block.claro_content.yml create mode 100644 docs/drupal/config/sync/block.block.claro_help.yml create mode 100644 docs/drupal/config/sync/block.block.claro_local_actions.yml create mode 100644 docs/drupal/config/sync/block.block.claro_messages.yml create mode 100644 docs/drupal/config/sync/block.block.claro_page_title.yml create mode 100644 docs/drupal/config/sync/block.block.claro_primary_local_tasks.yml create mode 100644 docs/drupal/config/sync/block.block.claro_secondary_local_tasks.yml create mode 100644 docs/drupal/config/sync/block.block.gin_breadcrumbs.yml create mode 100644 docs/drupal/config/sync/block.block.gin_content.yml create mode 100644 docs/drupal/config/sync/block.block.gin_help.yml create mode 100644 docs/drupal/config/sync/block.block.gin_local_actions.yml create mode 100644 docs/drupal/config/sync/block.block.gin_messages.yml create mode 100644 docs/drupal/config/sync/block.block.gin_page_title.yml create mode 100644 docs/drupal/config/sync/block.block.gin_primary_local_tasks.yml create mode 100644 docs/drupal/config/sync/block.block.gin_secondary_local_tasks.yml create mode 100644 docs/drupal/config/sync/claro.settings.yml create mode 100644 docs/drupal/config/sync/core.base_field_override.node.advanced_page.promote.yml create mode 100644 docs/drupal/config/sync/core.entity_form_display.node.advanced_page.default.yml create mode 100644 docs/drupal/config/sync/core.entity_form_display.paragraph.code.default.yml create mode 100644 docs/drupal/config/sync/core.entity_form_display.paragraph.section.default.yml create mode 100644 docs/drupal/config/sync/core.entity_form_display.paragraph.text.default.yml create mode 100644 docs/drupal/config/sync/core.entity_view_display.node.advanced_page.default.yml create mode 100644 docs/drupal/config/sync/core.entity_view_display.node.advanced_page.teaser.yml create mode 100644 docs/drupal/config/sync/core.entity_view_display.paragraph.code.default.yml create mode 100644 docs/drupal/config/sync/core.entity_view_display.paragraph.section.default.yml create mode 100644 docs/drupal/config/sync/core.entity_view_display.paragraph.text.default.yml create mode 100644 docs/drupal/config/sync/core.entity_view_mode.paragraph.preview.yml create mode 100644 docs/drupal/config/sync/field.field.node.advanced_page.field_content.yml create mode 100644 docs/drupal/config/sync/field.field.paragraph.code.field_code.yml create mode 100644 docs/drupal/config/sync/field.field.paragraph.code.field_text.yml create mode 100644 docs/drupal/config/sync/field.field.paragraph.section.field_title.yml create mode 100644 docs/drupal/config/sync/field.field.paragraph.text.field_text.yml create mode 100644 docs/drupal/config/sync/field.storage.node.field_content.yml create mode 100644 docs/drupal/config/sync/field.storage.paragraph.field_code.yml create mode 100644 docs/drupal/config/sync/field.storage.paragraph.field_text.yml create mode 100644 docs/drupal/config/sync/field.storage.paragraph.field_title.yml create mode 100644 docs/drupal/config/sync/geshifilter.settings.yml create mode 100644 docs/drupal/config/sync/gin.settings.yml create mode 100644 docs/drupal/config/sync/gin_login.settings.yml create mode 100644 docs/drupal/config/sync/language.content_settings.node.advanced_page.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_content.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_help.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_messages.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_page_title.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_breadcrumbs.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_content.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_help.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_local_actions.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_messages.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_page_title.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_primary_local_tasks.yml create mode 100644 docs/drupal/config/sync/language/es/block.block.gin_secondary_local_tasks.yml create mode 100644 docs/drupal/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml create mode 100644 docs/drupal/config/sync/layout_paragraphs.settings.yml create mode 100644 docs/drupal/config/sync/node.type.advanced_page.yml create mode 100644 docs/drupal/config/sync/paragraphs.paragraphs_type.code.yml create mode 100644 docs/drupal/config/sync/paragraphs.paragraphs_type.section.yml create mode 100644 docs/drupal/config/sync/paragraphs.paragraphs_type.text.yml create mode 100644 docs/drupal/config/sync/paragraphs.settings.yml create mode 100644 docs/drupal/content/node.d217d49f-7b77-4786-8295-2ebb882c2e81.json create mode 100644 docs/drupal/content/paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195.json create mode 100644 docs/drupal/content/paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9.json create mode 100644 docs/drupal/content/paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4.json create mode 100644 docs/drupal/content/paragraph.656af6ff-5756-47a4-87fb-8708a3642536.json create mode 100644 docs/drupal/content/paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e.json create mode 100644 docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json create mode 100644 docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json create mode 100644 docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json create mode 100644 docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json create mode 100644 docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json create mode 100644 docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json create mode 100644 docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json diff --git a/docs/drupal/composer.json b/docs/drupal/composer.json index 3abfaa25d..2a21e9a2c 100644 --- a/docs/drupal/composer.json +++ b/docs/drupal/composer.json @@ -23,7 +23,13 @@ "drupal/core-recommended": "^9.3", "drupal/decoupled_router": "2.0.3", "drupal/druxt": "^1.1.1", + "drupal/geshifilter": "^2.0@beta", + "drupal/gin": "^3.0@beta", + "drupal/gin_login": "^1.2", + "drupal/gin_toolbar": "^1.0@beta", "drupal/jsonapi_hypermedia": "^1.6", + "drupal/jsonapi_node_preview_tab": "^1.0@beta", + "drupal/layout_paragraphs": "^2.0@beta", "drupal/tome": "^1.6", "drush/drush": "^11.0" }, diff --git a/docs/drupal/composer.lock b/docs/drupal/composer.lock index cb1659d6e..6303d4801 100644 --- a/docs/drupal/composer.lock +++ b/docs/drupal/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6ac31ae0944733c873b16a3e657d0ac2", + "content-hash": "f110d7cc5a53c447c477ac7ceda93982", "packages": [ { "name": "asm89/stack-cors", @@ -1835,6 +1835,298 @@ "source": "https://git.drupalcode.org/project/druxt" } }, + { + "name": "drupal/entity_reference_revisions", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", + "reference": "8.x-1.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.9.zip", + "reference": "8.x-1.9", + "shasum": "e1c51bdea495eb3b458130d6f0a00c347f5637df" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "require-dev": { + "drupal/diff": "1.x-dev" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.9", + "datestamp": "1614805871", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Entity Reference Revisions", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "https://git.drupalcode.org/project/entity_reference_revisions" + } + }, + { + "name": "drupal/geshifilter", + "version": "2.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/geshifilter.git", + "reference": "8.x-2.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/geshifilter-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "3f50bfc023bc40acbb309e134527eced0319dcf2" + }, + "require": { + "drupal/core": "^8.8 || ^9", + "geshi/geshi": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.0-beta1", + "datestamp": "1591291902", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "boombatower", + "homepage": "https://www.drupal.org/user/214218" + }, + { + "name": "soxofaan", + "homepage": "https://www.drupal.org/user/41478" + }, + { + "name": "yukare", + "homepage": "https://www.drupal.org/user/889254" + } + ], + "description": "Provides a filter to highlight source code using the GeSHi library (Generic Syntax Highlighter).", + "homepage": "https://www.drupal.org/project/geshifilter", + "support": { + "source": "https://git.drupalcode.org/project/geshifilter" + } + }, + { + "name": "drupal/gin", + "version": "3.0.0-beta5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin.git", + "reference": "8.x-3.0-beta5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.zip", + "reference": "8.x-3.0-beta5", + "shasum": "651b2047990067e26158368e3aab7f27366a81e9" + }, + "require": { + "drupal/core": "^8.9 || ^9 || ^10", + "drupal/gin_toolbar": "^1.0@beta" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-3.0-beta5", + "datestamp": "1656071885", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "For a better Admin and Content Editor Experience.", + "homepage": "https://www.drupal.org/project/gin", + "support": { + "source": "https://git.drupalcode.org/project/gin", + "issues": "https://www.drupal.org/project/issues/gin" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gin_login", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_login.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "534817e831a32858e2dca2d04477b378c9596369" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1647603455", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Custom Drupal Login for Gin theme", + "homepage": "https://www.drupal.org/project/gin_login", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/gin_login", + "issues": "https://www.drupal.org/project/issues/gin_login" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gin_toolbar", + "version": "1.0.0-beta22", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_toolbar.git", + "reference": "8.x-1.0-beta22" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.zip", + "reference": "8.x-1.0-beta22", + "shasum": "630b4acb208411b78c61d83c9a27741c546202de" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta22", + "datestamp": "1649709351", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Gin Toolbar for Frontend use", + "homepage": "https://www.drupal.org/project/gin_toolbar", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/gin_toolbar", + "issues": "https://www.drupal.org/project/issues/gin_toolbar" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, { "name": "drupal/jsonapi_hypermedia", "version": "1.6.0", @@ -1960,6 +2252,54 @@ "source": "https://git.drupalcode.org/project/jsonapi_menu_items" } }, + { + "name": "drupal/jsonapi_node_preview_tab", + "version": "1.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jsonapi_node_preview_tab.git", + "reference": "1.0.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jsonapi_node_preview_tab-1.0.0-beta1.zip", + "reference": "1.0.0-beta1", + "shasum": "2d50f9987d9fd8a96427bb80a06592035870def1" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0-beta1", + "datestamp": "1646045624", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Deciphered", + "homepage": "https://www.drupal.org/user/103796" + }, + { + "name": "mandclu", + "homepage": "https://www.drupal.org/user/52136" + } + ], + "description": "Adds a tab to nodes to allow easy preview of the node's JSON:API structure.", + "homepage": "https://www.drupal.org/project/jsonapi_node_preview_tab", + "support": { + "source": "https://git.drupalcode.org/project/jsonapi_node_preview_tab" + } + }, { "name": "drupal/jsonapi_resources", "version": "1.0.0-beta4", @@ -2069,6 +2409,144 @@ "source": "https://git.drupalcode.org/project/jsonapi_views" } }, + { + "name": "drupal/layout_paragraphs", + "version": "2.0.0-beta9", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/layout_paragraphs.git", + "reference": "2.0.0-beta9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/layout_paragraphs-2.0.0-beta9.zip", + "reference": "2.0.0-beta9", + "shasum": "9891615664289134f607377a70bb1a5c1a386dae" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/paragraphs": "^1.6" + }, + "require-dev": { + "drupal/entity_usage": "2.x-dev", + "drupal/paragraphs-paragraphs_library": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0-beta9", + "datestamp": "1649970500", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "itamair", + "homepage": "https://www.drupal.org/user/1179076" + }, + { + "name": "justin2pin", + "homepage": "https://www.drupal.org/user/278450" + } + ], + "description": "Layout Paragraphs", + "homepage": "https://www.drupal.org/project/layout_paragraphs", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/layout_paragraphs", + "issues": "https://www.drupal.org/project/issues/layout_paragraphs" + } + }, + { + "name": "drupal/paragraphs", + "version": "1.14.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/paragraphs.git", + "reference": "8.x-1.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "caa1a945dcfd058c4937c4907743eed970ce14cc" + }, + "require": { + "drupal/core": "^9.2", + "drupal/entity_reference_revisions": "~1.3" + }, + "require-dev": { + "drupal/block_field": "~1.0", + "drupal/ctools": "3.x-dev", + "drupal/diff": "~1.0", + "drupal/entity_browser": "2.x-dev", + "drupal/entity_usage": "2.x-dev", + "drupal/field_group": "3.x-dev", + "drupal/inline_entity_form": "~1.0", + "drupal/paragraphs-paragraphs_library": "*", + "drupal/replicate": "~1.0", + "drupal/search_api": "1.x-dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.14", + "datestamp": "1650520869", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "jstoller", + "homepage": "https://www.drupal.org/user/99012" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Enables the creation of Paragraphs entities.", + "homepage": "https://www.drupal.org/project/paragraphs", + "support": { + "source": "https://git.drupalcode.org/project/paragraphs" + } + }, { "name": "drupal/tome", "version": "1.6.0", @@ -2524,6 +3002,52 @@ }, "time": "2022-02-21T22:40:16+00:00" }, + { + "name": "geshi/geshi", + "version": "v1.0.9.1", + "source": { + "type": "git", + "url": "https://github.com/GeSHi/geshi-1.0.git", + "reference": "fd22ab78481bf90337862b590e6f7517863926b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/fd22ab78481bf90337862b590e6f7517863926b8", + "reference": "fd22ab78481bf90337862b590e6f7517863926b8", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/geshi/", + "src/geshi.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Benny Baumann", + "email": "BenBE@geshi.org", + "homepage": "http://blog.benny-baumann.de/", + "role": "Developer" + } + ], + "description": "Generic Syntax Highlighter", + "homepage": "http://qbnz.com/highlighter/", + "support": { + "forum": "https://lists.sourceforge.net/lists/listinfo/geshi-users", + "irc": "irc://irc.freenode.org/geshi", + "issues": "https://sourceforge.net/p/geshi/feature-requests/", + "source": "https://github.com/GeSHi/geshi-1.0/tree/v1.0.9.1" + }, + "time": "2019-10-20T20:54:46+00:00" + }, { "name": "grasmash/expander", "version": "2.0.2", @@ -10796,7 +11320,12 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal-tome/tome_drush": 20 + "drupal-tome/tome_drush": 20, + "drupal/geshifilter": 10, + "drupal/gin": 10, + "drupal/gin_toolbar": 10, + "drupal/jsonapi_node_preview_tab": 10, + "drupal/layout_paragraphs": 10 }, "prefer-stable": true, "prefer-lowest": false, diff --git a/docs/drupal/config/sync/block.block.claro_breadcrumbs.yml b/docs/drupal/config/sync/block.block.claro_breadcrumbs.yml new file mode 100644 index 000000000..2cc65ad74 --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 8be43ce0-508c-4aac-859e-aee13c2d05e2 +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A +id: claro_breadcrumbs +theme: claro +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_content.yml b/docs/drupal/config/sync/block.block.claro_content.yml new file mode 100644 index 000000000..e1948cb7f --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_content.yml @@ -0,0 +1,22 @@ +uuid: b01b252e-edc1-45c2-b178-b8a9a66aebcf +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0 +id: claro_content +theme: claro +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_help.yml b/docs/drupal/config/sync/block.block.claro_help.yml new file mode 100644 index 000000000..8ec753bab --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_help.yml @@ -0,0 +1,22 @@ +uuid: 8c7847a2-751c-4a98-81c5-73a21d6b13e5 +langcode: en +status: true +dependencies: + module: + - help + theme: + - claro +_core: + default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM +id: claro_help +theme: claro +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_local_actions.yml b/docs/drupal/config/sync/block.block.claro_local_actions.yml new file mode 100644 index 000000000..62944cf8c --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_local_actions.yml @@ -0,0 +1,20 @@ +uuid: d5c96ca9-5af1-4921-a44b-05808c2ffc83 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0 +id: claro_local_actions +theme: claro +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_messages.yml b/docs/drupal/config/sync/block.block.claro_messages.yml new file mode 100644 index 000000000..b71f93a93 --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_messages.yml @@ -0,0 +1,22 @@ +uuid: a3c4872e-55af-425f-8062-7cbcb05cfd0f +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg' +id: claro_messages +theme: claro +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_page_title.yml b/docs/drupal/config/sync/block.block.claro_page_title.yml new file mode 100644 index 000000000..74d23b419 --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_page_title.yml @@ -0,0 +1,20 @@ +uuid: 88fd730f-9a60-4638-af51-4800cc64b576 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs +id: claro_page_title +theme: claro +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_primary_local_tasks.yml b/docs/drupal/config/sync/block.block.claro_primary_local_tasks.yml new file mode 100644 index 000000000..d54063b81 --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 623a0e3a-2068-4554-9716-e0391f572169 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw +id: claro_primary_local_tasks +theme: claro +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/docs/drupal/config/sync/block.block.claro_secondary_local_tasks.yml b/docs/drupal/config/sync/block.block.claro_secondary_local_tasks.yml new file mode 100644 index 000000000..fde4ca24d --- /dev/null +++ b/docs/drupal/config/sync/block.block.claro_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 2ef41e14-c812-4250-aa19-25a25b2931f9 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: 2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4 +id: claro_secondary_local_tasks +theme: claro +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_breadcrumbs.yml b/docs/drupal/config/sync/block.block.gin_breadcrumbs.yml new file mode 100644 index 000000000..c3ef4c3ef --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 04953d15-60a5-4545-aa8f-18c6efc3d3dc +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: y9X3xgCsO59pQyzNLzY1D3SDJJxCHILLWkpPnmuTJ2E +id: gin_breadcrumbs +theme: gin +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_content.yml b/docs/drupal/config/sync/block.block.gin_content.yml new file mode 100644 index 000000000..a181b9ba8 --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_content.yml @@ -0,0 +1,22 @@ +uuid: bb03d0af-87d4-4998-9735-27c944219d54 +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: hBHXB7hC05XU7pDYzETt-GUcpFlogK1gkjyAsg0Ym58 +id: gin_content +theme: gin +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_help.yml b/docs/drupal/config/sync/block.block.gin_help.yml new file mode 100644 index 000000000..7df993707 --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_help.yml @@ -0,0 +1,22 @@ +uuid: 2a0da4f1-e369-4839-b845-fd54e8337b14 +langcode: en +status: true +dependencies: + module: + - help + theme: + - gin +_core: + default_config_hash: 8nOAry2oKqJOr0zbrlJ3sZHDFJLIO6j-0vT0K_TYca4 +id: gin_help +theme: gin +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_local_actions.yml b/docs/drupal/config/sync/block.block.gin_local_actions.yml new file mode 100644 index 000000000..e4092016d --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 33c33aeb-4dea-4e86-b457-5983a9dedd4e +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: OQ9aJ-4qVwK1x00o9EOYK4eFDjQr_HLpbPiJaPSVZiQ +id: gin_local_actions +theme: gin +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_messages.yml b/docs/drupal/config/sync/block.block.gin_messages.yml new file mode 100644 index 000000000..1780540e9 --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_messages.yml @@ -0,0 +1,22 @@ +uuid: 94a95f7c-ea42-4c25-ab96-3f02ed3268a7 +langcode: en +status: true +dependencies: + module: + - system + theme: + - gin +_core: + default_config_hash: WvPhI8OwllG0gE69-F8qL3ai3nd5SbYD6JpmEuZcyok +id: gin_messages +theme: gin +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_page_title.yml b/docs/drupal/config/sync/block.block.gin_page_title.yml new file mode 100644 index 000000000..046cccd4c --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_page_title.yml @@ -0,0 +1,20 @@ +uuid: 60792d08-1115-4865-ad7f-4d56d2f0fb58 +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: HLQY2xgby8K3vN_98hiOSasOhm9pdCsH234-s0duJ8Q +id: gin_page_title +theme: gin +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_primary_local_tasks.yml b/docs/drupal/config/sync/block.block.gin_primary_local_tasks.yml new file mode 100644 index 000000000..d24985921 --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: a17232d3-67d1-4082-9d8e-b4ac73de2be5 +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: Hh01DLj9k7UnNdPpOQXHZHW7GHf2OPNDQyCJF7_R9ac +id: gin_primary_local_tasks +theme: gin +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/docs/drupal/config/sync/block.block.gin_secondary_local_tasks.yml b/docs/drupal/config/sync/block.block.gin_secondary_local_tasks.yml new file mode 100644 index 000000000..51acbfa5a --- /dev/null +++ b/docs/drupal/config/sync/block.block.gin_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 691f556b-8428-46cb-957b-aa1f27d5652b +langcode: en +status: true +dependencies: + theme: + - gin +_core: + default_config_hash: BCWhood0xXFQYqxFgL1spXdb9KeIuXH1YvTdjIEedDg +id: gin_secondary_local_tasks +theme: gin +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/docs/drupal/config/sync/claro.settings.yml b/docs/drupal/config/sync/claro.settings.yml new file mode 100644 index 000000000..6bba58bc7 --- /dev/null +++ b/docs/drupal/config/sync/claro.settings.yml @@ -0,0 +1,3 @@ +third_party_settings: + shortcut: + module_link: true diff --git a/docs/drupal/config/sync/core.base_field_override.node.advanced_page.promote.yml b/docs/drupal/config/sync/core.base_field_override.node.advanced_page.promote.yml new file mode 100644 index 000000000..a9bfd1955 --- /dev/null +++ b/docs/drupal/config/sync/core.base_field_override.node.advanced_page.promote.yml @@ -0,0 +1,22 @@ +uuid: 9e86c8a5-6a9e-465f-813d-ac382a8ca9bd +langcode: en +status: true +dependencies: + config: + - node.type.advanced_page +id: node.advanced_page.promote +field_name: promote +entity_type: node +bundle: advanced_page +label: 'Promoted to front page' +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/docs/drupal/config/sync/core.entity_form_display.node.advanced_page.default.yml b/docs/drupal/config/sync/core.entity_form_display.node.advanced_page.default.yml new file mode 100644 index 000000000..4485f58fa --- /dev/null +++ b/docs/drupal/config/sync/core.entity_form_display.node.advanced_page.default.yml @@ -0,0 +1,90 @@ +uuid: d4e0d5b0-3b78-4015-a7aa-dd82c0b258cd +langcode: en +status: true +dependencies: + config: + - field.field.node.advanced_page.field_content + - node.type.advanced_page + module: + - content_moderation + - layout_paragraphs + - path +id: node.advanced_page.default +targetEntityType: node +bundle: advanced_page +mode: default +content: + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_content: + type: layout_paragraphs + weight: 121 + region: content + settings: + preview_view_mode: default + nesting_depth: 0 + require_layouts: 0 + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + moderation_state: + type: moderation_state_default + weight: 100 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/docs/drupal/config/sync/core.entity_form_display.paragraph.code.default.yml b/docs/drupal/config/sync/core.entity_form_display.paragraph.code.default.yml new file mode 100644 index 000000000..fb68eee04 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_form_display.paragraph.code.default.yml @@ -0,0 +1,33 @@ +uuid: fc8d4a17-ccc3-4aae-93df-1656a11fa946 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.code.field_code + - field.field.paragraph.code.field_text + - paragraphs.paragraphs_type.code + module: + - geshifield + - text +id: paragraph.code.default +targetEntityType: paragraph +bundle: code +mode: default +content: + field_code: + type: geshifield_default + weight: 2 + region: content + settings: { } + third_party_settings: { } + field_text: + type: text_textarea + weight: 0 + region: content + settings: + rows: 3 + placeholder: '' + third_party_settings: { } +hidden: + created: true + status: true diff --git a/docs/drupal/config/sync/core.entity_form_display.paragraph.section.default.yml b/docs/drupal/config/sync/core.entity_form_display.paragraph.section.default.yml new file mode 100644 index 000000000..b88270cec --- /dev/null +++ b/docs/drupal/config/sync/core.entity_form_display.paragraph.section.default.yml @@ -0,0 +1,23 @@ +uuid: c1913426-4a06-45d6-8929-4d55bfc8bf9c +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.section.field_title + - paragraphs.paragraphs_type.section +id: paragraph.section.default +targetEntityType: paragraph +bundle: section +mode: default +content: + field_title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + status: true diff --git a/docs/drupal/config/sync/core.entity_form_display.paragraph.text.default.yml b/docs/drupal/config/sync/core.entity_form_display.paragraph.text.default.yml new file mode 100644 index 000000000..fd66853d4 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_form_display.paragraph.text.default.yml @@ -0,0 +1,25 @@ +uuid: 6dd0fd05-46a2-4eb4-b79a-3a3acab923ff +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.text.field_text + - paragraphs.paragraphs_type.text + module: + - text +id: paragraph.text.default +targetEntityType: paragraph +bundle: text +mode: default +content: + field_text: + type: text_textarea + weight: 0 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } +hidden: + created: true + status: true diff --git a/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.default.yml b/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.default.yml new file mode 100644 index 000000000..5613d333b --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.default.yml @@ -0,0 +1,31 @@ +uuid: 9b610bc8-9c5b-4a40-9543-68b4d78f7640 +langcode: en +status: true +dependencies: + config: + - field.field.node.advanced_page.field_content + - node.type.advanced_page + module: + - layout_paragraphs + - user +id: node.advanced_page.default +targetEntityType: node +bundle: advanced_page +mode: default +content: + field_content: + type: layout_paragraphs + label: hidden + settings: + view_mode: default + link: '' + third_party_settings: { } + weight: 101 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + langcode: true diff --git a/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.teaser.yml b/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.teaser.yml new file mode 100644 index 000000000..62971b765 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_display.node.advanced_page.teaser.yml @@ -0,0 +1,23 @@ +uuid: 6ffcfafa-998d-48c8-8dec-a5ad9367e016 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.advanced_page.field_content + - node.type.advanced_page + module: + - user +id: node.advanced_page.teaser +targetEntityType: node +bundle: advanced_page +mode: teaser +content: + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: + field_content: true + langcode: true diff --git a/docs/drupal/config/sync/core.entity_view_display.paragraph.code.default.yml b/docs/drupal/config/sync/core.entity_view_display.paragraph.code.default.yml new file mode 100644 index 000000000..cd62676c9 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_display.paragraph.code.default.yml @@ -0,0 +1,31 @@ +uuid: 8deba1a9-a789-4845-b118-828f5efaa6a3 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.code.field_code + - field.field.paragraph.code.field_text + - paragraphs.paragraphs_type.code + module: + - geshifield + - text +id: paragraph.code.default +targetEntityType: paragraph +bundle: code +mode: default +content: + field_code: + type: geshifield_default + label: hidden + settings: { } + third_party_settings: { } + weight: 2 + region: content + field_text: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/docs/drupal/config/sync/core.entity_view_display.paragraph.section.default.yml b/docs/drupal/config/sync/core.entity_view_display.paragraph.section.default.yml new file mode 100644 index 000000000..984a8c200 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_display.paragraph.section.default.yml @@ -0,0 +1,21 @@ +uuid: 01acecf7-98e5-4f36-871b-dc432c52dd6a +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.section.field_title + - paragraphs.paragraphs_type.section +id: paragraph.section.default +targetEntityType: paragraph +bundle: section +mode: default +content: + field_title: + type: string + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/docs/drupal/config/sync/core.entity_view_display.paragraph.text.default.yml b/docs/drupal/config/sync/core.entity_view_display.paragraph.text.default.yml new file mode 100644 index 000000000..23e565134 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_display.paragraph.text.default.yml @@ -0,0 +1,22 @@ +uuid: 9a0738d3-1794-4497-bd6a-403ebf50f2bd +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.text.field_text + - paragraphs.paragraphs_type.text + module: + - text +id: paragraph.text.default +targetEntityType: paragraph +bundle: text +mode: default +content: + field_text: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/docs/drupal/config/sync/core.entity_view_mode.paragraph.preview.yml b/docs/drupal/config/sync/core.entity_view_mode.paragraph.preview.yml new file mode 100644 index 000000000..7428325f1 --- /dev/null +++ b/docs/drupal/config/sync/core.entity_view_mode.paragraph.preview.yml @@ -0,0 +1,12 @@ +uuid: 758b7e82-44cf-4927-bb35-35c5088afeef +langcode: en +status: true +dependencies: + module: + - paragraphs +_core: + default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg +id: paragraph.preview +label: Preview +targetEntityType: paragraph +cache: true diff --git a/docs/drupal/config/sync/core.extension.yml b/docs/drupal/config/sync/core.extension.yml index 662ea6985..1af4ab05f 100644 --- a/docs/drupal/config/sync/core.extension.yml +++ b/docs/drupal/config/sync/core.extension.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc module: automated_cron: 0 big_pipe: 0 @@ -5,6 +7,7 @@ module: block_content: 0 breakpoint: 0 ckeditor: 0 + codesnippetgeshi: 0 color: 0 config: 0 config_translation: 0 @@ -18,20 +21,28 @@ module: druxt: 0 dynamic_page_cache: 0 editor: 0 + entity_reference_revisions: 0 field: 0 field_ui: 0 file: 0 filter: 0 + geshifield: 0 + geshifilter: 0 + gin_login: 0 + gin_toolbar: 0 help: 0 history: 0 image: 0 jsonapi: 0 + jsonapi_hypermedia: 0 jsonapi_menu_items: 0 + jsonapi_node_preview_tab: 0 jsonapi_resources: 0 jsonapi_views: 0 language: 0 layout_builder: 0 layout_discovery: 0 + layout_paragraphs: 0 link: 0 locale: 0 media: 0 @@ -64,10 +75,11 @@ module: workflows: 0 content_translation: 10 views: 10 + paragraphs: 11 demo_umami: 1000 theme: seven: 0 umami: 0 + claro: 0 + gin: 0 profile: demo_umami -_core: - default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/docs/drupal/config/sync/field.field.node.advanced_page.field_content.yml b/docs/drupal/config/sync/field.field.node.advanced_page.field_content.yml new file mode 100644 index 000000000..4b67f3f8d --- /dev/null +++ b/docs/drupal/config/sync/field.field.node.advanced_page.field_content.yml @@ -0,0 +1,32 @@ +uuid: a48ed065-fa45-4169-83a8-6b2ef8341859 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_content + - node.type.advanced_page + module: + - entity_reference_revisions +id: node.advanced_page.field_content +field_name: field_content +entity_type: node +bundle: advanced_page +label: Content +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + target_bundles: null + negate: 1 + target_bundles_drag_drop: + section: + weight: 2 + enabled: false + text: + weight: 4 + enabled: false +field_type: entity_reference_revisions diff --git a/docs/drupal/config/sync/field.field.paragraph.code.field_code.yml b/docs/drupal/config/sync/field.field.paragraph.code.field_code.yml new file mode 100644 index 000000000..22dd716b8 --- /dev/null +++ b/docs/drupal/config/sync/field.field.paragraph.code.field_code.yml @@ -0,0 +1,21 @@ +uuid: 0320c037-59d4-44f3-81a0-8971e07f3af3 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_code + - paragraphs.paragraphs_type.code + module: + - geshifield +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: geshifield diff --git a/docs/drupal/config/sync/field.field.paragraph.code.field_text.yml b/docs/drupal/config/sync/field.field.paragraph.code.field_text.yml new file mode 100644 index 000000000..b6798dc42 --- /dev/null +++ b/docs/drupal/config/sync/field.field.paragraph.code.field_text.yml @@ -0,0 +1,21 @@ +uuid: 81d6bb44-64ed-49a6-883f-812f9f1eaa05 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_text + - paragraphs.paragraphs_type.code + module: + - text +id: paragraph.code.field_text +field_name: field_text +entity_type: paragraph +bundle: code +label: Text +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/docs/drupal/config/sync/field.field.paragraph.section.field_title.yml b/docs/drupal/config/sync/field.field.paragraph.section.field_title.yml new file mode 100644 index 000000000..d358aaf63 --- /dev/null +++ b/docs/drupal/config/sync/field.field.paragraph.section.field_title.yml @@ -0,0 +1,19 @@ +uuid: fdff6385-5dae-4616-8b9f-99457577fb3a +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_title + - paragraphs.paragraphs_type.section +id: paragraph.section.field_title +field_name: field_title +entity_type: paragraph +bundle: section +label: Title +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/docs/drupal/config/sync/field.field.paragraph.text.field_text.yml b/docs/drupal/config/sync/field.field.paragraph.text.field_text.yml new file mode 100644 index 000000000..4f6df01cd --- /dev/null +++ b/docs/drupal/config/sync/field.field.paragraph.text.field_text.yml @@ -0,0 +1,21 @@ +uuid: e2b994f0-4e36-45a0-87a7-68e0b0caac4e +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_text + - paragraphs.paragraphs_type.text + module: + - text +id: paragraph.text.field_text +field_name: field_text +entity_type: paragraph +bundle: text +label: Text +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/docs/drupal/config/sync/field.storage.node.field_content.yml b/docs/drupal/config/sync/field.storage.node.field_content.yml new file mode 100644 index 000000000..bc5a7a884 --- /dev/null +++ b/docs/drupal/config/sync/field.storage.node.field_content.yml @@ -0,0 +1,21 @@ +uuid: 6e89771c-4f43-404f-a757-f1d7bd46f95b +langcode: en +status: true +dependencies: + module: + - entity_reference_revisions + - node + - paragraphs +id: node.field_content +field_name: field_content +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 diff --git a/docs/drupal/config/sync/field.storage.paragraph.field_code.yml b/docs/drupal/config/sync/field.storage.paragraph.field_code.yml new file mode 100644 index 000000000..f3cecc2db --- /dev/null +++ b/docs/drupal/config/sync/field.storage.paragraph.field_code.yml @@ -0,0 +1,19 @@ +uuid: 3ea25a25-6837-4097-a453-72e78b63e1c6 +langcode: en +status: true +dependencies: + module: + - geshifield + - paragraphs +id: paragraph.field_code +field_name: field_code +entity_type: paragraph +type: geshifield +settings: { } +module: geshifield +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/docs/drupal/config/sync/field.storage.paragraph.field_text.yml b/docs/drupal/config/sync/field.storage.paragraph.field_text.yml new file mode 100644 index 000000000..428af0c4c --- /dev/null +++ b/docs/drupal/config/sync/field.storage.paragraph.field_text.yml @@ -0,0 +1,19 @@ +uuid: 5a495d35-28e8-48ce-a5ea-04360d810bc4 +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_text +field_name: field_text +entity_type: paragraph +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/docs/drupal/config/sync/field.storage.paragraph.field_title.yml b/docs/drupal/config/sync/field.storage.paragraph.field_title.yml new file mode 100644 index 000000000..83cbcbfd5 --- /dev/null +++ b/docs/drupal/config/sync/field.storage.paragraph.field_title.yml @@ -0,0 +1,21 @@ +uuid: a89d8636-9114-49ea-848c-566547310f55 +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_title +field_name: field_title +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 diff --git a/docs/drupal/config/sync/filter.format.basic_html.yml b/docs/drupal/config/sync/filter.format.basic_html.yml index ad2aea610..d5a71cb18 100644 --- a/docs/drupal/config/sync/filter.format.basic_html.yml +++ b/docs/drupal/config/sync/filter.format.basic_html.yml @@ -6,6 +6,7 @@ dependencies: - core.entity_view_mode.media.responsive_3x2 module: - editor + - geshifilter - media _core: default_config_hash: ZXpzv2RkjgnvhpZNSs-jvYSlMbRTnpODJCxaMHx_Wog @@ -64,3 +65,11 @@ filters: allowed_media_types: image: image remote_video: remote_video + filter_geshifilter: + id: filter_geshifilter + provider: geshifilter + status: true + weight: 0 + settings: + general_tags: { } + per_language_settings: { } diff --git a/docs/drupal/config/sync/filter.format.full_html.yml b/docs/drupal/config/sync/filter.format.full_html.yml index fbfb9d51a..fda68b651 100644 --- a/docs/drupal/config/sync/filter.format.full_html.yml +++ b/docs/drupal/config/sync/filter.format.full_html.yml @@ -6,6 +6,7 @@ dependencies: - core.entity_view_mode.media.responsive_3x2 module: - editor + - geshifilter - media _core: default_config_hash: FlJ0Gmd21ZlGrou4dSu-EemZdQ7lApDvT33I9hbBCQc @@ -58,3 +59,11 @@ filters: allowed_media_types: image: image remote_video: remote_video + filter_geshifilter: + id: filter_geshifilter + provider: geshifilter + status: true + weight: 0 + settings: + general_tags: { } + per_language_settings: { } diff --git a/docs/drupal/config/sync/geshifilter.settings.yml b/docs/drupal/config/sync/geshifilter.settings.yml new file mode 100644 index 000000000..daed1bd9e --- /dev/null +++ b/docs/drupal/config/sync/geshifilter.settings.yml @@ -0,0 +1,30 @@ +_core: + default_config_hash: 1jZtSc2CSiEBA45nbX0wMKFY3bmcilIwOBQCKFscK0U +tags: 'code blockcode' +use_format_specific_options: false +default_highlighting: javascript +default_line_numbering: 0 +use_highlight_string_for_php: false +decode_entities: false +enable_keyword_urls: true +css_mode: 1 +code_container: '2' +tag_styles: + 1: 1 + 2: 2 + 4: 0 + 8: 0 + 16: 0 +tab_width: 8 +language: + php: + enabled: true + tags: php + cpp: + tags: cpp + java: + tags: java + bash: + enabled: true + javascript: + enabled: true diff --git a/docs/drupal/config/sync/gin.settings.yml b/docs/drupal/config/sync/gin.settings.yml new file mode 100644 index 000000000..37ebacd8d --- /dev/null +++ b/docs/drupal/config/sync/gin.settings.yml @@ -0,0 +1,16 @@ +_core: + default_config_hash: UvSCt3S_NldJPFzvhSNOy9vWoPPFhmsmTC12vtVss9s +preset_accent_color: blue +preset_focus_color: gin +enable_darkmode: '0' +classic_toolbar: vertical +secondary_toolbar_frontend: true +logo: + use_default: true +high_contrast_mode: false +layout_density: default +show_description_toggle: false +show_user_theme_settings: false +third_party_settings: + shortcut: + module_link: true diff --git a/docs/drupal/config/sync/gin_login.settings.yml b/docs/drupal/config/sync/gin_login.settings.yml new file mode 100644 index 000000000..7c4524277 --- /dev/null +++ b/docs/drupal/config/sync/gin_login.settings.yml @@ -0,0 +1,6 @@ +_core: + default_config_hash: OhypfKr4_Eo8XwXg3Sios05lN-LjxOhSdSOSkEN9Ndo +logo: + use_default: true +brand_image: + use_default: true diff --git a/docs/drupal/config/sync/language.content_settings.node.advanced_page.yml b/docs/drupal/config/sync/language.content_settings.node.advanced_page.yml new file mode 100644 index 000000000..590a77126 --- /dev/null +++ b/docs/drupal/config/sync/language.content_settings.node.advanced_page.yml @@ -0,0 +1,11 @@ +uuid: e57fb875-8084-4b33-a040-2ffa115af530 +langcode: en +status: true +dependencies: + config: + - node.type.advanced_page +id: node.advanced_page +target_entity_type_id: node +target_bundle: advanced_page +default_langcode: site_default +language_alterable: false diff --git a/docs/drupal/config/sync/language.types.yml b/docs/drupal/config/sync/language.types.yml index 96952d9c1..1808f38c2 100644 --- a/docs/drupal/config/sync/language.types.yml +++ b/docs/drupal/config/sync/language.types.yml @@ -1,3 +1,5 @@ +_core: + default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 all: - language_interface - language_content @@ -15,5 +17,3 @@ negotiation: language_interface: enabled: language-url: 0 -_core: - default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8 diff --git a/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml b/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml new file mode 100644 index 000000000..6e0e4c18e --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml @@ -0,0 +1,2 @@ +settings: + label: 'Enlaces de ayuda a la navegación' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_content.yml b/docs/drupal/config/sync/language/es/block.block.claro_content.yml new file mode 100644 index 000000000..36e9235de --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_content.yml @@ -0,0 +1,2 @@ +settings: + label: 'Contenido principal de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_help.yml b/docs/drupal/config/sync/language/es/block.block.claro_help.yml new file mode 100644 index 000000000..88b1cb2d6 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_help.yml @@ -0,0 +1,2 @@ +settings: + label: Ayuda diff --git a/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml b/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml new file mode 100644 index 000000000..1c0c00e68 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml @@ -0,0 +1,2 @@ +settings: + label: 'Acciones principales de administración' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_messages.yml b/docs/drupal/config/sync/language/es/block.block.claro_messages.yml new file mode 100644 index 000000000..45667cbd8 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_messages.yml @@ -0,0 +1,2 @@ +settings: + label: 'Mensajes de estado' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml b/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml new file mode 100644 index 000000000..a0c2f3d10 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml @@ -0,0 +1,2 @@ +settings: + label: 'Título de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml new file mode 100644 index 000000000..818328402 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas principales' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml new file mode 100644 index 000000000..7674ece78 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas secundarias' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_breadcrumbs.yml b/docs/drupal/config/sync/language/es/block.block.gin_breadcrumbs.yml new file mode 100644 index 000000000..6e0e4c18e --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_breadcrumbs.yml @@ -0,0 +1,2 @@ +settings: + label: 'Enlaces de ayuda a la navegación' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_content.yml b/docs/drupal/config/sync/language/es/block.block.gin_content.yml new file mode 100644 index 000000000..36e9235de --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_content.yml @@ -0,0 +1,2 @@ +settings: + label: 'Contenido principal de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_help.yml b/docs/drupal/config/sync/language/es/block.block.gin_help.yml new file mode 100644 index 000000000..88b1cb2d6 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_help.yml @@ -0,0 +1,2 @@ +settings: + label: Ayuda diff --git a/docs/drupal/config/sync/language/es/block.block.gin_local_actions.yml b/docs/drupal/config/sync/language/es/block.block.gin_local_actions.yml new file mode 100644 index 000000000..1c0c00e68 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_local_actions.yml @@ -0,0 +1,2 @@ +settings: + label: 'Acciones principales de administración' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_messages.yml b/docs/drupal/config/sync/language/es/block.block.gin_messages.yml new file mode 100644 index 000000000..45667cbd8 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_messages.yml @@ -0,0 +1,2 @@ +settings: + label: 'Mensajes de estado' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_page_title.yml b/docs/drupal/config/sync/language/es/block.block.gin_page_title.yml new file mode 100644 index 000000000..a0c2f3d10 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_page_title.yml @@ -0,0 +1,2 @@ +settings: + label: 'Título de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_primary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.gin_primary_local_tasks.yml new file mode 100644 index 000000000..818328402 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_primary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas principales' diff --git a/docs/drupal/config/sync/language/es/block.block.gin_secondary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.gin_secondary_local_tasks.yml new file mode 100644 index 000000000..7674ece78 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.gin_secondary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas secundarias' diff --git a/docs/drupal/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml b/docs/drupal/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml new file mode 100644 index 000000000..ded3edb1c --- /dev/null +++ b/docs/drupal/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml @@ -0,0 +1 @@ +label: 'Vista previa' diff --git a/docs/drupal/config/sync/layout_paragraphs.settings.yml b/docs/drupal/config/sync/layout_paragraphs.settings.yml new file mode 100644 index 000000000..ca76ffd0c --- /dev/null +++ b/docs/drupal/config/sync/layout_paragraphs.settings.yml @@ -0,0 +1,4 @@ +_core: + default_config_hash: x5qQkDlw2n2ulNXdFAP3QK4_u614rK--bcWl7jxI4xA +show_paragraph_labels: 0 +show_layout_labels: 0 diff --git a/docs/drupal/config/sync/node.settings.yml b/docs/drupal/config/sync/node.settings.yml index 9f814071d..911c9f08b 100644 --- a/docs/drupal/config/sync/node.settings.yml +++ b/docs/drupal/config/sync/node.settings.yml @@ -1,3 +1,3 @@ -use_admin_theme: true _core: default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0 +use_admin_theme: true diff --git a/docs/drupal/config/sync/node.type.advanced_page.yml b/docs/drupal/config/sync/node.type.advanced_page.yml new file mode 100644 index 000000000..8db117112 --- /dev/null +++ b/docs/drupal/config/sync/node.type.advanced_page.yml @@ -0,0 +1,17 @@ +uuid: 531e034b-da41-414d-a80b-b7f9f2bd639d +langcode: en +status: true +dependencies: + module: + - menu_ui +third_party_settings: + menu_ui: + available_menus: { } + parent: '' +name: 'Advanced page' +type: advanced_page +description: 'Use advanced pages for your structure, paragraphs based content, such as a Guide or Tutorial page.' +help: '' +new_revision: true +preview_mode: 1 +display_submitted: true diff --git a/docs/drupal/config/sync/paragraphs.paragraphs_type.code.yml b/docs/drupal/config/sync/paragraphs.paragraphs_type.code.yml new file mode 100644 index 000000000..6ba87ba58 --- /dev/null +++ b/docs/drupal/config/sync/paragraphs.paragraphs_type.code.yml @@ -0,0 +1,10 @@ +uuid: f2daf453-d8e9-4c5e-a4dd-68e2921e29e6 +langcode: en +status: true +dependencies: { } +id: code +label: Code +icon_uuid: null +icon_default: null +description: 'A code paragraph is used to create formatted code snippets.' +behavior_plugins: { } diff --git a/docs/drupal/config/sync/paragraphs.paragraphs_type.section.yml b/docs/drupal/config/sync/paragraphs.paragraphs_type.section.yml new file mode 100644 index 000000000..789370b39 --- /dev/null +++ b/docs/drupal/config/sync/paragraphs.paragraphs_type.section.yml @@ -0,0 +1,19 @@ +uuid: ed1278f8-3a61-45a3-8933-e8728276866f +langcode: en +status: true +dependencies: + module: + - layout_paragraphs +id: section +label: Section +icon_uuid: null +icon_default: null +description: 'A section paragraph is used for content layout.' +behavior_plugins: + layout_paragraphs: + enabled: true + available_layouts: + layout_onecol: 'One column' + layout_twocol_section: 'Two column' + layout_threecol_section: 'Three column' + layout_fourcol_section: 'Four column' diff --git a/docs/drupal/config/sync/paragraphs.paragraphs_type.text.yml b/docs/drupal/config/sync/paragraphs.paragraphs_type.text.yml new file mode 100644 index 000000000..ca4411274 --- /dev/null +++ b/docs/drupal/config/sync/paragraphs.paragraphs_type.text.yml @@ -0,0 +1,10 @@ +uuid: b8f453b4-eafc-4858-9c61-04a9747f37ac +langcode: en +status: true +dependencies: { } +id: text +label: Text +icon_uuid: null +icon_default: null +description: 'A text paragraph provides a Wysiwyg for content creation.' +behavior_plugins: { } diff --git a/docs/drupal/config/sync/paragraphs.settings.yml b/docs/drupal/config/sync/paragraphs.settings.yml new file mode 100644 index 000000000..c43733b43 --- /dev/null +++ b/docs/drupal/config/sync/paragraphs.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8 +show_unpublished: true diff --git a/docs/drupal/config/sync/system.theme.yml b/docs/drupal/config/sync/system.theme.yml index 5c040d4d3..fff395e76 100644 --- a/docs/drupal/config/sync/system.theme.yml +++ b/docs/drupal/config/sync/system.theme.yml @@ -1,4 +1,4 @@ -admin: seven -default: umami _core: default_config_hash: 2gDz4WkR1tz-vAvSMSG1NbYAoUqs0UIuaHHNYJJAofI +admin: gin +default: umami diff --git a/docs/drupal/content/meta/index.json b/docs/drupal/content/meta/index.json index 41b79ca34..9e69475b4 100644 --- a/docs/drupal/content/meta/index.json +++ b/docs/drupal/content/meta/index.json @@ -943,5 +943,32 @@ "user.8757c97f-7c55-4367-9237-72eb7eba10cd": [], "user.9037d975-34ff-4020-b8ff-18cf8715361a": [], "user.a80fc6ed-2669-4a56-88bf-1c9590437115": [], - "user.b8245fe3-b0e8-4300-89e9-733dc6c4a52b": [] + "user.b8245fe3-b0e8-4300-89e9-733dc6c4a52b": [], + "paragraph.ba3476d1-7e55-4528-869a-31c88d692316": [], + "paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e": [], + "node.d217d49f-7b77-4786-8295-2ebb882c2e81": [ + "user.1bc973b1-4bee-403f-8f76-52387c936207", + "paragraph.ba3476d1-7e55-4528-869a-31c88d692316", + "paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e", + "paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9", + "paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0", + "paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4", + "paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195", + "paragraph.656af6ff-5756-47a4-87fb-8708a3642536", + "paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b", + "paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b", + "paragraph.89434393-0280-4695-9af4-ea953a8af64e", + "paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409", + "paragraph.e790843b-db80-4060-8432-f984bee3579f" + ], + "paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9": [], + "paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0": [], + "paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4": [], + "paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195": [], + "paragraph.656af6ff-5756-47a4-87fb-8708a3642536": [], + "paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b": [], + "paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b": [], + "paragraph.89434393-0280-4695-9af4-ea953a8af64e": [], + "paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409": [], + "paragraph.e790843b-db80-4060-8432-f984bee3579f": [] } \ No newline at end of file diff --git a/docs/drupal/content/node.d217d49f-7b77-4786-8295-2ebb882c2e81.json b/docs/drupal/content/node.d217d49f-7b77-4786-8295-2ebb882c2e81.json new file mode 100644 index 000000000..270178692 --- /dev/null +++ b/docs/drupal/content/node.d217d49f-7b77-4786-8295-2ebb882c2e81.json @@ -0,0 +1,148 @@ +{ + "uuid": [ + { + "value": "d217d49f-7b77-4786-8295-2ebb882c2e81" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "advanced_page", + "target_type": "node_type", + "target_uuid": "531e034b-da41-414d-a80b-b7f9f2bd639d" + } + ], + "revision_timestamp": [ + { + "value": "2022-07-26T01:31:25+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "1bc973b1-4bee-403f-8f76-52387c936207" + } + ], + "revision_log": [], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "1bc973b1-4bee-403f-8f76-52387c936207" + } + ], + "title": [ + { + "value": "JSON:API Client" + } + ], + "created": [ + { + "value": "2022-07-26T00:26:52+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "changed": [ + { + "value": "2022-07-26T01:31:25+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "promote": [ + { + "value": false + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "moderation_state": [], + "path": [ + { + "alias": "", + "pid": null, + "langcode": "en" + } + ], + "content_translation_source": [ + { + "value": "und" + } + ], + "content_translation_outdated": [ + { + "value": false + } + ], + "field_content": [ + { + "target_type": "paragraph", + "target_uuid": "ba3476d1-7e55-4528-869a-31c88d692316" + }, + { + "target_type": "paragraph", + "target_uuid": "6af1c1c9-5844-4139-afe4-6c1aae263b7e" + }, + { + "target_type": "paragraph", + "target_uuid": "3cb4149a-0692-4525-bf53-f5453fc6abe9" + }, + { + "target_type": "paragraph", + "target_uuid": "85612c18-7716-48a3-8062-a49b5d86c5e0" + }, + { + "target_type": "paragraph", + "target_uuid": "4096b21a-e6ff-408c-b3c2-78d1574bbbf4" + }, + { + "target_type": "paragraph", + "target_uuid": "2d9f3782-a744-43ad-b8a4-7a5a1e866195" + }, + { + "target_type": "paragraph", + "target_uuid": "656af6ff-5756-47a4-87fb-8708a3642536" + }, + { + "target_type": "paragraph", + "target_uuid": "c0517f6d-a643-46f3-a48e-e538fe6e3d1b" + }, + { + "target_type": "paragraph", + "target_uuid": "79dfe8bc-8829-4647-a80a-2c729f69192b" + }, + { + "target_type": "paragraph", + "target_uuid": "89434393-0280-4695-9af4-ea953a8af64e" + }, + { + "target_type": "paragraph", + "target_uuid": "9591fc1f-03a7-40ec-9ea1-f65f95a13409" + }, + { + "target_type": "paragraph", + "target_uuid": "e790843b-db80-4060-8432-f984bee3579f" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195.json b/docs/drupal/content/paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195.json new file mode 100644 index 000000000..865457214 --- /dev/null +++ b/docs/drupal/content/paragraph.2d9f3782-a744-43ad-b8a4-7a5a1e866195.json @@ -0,0 +1,52 @@ +{ + "uuid": [ + { + "value": "2d9f3782-a744-43ad-b8a4-7a5a1e866195" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "text", + "target_type": "paragraphs_type", + "target_uuid": "b8f453b4-eafc-4858-9c61-04a9747f37ac" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:39:53+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "3cb4149a-0692-4525-bf53-f5453fc6abe9", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [], + "field_text": [ + { + "value": "

See the API documentation<\/a> for more details.<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9.json b/docs/drupal/content/paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9.json new file mode 100644 index 000000000..29a8e0615 --- /dev/null +++ b/docs/drupal/content/paragraph.3cb4149a-0692-4525-bf53-f5453fc6abe9.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "3cb4149a-0692-4525-bf53-f5453fc6abe9" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "section", + "target_type": "paragraphs_type", + "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:30:38+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": "Setup" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4.json b/docs/drupal/content/paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4.json new file mode 100644 index 000000000..9f8bb34c9 --- /dev/null +++ b/docs/drupal/content/paragraph.4096b21a-e6ff-408c-b3c2-78d1574bbbf4.json @@ -0,0 +1,58 @@ +{ + "uuid": [ + { + "value": "4096b21a-e6ff-408c-b3c2-78d1574bbbf4" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "code", + "target_type": "paragraphs_type", + "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:39:00+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "3cb4149a-0692-4525-bf53-f5453fc6abe9", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [], + "field_code": [ + { + "sourcecode": "const druxt = new DruxtClient('https:\/\/demo-api.druxtjs.org', {\r\n axios: {\r\n headers: {'X-Custom-Header': true},\r\n },\r\n endpoint: 'jsonapi'\r\n})", + "language": "javascript" + } + ], + "field_text": [ + { + "value": "

It also provides an options object to configure the client:<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.656af6ff-5756-47a4-87fb-8708a3642536.json b/docs/drupal/content/paragraph.656af6ff-5756-47a4-87fb-8708a3642536.json new file mode 100644 index 000000000..121aa6189 --- /dev/null +++ b/docs/drupal/content/paragraph.656af6ff-5756-47a4-87fb-8708a3642536.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "656af6ff-5756-47a4-87fb-8708a3642536" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "section", + "target_type": "paragraphs_type", + "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:40:31+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": "Getting a resource" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e.json b/docs/drupal/content/paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e.json new file mode 100644 index 000000000..03cdaea47 --- /dev/null +++ b/docs/drupal/content/paragraph.6af1c1c9-5844-4139-afe4-6c1aae263b7e.json @@ -0,0 +1,52 @@ +{ + "uuid": [ + { + "value": "6af1c1c9-5844-4139-afe4-6c1aae263b7e" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "text", + "target_type": "paragraphs_type", + "target_uuid": "b8f453b4-eafc-4858-9c61-04a9747f37ac" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:28:23+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "ba3476d1-7e55-4528-869a-31c88d692316", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [], + "field_text": [ + { + "value": "

The DruxtClient<\/strong> is the communication layer between Nuxt and the Drupal JSON:API.<\/p>\r\n\r\n

It provides methods to get JSON:API Resources and Collection of resources from the Drupal server using the Axios<\/a> library.<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json b/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json new file mode 100644 index 000000000..84dc124f5 --- /dev/null +++ b/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json @@ -0,0 +1,59 @@ +{ + "uuid": [ + { + "value": "79dfe8bc-8829-4647-a80a-2c729f69192b" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "section", + "target_type": "paragraphs_type", + "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T01:25:50+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": [ + { + "value": true + } + ], + "field_title": [ + { + "value": "Getting a collection of resources" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json b/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json new file mode 100644 index 000000000..99977e276 --- /dev/null +++ b/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json @@ -0,0 +1,58 @@ +{ + "uuid": [ + { + "value": "85612c18-7716-48a3-8062-a49b5d86c5e0" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "code", + "target_type": "paragraphs_type", + "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:38:17+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "3cb4149a-0692-4525-bf53-f5453fc6abe9", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [], + "field_code": [ + { + "sourcecode": "const { DruxtClient } = require('druxt')\r\nconst druxt = new DruxtClient('https:\/\/demo-api.druxtjs.org')", + "language": "javascript" + } + ], + "field_text": [ + { + "value": "

The Client requires the baseUrl<\/strong> for your Drupal backend:<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json b/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json new file mode 100644 index 000000000..ac330a2a0 --- /dev/null +++ b/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json @@ -0,0 +1,62 @@ +{ + "uuid": [ + { + "value": "89434393-0280-4695-9af4-ea953a8af64e" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "code", + "target_type": "paragraphs_type", + "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T01:29:52+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "79dfe8bc-8829-4647-a80a-2c729f69192b", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "field_code": [ + { + "sourcecode": "\/\/ Get a collection of recipes.\r\ndruxt.getCollection('node--recipe').then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get the first 5 recipes.\r\ndruxt.getCollection('node--recipe', 'page[limit]=5').then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get the first 5 recipes in spanish.\r\ndruxt.getCollection(\r\n 'node--recipe',\r\n 'page[limit]=5',\r\n 'es'\r\n).then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n", + "language": "javascript" + } + ], + "field_text": [ + { + "value": "

The getCollection<\/strong> method requires the resource type, and has an optional query<\/strong> and prefix<\/strong> parameter.<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json b/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json new file mode 100644 index 000000000..b6ef9652c --- /dev/null +++ b/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json @@ -0,0 +1,59 @@ +{ + "uuid": [ + { + "value": "9591fc1f-03a7-40ec-9ea1-f65f95a13409" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "section", + "target_type": "paragraphs_type", + "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T01:30:16+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": [ + { + "value": true + } + ], + "field_title": [ + { + "value": "Getting all collections of a resource" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json b/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json new file mode 100644 index 000000000..35ba085ad --- /dev/null +++ b/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json @@ -0,0 +1,55 @@ +{ + "uuid": [ + { + "value": "ba3476d1-7e55-4528-869a-31c88d692316" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "section", + "target_type": "paragraphs_type", + "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:27:26+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": "DruxtClient" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json b/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json new file mode 100644 index 000000000..432417f5f --- /dev/null +++ b/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json @@ -0,0 +1,58 @@ +{ + "uuid": [ + { + "value": "c0517f6d-a643-46f3-a48e-e538fe6e3d1b" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "code", + "target_type": "paragraphs_type", + "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T00:41:20+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "656af6ff-5756-47a4-87fb-8708a3642536", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [], + "field_code": [ + { + "sourcecode": "\/\/ Get a page.\r\ndruxt.getResource('node--page', 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd').then(resource => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get a page's title.\r\ndruxt.getResource(\r\n 'node--page',\r\n 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd',\r\n 'fields[node--page]=title'\r\n).then(resource => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get a page in Spanish.\r\ndruxt.getResource(\r\n 'node--page',\r\n 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd'\r\n undefined,\r\n 'es'\r\n).then(resource => {\r\n \/\/ Do the thing.\r\n})", + "language": "javascript" + } + ], + "field_text": [ + { + "value": "

The getResource<\/strong> method requires the resource type<\/strong> and id<\/strong>, and has an optional query<\/strong> and prefix<\/strong> parameter.<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file diff --git a/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json b/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json new file mode 100644 index 000000000..c5b35d53d --- /dev/null +++ b/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json @@ -0,0 +1,62 @@ +{ + "uuid": [ + { + "value": "e790843b-db80-4060-8432-f984bee3579f" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "code", + "target_type": "paragraphs_type", + "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6" + } + ], + "status": [ + { + "value": true + } + ], + "created": [ + { + "value": "2022-07-26T01:31:09+00:00", + "format": "Y-m-d\\TH:i:sP" + } + ], + "behavior_settings": [ + { + "value": { + "layout_paragraphs": { + "parent_uuid": "9591fc1f-03a7-40ec-9ea1-f65f95a13409", + "region": "content" + } + } + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "field_code": [ + { + "sourcecode": "\/\/ Get all recipes.\r\ndruxt.getCollectionAll('node--recipe').then(collections => {\r\n for (i in collections) {\r\n const collection = collections[i]\r\n for (j in collection.data) {\r\n const resource = collection.data[j]\r\n \/\/ Do the thing.\r\n }\r\n }\r\n})", + "language": "javascript" + } + ], + "field_text": [ + { + "value": "

The getCollectionAll<\/strong> takes the same parameters as the getCollection<\/strong> method, and will return an array of all collections.<\/p>\r\n", + "format": "basic_html" + } + ] +} \ No newline at end of file