Commit config snapshot after D9 upgrades

This commit is contained in:
benjamin melançon 2022-03-06 21:29:17 -05:00
parent d0da91842a
commit c03173697d
7 changed files with 51 additions and 84 deletions

View file

@ -1,11 +0,0 @@
uuid: a9942b62-3fd9-4d0d-8cfb-fff14dcdc863
langcode: en
status: true
dependencies:
module:
- better_normalizers
id: config_sync.module.better_normalizers
snapshotSet: config_sync
extensionType: module
extensionName: better_normalizers
items: { }

View file

@ -26,43 +26,43 @@ items:
subject: '[site:name] :: new comment on [node:title]' subject: '[site:name] :: new comment on [node:title]'
body: | body: |
Hi [comment-subscribed:author], Hi [comment-subscribed:author],
[comment:author] has commented on: "[node:title]" [comment:author] has commented on: "[node:title]"
---- ----
[comment:title] [comment:title]
[comment:body] [comment:body]
---- ----
You can view the comment at the following url You can view the comment at the following url
[comment:url] [comment:url]
You can stop receiving emails when someone replies to this post, You can stop receiving emails when someone replies to this post,
by going to [comment-subscribed:unsubscribe-url] by going to [comment-subscribed:unsubscribe-url]
You can set up auto-following feature for all future posts You can set up auto-following feature for all future posts
by creating your own user with a few clicks here [site:login-url] by creating your own user with a few clicks here [site:login-url]
-- [site:name] team -- [site:name] team
[site:url] [site:url]
entity_author: entity_author:
subject: '[site:name] :: new comment for your post' subject: '[site:name] :: new comment for your post'
body: | body: |
Hi [node:author], Hi [node:author],
You have received a comment on: "[node:title]" You have received a comment on: "[node:title]"
---- ----
[comment:title] [comment:title]
[comment:body] [comment:body]
---- ----
You can view the comment at the following url You can view the comment at the following url
[comment:url] [comment:url]
You will receive emails like this for all replies to your posts. You can You will receive emails like this for all replies to your posts. You can
disable this by logging in and changing the settings on your user account at disable this by logging in and changing the settings on your user account at
[node:author:edit-url]. [node:author:edit-url].
-- [site:name] team -- [site:name] team
[site:url] [site:url]

View file

@ -1,11 +0,0 @@
uuid: d99c8ad0-01f3-4001-a044-bf8f406d5d1d
langcode: en
status: true
dependencies:
module:
- default_content
id: config_sync.module.default_content
snapshotSet: config_sync
extensionType: module
extensionName: default_content
items: { }

View file

@ -48,7 +48,7 @@ items:
weight: -10 weight: -10
body: | body: |
Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots. Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.
Click Next to be guided through this configuration page. Click Next to be guided through this configuration page.
location: top location: top
protect-all-forms: protect-all-forms:
@ -60,7 +60,7 @@ items:
data-id: edit-protect-all-forms data-id: edit-protect-all-forms
body: | body: |
Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed. Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.
Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time. Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.
location: bottom location: bottom
log-blocked-form-submissions: log-blocked-form-submissions:

View file

@ -124,114 +124,114 @@ items:
cancel_confirm: cancel_confirm:
body: | body: |
[user:display-name], [user:display-name],
A request to cancel your account has been made at [site:name]. A request to cancel your account has been made at [site:name].
You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser: You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
[user:cancel-url] [user:cancel-url]
NOTE: The cancellation of your account is not reversible. NOTE: The cancellation of your account is not reversible.
This link expires in one day and nothing will happen if it is not used. This link expires in one day and nothing will happen if it is not used.
-- [site:name] team -- [site:name] team
subject: 'Account cancellation request for [user:display-name] at [site:name]' subject: 'Account cancellation request for [user:display-name] at [site:name]'
password_reset: password_reset:
body: | body: |
[user:display-name], [user:display-name],
A request to reset the password for your account has been made at [site:name]. A request to reset the password for your account has been made at [site:name].
You may now log in by clicking this link or copying and pasting it into your browser: You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url] [user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used. This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.
-- [site:name] team -- [site:name] team
subject: 'Replacement login information for [user:display-name] at [site:name]' subject: 'Replacement login information for [user:display-name] at [site:name]'
register_admin_created: register_admin_created:
body: | body: |
[user:display-name], [user:display-name],
A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser: A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url] [user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using: After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name] username: [user:name]
password: Your password password: Your password
-- [site:name] team -- [site:name] team
subject: 'An administrator created an account for you at [site:name]' subject: 'An administrator created an account for you at [site:name]'
register_no_approval_required: register_no_approval_required:
body: | body: |
[user:display-name], [user:display-name],
Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser: Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url] [user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using: After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name] username: [user:name]
password: Your password password: Your password
-- [site:name] team -- [site:name] team
subject: 'Account details for [user:display-name] at [site:name]' subject: 'Account details for [user:display-name] at [site:name]'
register_pending_approval: register_pending_approval:
body: | body: |
[user:display-name], [user:display-name],
Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details. Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.
-- [site:name] team -- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
register_pending_approval_admin: register_pending_approval_admin:
body: | body: |
[user:display-name] has applied for an account. [user:display-name] has applied for an account.
[user:edit-url] [user:edit-url]
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
status_activated: status_activated:
body: | body: |
[user:display-name], [user:display-name],
Your account at [site:name] has been activated. Your account at [site:name] has been activated.
You may now log in by clicking this link or copying and pasting it into your browser: You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url] [user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using: After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:account-name] username: [user:account-name]
password: Your password password: Your password
-- [site:name] team -- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (approved)' subject: 'Account details for [user:display-name] at [site:name] (approved)'
status_blocked: status_blocked:
body: | body: |
[user:display-name], [user:display-name],
Your account on [site:name] has been blocked. Your account on [site:name] has been blocked.
-- [site:name] team -- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (blocked)' subject: 'Account details for [user:display-name] at [site:name] (blocked)'
status_canceled: status_canceled:
body: | body: |
[user:display-name], [user:display-name],
Your account on [site:name] has been canceled. Your account on [site:name] has been canceled.
-- [site:name] team -- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (canceled)' subject: 'Account details for [user:display-name] at [site:name] (canceled)'
langcode: en langcode: en

View file

@ -3441,7 +3441,7 @@ items:
default_body_text: | default_body_text: |
Submitted on [webform_submission:created] Submitted on [webform_submission:created]
Submitted by: [webform_submission:user] Submitted by: [webform_submission:user]
Submitted values are: Submitted values are:
[webform_submission:values] [webform_submission:values]
default_body_html: | default_body_html: |

View file

@ -1,11 +0,0 @@
uuid: 3ea8a42d-c2b2-4536-8336-a88800609710
langcode: en
status: true
dependencies:
theme:
- classy
id: config_sync.theme.classy
snapshotSet: config_sync
extensionType: theme
extensionName: classy
items: { }