-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACMS-4255: Add base recipe for Acquia Drupal Starterkit.
- Loading branch information
1 parent
d552df9
commit 7cf454d
Showing
37 changed files
with
919 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "drupal/acquia_drupal_starterkit", | ||
"type": "drupal-recipe", | ||
"description": "Sets up a site with useful features and sample content.", | ||
"version": "dev-main", | ||
"require": { | ||
"drupal/core": ">=10.3", | ||
"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" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
recipes/acquia_drupal_starterkit/config/user.role.administrator.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: administrator | ||
label: Administrator | ||
weight: 3 | ||
is_admin: true | ||
permissions: { } |
27 changes: 27 additions & 0 deletions
27
recipes/acquia_drupal_starterkit/content/file/76378c5d-2af7-4546-ab0e-06aac0c8d394.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
_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 |
Binary file added
BIN
+35.3 KB
..._drupal_starterkit/content/file/ARjhH7lEaR9SyoaErXPGx0WHCdW0VMLiqfwmKjnPguc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
recipes/acquia_drupal_starterkit/content/file/b8a036c4-311c-4699-85f7-f0503917d1ee.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
_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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
recipes/acquia_drupal_starterkit/content/media/5b1245d1-4916-4c20-bdf8-27f3fd155918.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
_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 |
33 changes: 33 additions & 0 deletions
33
recipes/acquia_drupal_starterkit/content/media/7f3e5f12-aabf-4a66-89a0-82f82a5235c5.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
_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' |
39 changes: 39 additions & 0 deletions
39
recipes/acquia_drupal_starterkit/content/menu_link_content/add-audio-file.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
_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 |
39 changes: 39 additions & 0 deletions
39
recipes/acquia_drupal_starterkit/content/menu_link_content/add-remote-video.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
_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 |
39 changes: 39 additions & 0 deletions
39
recipes/acquia_drupal_starterkit/content/menu_link_content/add-url-redirect.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
_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 |
39 changes: 39 additions & 0 deletions
39
recipes/acquia_drupal_starterkit/content/menu_link_content/add-video-file.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
_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 |
Oops, something went wrong.