Add daily email
This commit is contained in:
parent
766c2dc9f1
commit
751d8d49fb
3 changed files with 83 additions and 0 deletions
|
@ -7143,5 +7143,12 @@
|
|||
],
|
||||
"path_alias.4d3515a4-9680-46fb-bfc4-c6fa800bdfae": [
|
||||
"node.5b5c3be1-7986-4494-8caf-095b6f329dc7"
|
||||
],
|
||||
"node.b05b1275-cbe8-4bec-9301-0b096ee6edc5": [
|
||||
"user.b8966985-d4b2-42a7-a319-2e94ccfbb849",
|
||||
"node.20cde1b4-efdc-46a4-a6a4-4fd2264f617e"
|
||||
],
|
||||
"path_alias.95061d48-00b7-40c9-b2ae-b56eb12b18df": [
|
||||
"node.b05b1275-cbe8-4bec-9301-0b096ee6edc5"
|
||||
]
|
||||
}
|
66
content/node.b05b1275-cbe8-4bec-9301-0b096ee6edc5.yml
Normal file
66
content/node.b05b1275-cbe8-4bec-9301-0b096ee6edc5.yml
Normal file
|
@ -0,0 +1,66 @@
|
|||
uuid:
|
||||
- value: b05b1275-cbe8-4bec-9301-0b096ee6edc5
|
||||
langcode:
|
||||
- value: en
|
||||
type:
|
||||
- target_id: daily_email
|
||||
target_type: node_type
|
||||
target_uuid: 8bde1f2f-eef9-4f2d-ae9c-96921f8193d7
|
||||
revision_timestamp:
|
||||
- value: '2025-07-24T23:47:18+00:00'
|
||||
revision_uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
revision_log: { }
|
||||
status:
|
||||
- value: true
|
||||
uid:
|
||||
- target_type: user
|
||||
target_uuid: b8966985-d4b2-42a7-a319-2e94ccfbb849
|
||||
title:
|
||||
- value: 'Exploring Drupal recipes'
|
||||
created:
|
||||
- value: '2025-07-21T23:34:33+00:00'
|
||||
changed:
|
||||
- value: '2025-07-24T23:47:18+00:00'
|
||||
promote:
|
||||
- value: false
|
||||
sticky:
|
||||
- value: false
|
||||
default_langcode:
|
||||
- value: true
|
||||
revision_translation_affected:
|
||||
- value: true
|
||||
path:
|
||||
- alias: ''
|
||||
pid: null
|
||||
langcode: en
|
||||
body:
|
||||
- value: |-
|
||||
Since [Gareth Alexander's talk at DrupalCamp England][1], I've started to explore Drupal's new recipe system.
|
||||
|
||||
I've used the Drupal CMS Admin UI and Drupal CMS SEO Basic recipes, but there are [a lot more available][0].
|
||||
|
||||
Recipes are meta-packages that install other Drupal packages (including other recipes), add configuration and can apply patches.
|
||||
|
||||
The SEO recipe adds and configures Easy Breadcrumb, Pathauto, Redirect and Token modules, so they work straight away with a default configuration.
|
||||
|
||||
It's great that Drupal CMS recipes can be installed with a simple `composer require` command, so you can use them with any Drupal website - even if you're not using Drupal CMS.
|
||||
|
||||
If you want to learn more about Drupal recipes, [listen to episode 39 of the Beyond Blocks podcast][2] with Gareth.
|
||||
|
||||
[0]: https://new.drupal.org/browse/recipes
|
||||
[1]: https://www.youtube.com/watch?v=b7MDA-kKCCk
|
||||
[2]: /podcast/29-drupal-cms-recipes
|
||||
format: markdown
|
||||
processed: |
|
||||
<p>Since <a href="https://www.youtube.com/watch?v=b7MDA-kKCCk">Gareth Alexander's talk at DrupalCamp England</a>, I've started to explore Drupal's new recipe system.</p>
|
||||
<p>I've used the Drupal CMS Admin UI and Drupal CMS SEO Basic recipes, but there are <a href="https://new.drupal.org/browse/recipes">a lot more available</a>.</p>
|
||||
<p>Recipes are meta-packages that install other Drupal packages (including other recipes), add configuration and can apply patches.</p>
|
||||
<p>The SEO recipe adds and configures Easy Breadcrumb, Pathauto, Redirect and Token modules, so they work straight away with a default configuration.</p>
|
||||
<p>It's great that Drupal CMS recipes can be installed with a simple <code>composer require</code> command, so you can use them with any Drupal website - even if you're not using Drupal CMS.</p>
|
||||
<p>If you want to learn more about Drupal recipes, <a href="http://localhost:8888/podcast/29-drupal-cms-recipes">listen to episode 39 of the Beyond Blocks podcast</a> with Gareth.</p>
|
||||
summary: ''
|
||||
field_daily_email_cta:
|
||||
- target_type: node
|
||||
target_uuid: 20cde1b4-efdc-46a4-a6a4-4fd2264f617e
|
10
content/path_alias.95061d48-00b7-40c9-b2ae-b56eb12b18df.yml
Normal file
10
content/path_alias.95061d48-00b7-40c9-b2ae-b56eb12b18df.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
uuid:
|
||||
- value: 95061d48-00b7-40c9-b2ae-b56eb12b18df
|
||||
langcode:
|
||||
- value: en
|
||||
path:
|
||||
- value: /node/b05b1275-cbe8-4bec-9301-0b096ee6edc5
|
||||
alias:
|
||||
- value: /daily/2025/07/21/exploring-drupal-recipes
|
||||
status:
|
||||
- value: true
|
Loading…
Add table
Add a link
Reference in a new issue