diff --git a/composer.lock b/composer.lock index a64ab431ba..ba8f94547f 100644 --- a/composer.lock +++ b/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": "5f2330b61420c4b4c4bf1cb6767a44f1", + "content-hash": "f72666f69c81b9c79e40e0a0d803ba9e", "packages": [ { "name": "acquia/acquia-cms-starterkit", @@ -3156,13 +3156,14 @@ "dist": { "type": "path", "url": "./recipes/acquia_drupal_starterkit", - "reference": "bf8268dac01abd87dbefc590606a04a4a12bcd72" + "reference": "25638b3618ab0807f229e00050ec2ef86e118952" }, "require": { "drupal/acquia_drupal_starterkit_admin_theme": "dev-develop", "drupal/acquia_drupal_starterkit_basic_html_editor": "dev-develop", "drupal/acquia_drupal_starterkit_full_html_editor": "dev-develop", - "drupal/core": ">=10.3" + "drupal/core": ">=10.3", + "drupal/project_browser": "^1" }, "type": "drupal-recipe", "description": "Sets up a site with useful features and sample content.", @@ -3223,7 +3224,7 @@ "dist": { "type": "path", "url": "./recipes/acquia_drupal_starterkit_community", - "reference": "4155a0d5dab5c927c1bd500b57b2dade6bf9f62e" + "reference": "c1e02303bec2309ef42f9078ce4b295de8110838" }, "require": { "drupal/acquia_cms_toolbar": "^1.5", @@ -7174,6 +7175,123 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, + { + "name": "drupal/project_browser", + "version": "1.0.0-beta6", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/project_browser.git", + "reference": "1.0.0-beta6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/project_browser-1.0.0-beta6.zip", + "reference": "1.0.0-beta6", + "shasum": "0a718b79203880c279dc0c7beb2d2dd20975e817" + }, + "require": { + "composer/semver": "^3.2", + "drupal/core": "^10 || ^11", + "ext-simplexml": "*", + "guzzlehttp/guzzle": "^6 || ^7", + "php": ">=8.1" + }, + "conflict": { + "drupal/automatic_updates": "<3.0" + }, + "require-dev": { + "colinodell/psr-testlogger": "^1.2", + "drupal/automatic_updates": "^3.1.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0-beta6", + "datestamp": "1717688458", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "cs": [ + "phpcs -n --standard=PSR2 src --exclude=Generic.Files.LineLength" + ], + "cbf": [ + "phpcbf -n --standard=PSR2 src --exclude=Generic.Files.LineLength" + ], + "unit": [ + "phpunit" + ], + "lint": [ + "find src -name '*.php' -print0 | xargs -0 -n1 php -l" + ], + "test": [ + "@lint", + "@cs" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, + { + "name": "chrisfromredfin", + "homepage": "https://www.drupal.org/user/74392" + }, + { + "name": "dmitrig01", + "homepage": "https://www.drupal.org/user/47566" + }, + { + "name": "fjgarlin", + "homepage": "https://www.drupal.org/user/2495842" + }, + { + "name": "grasmash", + "homepage": "https://www.drupal.org/user/455714" + }, + { + "name": "jacob@redfinsolutions.com", + "homepage": "https://www.drupal.org/user/3574855" + }, + { + "name": "leslieg", + "homepage": "https://www.drupal.org/user/1746792" + }, + { + "name": "narendrar", + "homepage": "https://www.drupal.org/user/1730192" + }, + { + "name": "rlnorthcutt", + "homepage": "https://www.drupal.org/user/116893" + }, + { + "name": "srishtiiee", + "homepage": "https://www.drupal.org/user/3685162" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "A project browser embedded in the Drupal UI.", + "homepage": "https://www.drupal.org/project/project_browser", + "support": { + "source": "https://git.drupalcode.org/project/project_browser" + } + }, { "name": "drupal/purge", "version": "3.6.0", diff --git a/recipes/acquia_drupal_starterkit/composer.json b/recipes/acquia_drupal_starterkit/composer.json index 7d518bee30..165db083fc 100644 --- a/recipes/acquia_drupal_starterkit/composer.json +++ b/recipes/acquia_drupal_starterkit/composer.json @@ -5,6 +5,7 @@ "version": "dev-main", "require": { "drupal/core": ">=10.3", + "drupal/project_browser": "^1", "drupal/acquia_drupal_starterkit_admin_theme": "dev-develop", "drupal/acquia_drupal_starterkit_basic_html_editor": "dev-develop", "drupal/acquia_drupal_starterkit_Full_html_editor": "dev-develop" diff --git a/recipes/acquia_drupal_starterkit/content/file/76378c5d-2af7-4546-ab0e-06aac0c8d394.yml b/recipes/acquia_drupal_starterkit/content/file/76378c5d-2af7-4546-ab0e-06aac0c8d394.yml deleted file mode 100644 index bf0246537f..0000000000 --- a/recipes/acquia_drupal_starterkit/content/file/76378c5d-2af7-4546-ab0e-06aac0c8d394.yml +++ /dev/null @@ -1,27 +0,0 @@ -_meta: - version: '1.0' - entity_type: file - uuid: 76378c5d-2af7-4546-ab0e-06aac0c8d394 - default_langcode: en -default: - uid: - - - target_id: 1 - filename: - - - value: ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg - uri: - - - value: 'public://oembed_thumbnails/2024-04/ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg' - filemime: - - - value: image/jpeg - filesize: - - - value: 36179 - status: - - - value: true - created: - - - value: 1714157615 diff --git a/recipes/acquia_drupal_starterkit/content/file/ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg b/recipes/acquia_drupal_starterkit/content/file/ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg deleted file mode 100644 index 92f001424e..0000000000 Binary files a/recipes/acquia_drupal_starterkit/content/file/ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg and /dev/null differ diff --git a/recipes/acquia_drupal_starterkit/content/file/b8a036c4-311c-4699-85f7-f0503917d1ee.yml b/recipes/acquia_drupal_starterkit/content/file/b8a036c4-311c-4699-85f7-f0503917d1ee.yml deleted file mode 100644 index 6eb20def15..0000000000 --- a/recipes/acquia_drupal_starterkit/content/file/b8a036c4-311c-4699-85f7-f0503917d1ee.yml +++ /dev/null @@ -1,27 +0,0 @@ -_meta: - version: '1.0' - entity_type: file - uuid: b8a036c4-311c-4699-85f7-f0503917d1ee - default_langcode: en -default: - uid: - - - target_id: 1 - filename: - - - value: starshotdrupalicon.jpg - uri: - - - value: 'public://2024-04/starshotdrupalicon.jpg' - filemime: - - - value: image/jpeg - filesize: - - - value: 357234 - status: - - - value: true - created: - - - value: 1714488910 diff --git a/recipes/acquia_drupal_starterkit/content/file/starshotdrupalicon.jpg b/recipes/acquia_drupal_starterkit/content/file/starshotdrupalicon.jpg deleted file mode 100644 index 56e925f188..0000000000 Binary files a/recipes/acquia_drupal_starterkit/content/file/starshotdrupalicon.jpg and /dev/null differ diff --git a/recipes/acquia_drupal_starterkit/content/media/5b1245d1-4916-4c20-bdf8-27f3fd155918.yml b/recipes/acquia_drupal_starterkit/content/media/5b1245d1-4916-4c20-bdf8-27f3fd155918.yml deleted file mode 100644 index d680d9dbde..0000000000 --- a/recipes/acquia_drupal_starterkit/content/media/5b1245d1-4916-4c20-bdf8-27f3fd155918.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: media - uuid: 5b1245d1-4916-4c20-bdf8-27f3fd155918 - bundle: image - default_langcode: en - depends: - b8a036c4-311c-4699-85f7-f0503917d1ee: file -default: - status: - - - value: true - uid: - - - target_id: 1 - name: - - - value: starshotdrupalicon.jpg - created: - - - value: 1714488910 - revision_translation_affected: - - - value: true - path: - - - alias: '' - langcode: en - pathauto: 0 - field_media_image: - - - entity: b8a036c4-311c-4699-85f7-f0503917d1ee - alt: "A Druplicon, heavily stylized to look like it's wearing an astronaut helmet, against a yellow background." - title: '' - width: 1069 - height: 1069 diff --git a/recipes/acquia_drupal_starterkit/content/media/7f3e5f12-aabf-4a66-89a0-82f82a5235c5.yml b/recipes/acquia_drupal_starterkit/content/media/7f3e5f12-aabf-4a66-89a0-82f82a5235c5.yml deleted file mode 100644 index f05bc7d7f1..0000000000 --- a/recipes/acquia_drupal_starterkit/content/media/7f3e5f12-aabf-4a66-89a0-82f82a5235c5.yml +++ /dev/null @@ -1,33 +0,0 @@ -_meta: - version: '1.0' - entity_type: media - uuid: 7f3e5f12-aabf-4a66-89a0-82f82a5235c5 - bundle: remote_video - default_langcode: en -default: - revision_user: - - - target_id: 1 - status: - - - value: true - uid: - - - target_id: 1 - name: - - - value: 'NASA Live: Official Stream of NASA TV' - created: - - - value: 1714157611 - revision_translation_affected: - - - value: true - path: - - - alias: '' - langcode: en - pathauto: 0 - field_media_oembed_video: - - - value: 'https://www.youtube.com/watch?v=21X5lGlDOfg' diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-audio-file.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/add-audio-file.yml deleted file mode 100644 index b941c3de1a..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-audio-file.yml +++ /dev/null @@ -1,39 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: b5c35291-218b-4e13-8f91-df4603f97d0c - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Audio file' - menu_name: - - - value: content - link: - - - uri: 'internal:/media/add/audio' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 0 - expanded: - - - value: false - parent: - - - value: navigation.create - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-remote-video.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/add-remote-video.yml deleted file mode 100644 index 2674f7158a..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-remote-video.yml +++ /dev/null @@ -1,39 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: ba874a64-9955-4e4c-bbc7-9f6e32f635e1 - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Remote video' - menu_name: - - - value: content - link: - - - uri: 'internal:/media/add/remote_video' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 0 - expanded: - - - value: false - parent: - - - value: navigation.create - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-url-redirect.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/add-url-redirect.yml deleted file mode 100644 index 39a2802453..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-url-redirect.yml +++ /dev/null @@ -1,39 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: b87dc8f0-e830-4da4-b477-f5a4fe76006e - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'URL redirect' - menu_name: - - - value: content - link: - - - uri: 'internal:/admin/config/search/redirect/add' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 0 - expanded: - - - value: false - parent: - - - value: navigation.create - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-video-file.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/add-video-file.yml deleted file mode 100644 index 0657a5e8d0..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/add-video-file.yml +++ /dev/null @@ -1,39 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: 87c67848-3800-4ad3-af39-465c8ba5595c - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Video file' - menu_name: - - - value: content - link: - - - uri: 'internal:/media/add/video' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: -47 - expanded: - - - value: false - parent: - - - value: navigation.create - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/d602d161-aa3b-4464-ae84-2ed0fc6df684.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/d602d161-aa3b-4464-ae84-2ed0fc6df684.yml deleted file mode 100644 index f8f6bdf46d..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/d602d161-aa3b-4464-ae84-2ed0fc6df684.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: d602d161-aa3b-4464-ae84-2ed0fc6df684 - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Nerd Quiz' - menu_name: - - - value: main - link: - - - uri: 'internal:/form/nerd-quiz' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 0 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-01-setup-account.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-01-setup-account.yml deleted file mode 100644 index 67c9b75d52..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-01-setup-account.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: c51055ce-c9f1-4324-8fc5-d8db339a4eaf - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Finish setting up your account' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/user/edit' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 1 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-02-add-content.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-02-add-content.yml deleted file mode 100644 index 347b181ecb..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-02-add-content.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: 848d74e6-922c-42c4-9049-7004fac527c3 - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Create your first content page' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/node/add' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 2 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-03-extend-drupal.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-03-extend-drupal.yml deleted file mode 100644 index d107e524ae..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-03-extend-drupal.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: 4fae6c3d-c874-4b53-81bc-7c1f9d8a6f5d - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Extend Drupal' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/admin/modules/browse' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 3 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-04-invite-others.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-04-invite-others.yml deleted file mode 100644 index 7d0699c73d..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-04-invite-others.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: 9eee71db-25ef-4de2-9175-86082d7852a7 - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Invite and work with others' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/admin/people/create' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 4 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-05-learn-drupal.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-05-learn-drupal.yml deleted file mode 100644 index ad91c152df..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-05-learn-drupal.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: ab0983ee-c6d4-4683-8c14-7a507bb2534e - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Learn to build with Drupal' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/admin/help' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 5 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-06-change-appearance.yml b/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-06-change-appearance.yml deleted file mode 100644 index 13db8aa5b9..0000000000 --- a/recipes/acquia_drupal_starterkit/content/menu_link_content/welcome-06-change-appearance.yml +++ /dev/null @@ -1,36 +0,0 @@ -_meta: - version: '1.0' - entity_type: menu_link_content - uuid: 5e5c03a2-4db1-41be-a789-693d24f0a5c1 - bundle: menu_link_content - default_langcode: en -default: - enabled: - - - value: true - title: - - - value: 'Change appearance' - menu_name: - - - value: welcome - link: - - - uri: 'internal:/admin/appearance' - title: '' - options: { } - external: - - - value: false - rediscover: - - - value: true - weight: - - - value: 6 - expanded: - - - value: false - revision_translation_affected: - - - value: true diff --git a/recipes/acquia_drupal_starterkit/content/node/e939b485-ca10-4061-9036-3d6d394d7214.yml b/recipes/acquia_drupal_starterkit/content/node/e939b485-ca10-4061-9036-3d6d394d7214.yml deleted file mode 100644 index 84cffca4e4..0000000000 --- a/recipes/acquia_drupal_starterkit/content/node/e939b485-ca10-4061-9036-3d6d394d7214.yml +++ /dev/null @@ -1,43 +0,0 @@ -_meta: - version: '1.0' - entity_type: node - uuid: e939b485-ca10-4061-9036-3d6d394d7214 - bundle: page - default_langcode: en -default: - revision_uid: - - - target_id: 1 - status: - - - value: true - uid: - - - target_id: 1 - title: - - - value: 'Starshot: a journey beyond the horizon' - created: - - - value: 1714170126 - promote: - - - value: true - sticky: - - - value: false - revision_translation_affected: - - - value: true - moderation_state: - - - value: published - path: - - - alias: /starshot-journey-beyond-horizon - langcode: en - pathauto: 1 - body: - - - value: "

If this feels like it was written by AI, it's because it mostly was.

In the stories of humankind, there's something special about looking up at the sky and wondering what's out there. Space exploration is like a great adventure, where we learn new things about the universe.

Imagine traveling to a place no one has ever been before, far away from home. That's what space exploration is all about. We want to learn more about planets, moons, and stars, and see what secrets they hold.

But exploring space isn't easy. It's full of challenges that make us think hard and work together. When the journey seems long and tough, we must be brave and keep going.

But every time we explore a new part of space, it's like finding treasure. We learn amazing things about the universe and our place in it. And even though space is big and sometimes scary, it's also full of wonder and excitement.

This is why space exploration is so important. It helps us learn more about the world around us and inspires us to dream big. It's a reminder that even when things seem hard, there's always a way to reach for the stars.

" - format: basic_html diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/00-create-basic-page.yml b/recipes/acquia_drupal_starterkit/content/shortcut/00-create-basic-page.yml deleted file mode 100644 index 056eae2785..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/00-create-basic-page.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: a50d2030-42f1-49b4-a401-6769cd723ea0 - bundle: default - default_langcode: en -default: - title: - - - value: 'Create a basic page' - weight: - - - value: 0 - link: - - - uri: 'internal:/node/add/page' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/10-create-blog-post.yml b/recipes/acquia_drupal_starterkit/content/shortcut/10-create-blog-post.yml deleted file mode 100644 index 0f107c6d4a..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/10-create-blog-post.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: cf0b6257-db94-4c70-ac31-f24b95a0d24a - bundle: default - default_langcode: en -default: - title: - - - value: 'Create a blog post' - weight: - - - value: 10 - link: - - - uri: 'internal:/node/add/blog' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/20-create-event.yml b/recipes/acquia_drupal_starterkit/content/shortcut/20-create-event.yml deleted file mode 100644 index 453ad8c4de..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/20-create-event.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 9619935f-4fc8-4ccf-b7b8-37f7bbb3b59d - bundle: default - default_langcode: en -default: - title: - - - value: 'Create an event' - weight: - - - value: 20 - link: - - - uri: 'internal:/node/add/event' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/30-create-form.yml b/recipes/acquia_drupal_starterkit/content/shortcut/30-create-form.yml deleted file mode 100644 index 1c1e90b2fe..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/30-create-form.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: c9b8f161-a7f7-4751-8a3d-072cd75b364f - bundle: default - default_langcode: en -default: - title: - - - value: 'Create a form' - weight: - - - value: 30 - link: - - - uri: 'internal:/admin/structure/webform/add' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/35-create-sidebar-block.yml b/recipes/acquia_drupal_starterkit/content/shortcut/35-create-sidebar-block.yml deleted file mode 100644 index dde1df0b5b..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/35-create-sidebar-block.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 9684939c-5445-4802-8b88-c0ad5eb92a91 - bundle: default - default_langcode: en -default: - title: - - - value: 'Create a sidebar block' - weight: - - - value: 35 - link: - - - uri: 'internal:/block/add' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/40-upload-image.yml b/recipes/acquia_drupal_starterkit/content/shortcut/40-upload-image.yml deleted file mode 100644 index eea908c22d..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/40-upload-image.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 74a865f5-84a1-4e0e-8e52-3328033f4695 - bundle: default - default_langcode: en -default: - title: - - - value: 'Upload an image' - weight: - - - value: 40 - link: - - - uri: 'internal:/media/add/image' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/50-upload-document.yml b/recipes/acquia_drupal_starterkit/content/shortcut/50-upload-document.yml deleted file mode 100644 index 694ef9dcc3..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/50-upload-document.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 240250ff-04dc-49c4-a325-6d63f3f4d8b6 - bundle: default - default_langcode: en -default: - title: - - - value: 'Upload a document' - weight: - - - value: 50 - link: - - - uri: 'internal:/media/add/document' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/60-add-youtube-video.yml b/recipes/acquia_drupal_starterkit/content/shortcut/60-add-youtube-video.yml deleted file mode 100644 index f8f3d22136..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/60-add-youtube-video.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 6c37f8cc-255b-4c0b-a8f5-59c18229f067 - bundle: default - default_langcode: en -default: - title: - - - value: 'Add a YouTube video' - weight: - - - value: 60 - link: - - - uri: 'internal:/media/add/remote_video' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/70-all-content.yml b/recipes/acquia_drupal_starterkit/content/shortcut/70-all-content.yml deleted file mode 100644 index bd3a79d085..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/70-all-content.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 478b3170-1dfd-49d8-8eb3-f1b285445ab7 - bundle: default - default_langcode: en -default: - title: - - - value: 'See all content' - weight: - - - value: 70 - link: - - - uri: 'internal:/admin/content' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/80-add-redirect.yml b/recipes/acquia_drupal_starterkit/content/shortcut/80-add-redirect.yml deleted file mode 100644 index d4b1ae1564..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/80-add-redirect.yml +++ /dev/null @@ -1,18 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 57cd30cb-170d-44b1-a98a-fd5d786bd1d8 - bundle: default - default_langcode: en -default: - title: - - - value: 'Set up a redirect' - weight: - - - value: 80 - link: - - - uri: 'internal:/admin/config/search/redirect/add' - title: '' - options: { } diff --git a/recipes/acquia_drupal_starterkit/content/shortcut/90-browse-projects.yml b/recipes/acquia_drupal_starterkit/content/shortcut/90-browse-projects.yml deleted file mode 100644 index 0ccf58c8e9..0000000000 --- a/recipes/acquia_drupal_starterkit/content/shortcut/90-browse-projects.yml +++ /dev/null @@ -1,19 +0,0 @@ -_meta: - version: '1.0' - entity_type: shortcut - uuid: 5f64878e-2f83-4725-a947-af0d2ba922d9 - bundle: default - default_langcode: en -default: - title: - - - value: 'Browse projects' - weight: - - - value: 90 - link: - - - uri: 'internal:/admin/modules/browse' - title: '' - options: { } - diff --git a/recipes/acquia_drupal_starterkit/content/user/c6fc2154-25c0-4b9d-ad4d-8d04a6a52f05.yml b/recipes/acquia_drupal_starterkit/content/user/c6fc2154-25c0-4b9d-ad4d-8d04a6a52f05.yml deleted file mode 100644 index bfc6c2936b..0000000000 --- a/recipes/acquia_drupal_starterkit/content/user/c6fc2154-25c0-4b9d-ad4d-8d04a6a52f05.yml +++ /dev/null @@ -1,49 +0,0 @@ -_meta: - version: '1.0' - entity_type: user - uuid: c6fc2154-25c0-4b9d-ad4d-8d04a6a52f05 - default_langcode: en -default: - preferred_langcode: - - - value: en - preferred_admin_langcode: - - - value: en - name: - - - value: editor - pass: - - - value: $2y$10$FBWYdyp9E8nyshnDLQXJp.CZK73sWWGp9ztJ4x4viPDgzEA0oPPYC - existing: '' - pre_hashed: false - mail: - - - value: editor@example.com - timezone: - - - value: UTC - status: - - - value: false - created: - - - value: 1714494182 - access: - - - value: 0 - login: - - - value: 0 - init: - - - value: editor@example.com - roles: - - - target_id: content_editor - path: - - - alias: '' - langcode: en - pathauto: 0 diff --git a/recipes/acquia_drupal_starterkit/recipe.yml b/recipes/acquia_drupal_starterkit/recipe.yml index fb4d107d1e..b867019dec 100644 --- a/recipes/acquia_drupal_starterkit/recipe.yml +++ b/recipes/acquia_drupal_starterkit/recipe.yml @@ -6,6 +6,8 @@ recipes: - core/recipes/core_recommended_front_end_theme - acquia_drupal_starterkit_basic_html_editor - acquia_drupal_starterkit_full_html_editor +install: + - project_browser config: import: olivero: @@ -21,16 +23,16 @@ config: allowed_projects: recipes: - acquia_drupal_starterkit_community + - acquia_drupal_starterkit_content_model - acquia_drupal_starterkit_headless - acquia_drupal_starterkit_low_code + - acquia_drupal_starterkit_media_model system.site: simple_config_update: name: 'Acquia Drupal Starterkit' page.front: '/node' user.role.authenticated: grantPermissions: - - 'access help pages' - - 'access shortcuts' - 'access user profiles' - 'delete own files' - 'view own unpublished content' diff --git a/recipes/acquia_drupal_starterkit_installer/acquia_drupal_starterkit_installer.info.yml b/recipes/acquia_drupal_starterkit_installer/acquia_drupal_starterkit_installer.info.yml index 5f2513d9ab..18d458a75e 100644 --- a/recipes/acquia_drupal_starterkit_installer/acquia_drupal_starterkit_installer.info.yml +++ b/recipes/acquia_drupal_starterkit_installer/acquia_drupal_starterkit_installer.info.yml @@ -7,4 +7,4 @@ description: 'Provides install-time tweaks for Acquia Drupal Starterkit.' distribution: name: Acquia Drupal Starterkit install: - finish_url: '/admin/dashboard/welcome' + finish_url: '/admin/modules/browse'