Skip to content
Snippets Groups Projects
Commit 6778f605 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add patch to easy_email

parent 953749da
No related branches found
No related tags found
1 merge request!300Merging develop into main
Pipeline #1309381 skipped
......@@ -97,6 +97,9 @@
"drupal/dynamic_entity_reference": {
"#3099176 Errors when new entity types are added": "https://www.drupal.org/files/issues/2023-09-08/3099176-3.x-16.diff"
},
"drupal/easy_email": {
"#3470506 Config schema": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3470506.diff"
},
"drupal/eca": {
"#3471271 Ajax messages": "https://git.drupalcode.org/project/eca/-/merge_requests/447.diff",
"#3471795 Ajax content": "https://git.drupalcode.org/project/eca/-/merge_requests/448.diff"
......
diff --git a/config/schema/easy_email_type.schema.yml b/config/schema/easy_email_type.schema.yml
index a260019cc4465c26db51c2b59e675108550c0ee0..c5314081a45db174a927e6c575a48099f04f22e7 100644
--- a/config/schema/easy_email_type.schema.yml
+++ b/config/schema/easy_email_type.schema.yml
@@ -54,15 +54,8 @@ easy_email.easy_email_type.*:
type: text
label: 'Inbox Preview'
bodyHtml:
- type: mapping
+ type: text_format
label: 'HTML Body'
- mapping:
- value:
- type: text
- label: 'Text Value'
- format:
- type: string
- label: 'Text Format'
bodyPlain:
type: text
label: 'Plain Text Body'
......@@ -93,6 +93,9 @@
"drupal/dynamic_entity_reference": {
"#3099176 Errors when new entity types are added": "https://www.drupal.org/files/issues/2023-09-08/3099176-3.x-16.diff"
},
"drupal/easy_email": {
"#3470506 Config schema": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3470506.diff"
},
"drupal/eca": {
"#3471271 Ajax messages": "https://git.drupalcode.org/project/eca/-/merge_requests/447.diff",
"#3471795 Ajax content": "https://git.drupalcode.org/project/eca/-/merge_requests/448.diff"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment