From 5cf6d3512253d6d2278bb9c3a15d3d54ff70013a Mon Sep 17 00:00:00 2001 From: Sarah Date: Wed, 12 Feb 2025 17:03:00 +0100 Subject: [PATCH 1/4] 436: add FAQ block to Contentbuilder --- ...-74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml | 69 +++++++++++++++++++ ...-e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml | 53 ++++++++++++++ ...-56d715d0-6a9d-4562-9c66-e5b4caad7f44.yaml | 66 +++++++++++++++--- ...-0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml | 25 +++++++ config/project/project.yaml | 5 +- .../_site/_snippet/_content/_blocks/_faq.twig | 23 +++++++ 6 files changed, 230 insertions(+), 11 deletions(-) create mode 100644 config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml create mode 100644 config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml create mode 100644 config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml create mode 100644 templates/_site/_snippet/_content/_blocks/_faq.twig diff --git a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml new file mode 100644 index 00000000..0a8b34f1 --- /dev/null +++ b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml @@ -0,0 +1,69 @@ +color: blue +fieldLayouts: + f1fdccc1-a100-4e49-a3a9-2b6a15570449: + tabs: + - + elementCondition: null + elements: + - + dateAdded: '2025-02-12T15:46:08+00:00' + elementCondition: null + fieldUid: 838aabf9-a30e-4616-ad7c-b89fe15d7cae # Title (Anchor) + handle: null + includeInCards: false + instructions: null + label: null + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: 821b8296-27bd-45da-a1b2-792dca9cc68b + userCondition: null + warning: null + width: 100 + - + dateAdded: '2025-02-12T15:46:08+00:00' + elementCondition: null + fieldUid: 1ea43556-c1c6-4ae7-9c49-48498a82f797 # CK Editor - Extended + handle: text + includeInCards: false + instructions: null + label: Text + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: 6c81ea90-7341-4601-9414-aeaf365cdf5b + userCondition: null + warning: null + width: 100 + - + dateAdded: '2025-02-12T15:53:53+00:00' + elementCondition: null + fieldUid: 0ae7aca0-8626-4182-9eec-e9aed42c8f8f # Title + Text + handle: faqBlock + includeInCards: false + instructions: null + label: 'FAQ Block' + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: 7ce0dce3-54f7-4ec3-9571-c36709697230 + userCondition: null + warning: null + width: 100 + name: Content + uid: 20bd75f2-c913-4897-a48b-20b330b0a821 + userCondition: null +handle: faq +hasTitleField: false +icon: lightbulb +name: FAQ +showSlugField: false +showStatusField: false +slugTranslationKeyFormat: null +slugTranslationMethod: site +titleFormat: null +titleTranslationKeyFormat: null +titleTranslationMethod: site diff --git a/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml b/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml new file mode 100644 index 00000000..141dfa81 --- /dev/null +++ b/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml @@ -0,0 +1,53 @@ +color: null +fieldLayouts: + fad89760-e632-45a2-981a-735d7a5e2fe7: + tabs: + - + elementCondition: null + elements: + - + dateAdded: '2025-02-12T15:52:15+00:00' + elementCondition: null + fieldUid: 838aabf9-a30e-4616-ad7c-b89fe15d7cae # Title (Anchor) + handle: null + includeInCards: false + instructions: null + label: null + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: 99ac29a6-3470-4167-95c4-376c04d46e83 + userCondition: null + warning: null + width: 100 + - + dateAdded: '2025-02-12T15:52:15+00:00' + elementCondition: null + fieldUid: 1ea43556-c1c6-4ae7-9c49-48498a82f797 # CK Editor - Extended + handle: text + includeInCards: false + instructions: null + label: Text + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: a799efdd-098e-4930-a6b9-43d9c7071c98 + userCondition: null + warning: null + width: 100 + name: Content + uid: 9ea7b16c-adf3-45f5-81de-c2c079451233 + userCondition: null +handle: titleText +hasTitleField: false +icon: null +name: 'Title + Text' +showSlugField: false +showStatusField: false +slugTranslationKeyFormat: null +slugTranslationMethod: site +titleFormat: null +titleTranslationKeyFormat: null +titleTranslationMethod: site diff --git a/config/project/fields/contentBuilder--56d715d0-6a9d-4562-9c66-e5b4caad7f44.yaml b/config/project/fields/contentBuilder--56d715d0-6a9d-4562-9c66-e5b4caad7f44.yaml index fd4385ea..b4573750 100644 --- a/config/project/fields/contentBuilder--56d715d0-6a9d-4562-9c66-e5b4caad7f44.yaml +++ b/config/project/fields/contentBuilder--56d715d0-6a9d-4562-9c66-e5b4caad7f44.yaml @@ -5,17 +5,63 @@ name: 'Content Builder' searchable: true settings: createButtonLabel: null + defaultIndexViewMode: cards entryTypes: - - d86336d6-7efa-44f9-9a10-8619c79beeca # Text (+ Image) - - 1e4267e1-8d5f-4312-8458-86b19bc17d74 # Text (2 columns) - - 7b5ab248-6255-4b42-88bc-80c1dee62b20 # Call To Action - - 24bd0074-b53d-404d-9285-a0be9f26bbd4 # Overview - - 0396f80c-a192-4beb-a6e7-075075cf0f70 # Image - - 7256a782-20ff-4771-9d85-ed3f49e13ef4 # Quote - - 209777db-293c-48b6-9897-1fe97b278510 # Video - - 95920915-f806-4fbc-9c22-979ec9085fe8 # Text + Video - - f2d33237-c7de-4590-9683-7efe6594ebbd # Custom Table - - f3211a4e-d5f8-4514-a372-c5b8cfc2c44a # Form + - + __assoc__: + - + - uid + - d86336d6-7efa-44f9-9a10-8619c79beeca # Text (+ Image) + - + __assoc__: + - + - uid + - 1e4267e1-8d5f-4312-8458-86b19bc17d74 # Text (2 columns) + - + __assoc__: + - + - uid + - 7b5ab248-6255-4b42-88bc-80c1dee62b20 # Call To Action + - + __assoc__: + - + - uid + - 24bd0074-b53d-404d-9285-a0be9f26bbd4 # Overview + - + __assoc__: + - + - uid + - 0396f80c-a192-4beb-a6e7-075075cf0f70 # Image + - + __assoc__: + - + - uid + - 7256a782-20ff-4771-9d85-ed3f49e13ef4 # Quote + - + __assoc__: + - + - uid + - 209777db-293c-48b6-9897-1fe97b278510 # Video + - + __assoc__: + - + - uid + - 95920915-f806-4fbc-9c22-979ec9085fe8 # Text + Video + - + __assoc__: + - + - uid + - f2d33237-c7de-4590-9683-7efe6594ebbd # Custom Table + - + __assoc__: + - + - uid + - f3211a4e-d5f8-4514-a372-c5b8cfc2c44a # Form + - + __assoc__: + - + - uid + - 74b929e4-c99f-4da0-80c7-16d8434d09f6 # FAQ includeTableView: false maxEntries: null minEntries: null diff --git a/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml new file mode 100644 index 00000000..267b1ac0 --- /dev/null +++ b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml @@ -0,0 +1,25 @@ +columnSuffix: null +handle: titleText +instructions: null +name: 'Title + Text' +searchable: false +settings: + createButtonLabel: 'Add a Title Text block' + defaultIndexViewMode: cards + entryTypes: + - + __assoc__: + - + - uid + - e2f5eec1-592f-413d-ad26-6b2637e3ec8a # Title + Text + includeTableView: false + maxEntries: null + minEntries: null + pageSize: null + propagationKeyFormat: null + propagationMethod: all + showCardsInGrid: false + viewMode: blocks +translationKeyFormat: null +translationMethod: site +type: craft\fields\Matrix diff --git a/config/project/project.yaml b/config/project/project.yaml index df35db34..e9beb853 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1739370540 +dateModified: 1739375633 elementSources: craft\elements\Entry: - @@ -247,6 +247,7 @@ fs: url: '@baseUrl/files/' meta: __names__: + 0ae7aca0-8626-4182-9eec-e9aed42c8f8f: 'Title + Text' # Title + Text 1c4e3f0f-ca9b-474d-a460-48f45133c763: 'Forgot password' # Forgot password 1e4267e1-8d5f-4312-8458-86b19bc17d74: 'Text (2 columns)' # Text (2 columns) 1ea43556-c1c6-4ae7-9c49-48498a82f797: 'CK Editor - Extended' # CK Editor - Extended @@ -286,6 +287,7 @@ meta: 68c6a8e9-4391-473a-8b44-293bb38d1f32: 'Contact Form FR' # Contact Form FR 71d59fcf-f766-4db1-a6fe-87bf1ce1b1ba: 'Call to action' # Call to action 74a30650-eb90-462f-a104-de1d41ac8221: Form # Form + 74b929e4-c99f-4da0-80c7-16d8434d09f6: FAQ # FAQ 75c71ec6-7c59-460d-bac3-80ae2ee887a5: 'Site Settings' # Site Settings 82edb6db-a497-4e37-8c25-5d4d210f0c81: 'Search keywords' # Search keywords 89c47888-bddf-4633-9352-1d5dc3bb452f: Home # Home @@ -345,6 +347,7 @@ meta: d5601a1f-a33e-4c5a-b7af-1f29347149ca: 'Registration completed' # Registration completed d86336d6-7efa-44f9-9a10-8619c79beeca: 'Text (+ Image)' # Text (+ Image) dca2ac05-7833-41de-b7b4-a737c090575c: 'Confirm your account' # Confirm your account + e2f5eec1-592f-413d-ad26-6b2637e3ec8a: 'Title + Text' # Title + Text e3bed4e1-82ae-45e8-908c-0a6669141b31: 'Search results' # Search results e57cf13b-f9cb-484a-8093-a897fa43eb68: EN # EN e48813cd-24dc-4b06-a97d-2a95520dcc24: Phone # Phone diff --git a/templates/_site/_snippet/_content/_blocks/_faq.twig b/templates/_site/_snippet/_content/_blocks/_faq.twig new file mode 100644 index 00000000..ee36f124 --- /dev/null +++ b/templates/_site/_snippet/_content/_blocks/_faq.twig @@ -0,0 +1,23 @@ +{% apply enkode_emails %} +
+ {% if block.blockTitle|length %} +

{{ block.blockTitle }}

+ {% endif %} + {% if block.text|length %} +
+ {{ block.text }} +
+ {% endif %} + {% set faqBlock = block.faqBlock.all() %} + {% if faqBlock|length %} +
+ {% for faq in faqBlock %} +
+ {{ faq.blockTitle }} +
{{ faq.text }}
+
+ {% endfor %} +
+ {% endif %} +
+{% endapply %} \ No newline at end of file From 9a7d0b84602f66fb088f7ac32656b6203374a2d0 Mon Sep 17 00:00:00 2001 From: Sarah Date: Wed, 12 Feb 2025 17:05:00 +0100 Subject: [PATCH 2/4] 436: add bg color field to FAQ --- ...aq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml | 16 ++++++++++++++++ config/project/project.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml index 0a8b34f1..90fcb345 100644 --- a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml +++ b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml @@ -53,6 +53,22 @@ fieldLayouts: userCondition: null warning: null width: 100 + - + dateAdded: '2025-02-12T16:04:39+00:00' + elementCondition: null + fieldUid: 3857f4aa-a319-44ec-8b5e-d907d3d1bf31 # Background Color + handle: null + includeInCards: false + instructions: null + label: null + providesThumbs: false + required: false + tip: null + type: craft\fieldlayoutelements\CustomField + uid: ed0a85ab-8479-4e9c-a53f-1684f9caa25c + userCondition: null + warning: null + width: 50 name: Content uid: 20bd75f2-c913-4897-a48b-20b330b0a821 userCondition: null diff --git a/config/project/project.yaml b/config/project/project.yaml index e9beb853..a4b41ecd 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1739375633 +dateModified: 1739376279 elementSources: craft\elements\Entry: - From 7bdc78e266adb47757ae49b4581efa0f25998ef4 Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Thu, 13 Feb 2025 08:25:42 +0100 Subject: [PATCH 3/4] Small label tweaks Signed-off-by: Jan Henckens --- .../entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml | 2 +- .../fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml | 2 +- config/project/project.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml index 90fcb345..3456d89c 100644 --- a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml +++ b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml @@ -44,7 +44,7 @@ fieldLayouts: handle: faqBlock includeInCards: false instructions: null - label: 'FAQ Block' + label: FAQ providesThumbs: false required: false tip: null diff --git a/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml index 267b1ac0..94562370 100644 --- a/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml +++ b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml @@ -4,7 +4,7 @@ instructions: null name: 'Title + Text' searchable: false settings: - createButtonLabel: 'Add a Title Text block' + createButtonLabel: 'Add a new block' defaultIndexViewMode: cards entryTypes: - diff --git a/config/project/project.yaml b/config/project/project.yaml index 21fb8af8..5aa845b7 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1739376279 +dateModified: 1739431449 elementSources: craft\elements\Entry: - From b9a4bd33d11748cb16e5773173b5d45a0bd32ad7 Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 18 Feb 2025 10:47:51 +0100 Subject: [PATCH 4/4] 436: add new ckeditor config + replace ckeditor field with new ckeditor field without H3 --- .../ea302929-bdb1-4267-a95e-4412305a068e.yaml | 29 ++++ ...-74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml | 2 +- ...-e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml | 6 +- ...-bbb6f7a2-b1e0-45d0-8a0d-805501952c5f.yaml | 22 +++ ...-0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml | 2 +- ...-ac589bc4-75c7-4f97-b57b-61025fc0643f.yaml | 3 - ...-68c6a8e9-4391-473a-8b44-293bb38d1f32.yaml | 3 - ...-b1ca80f0-4eed-4f99-bebc-bca6c694cb00.yaml | 3 - config/project/project.yaml | 146 ++++-------------- 9 files changed, 90 insertions(+), 126 deletions(-) create mode 100644 config/project/ckeditor/configs/ea302929-bdb1-4267-a95e-4412305a068e.yaml create mode 100644 config/project/fields/ckEditorExtendedWithoutH3--bbb6f7a2-b1e0-45d0-8a0d-805501952c5f.yaml diff --git a/config/project/ckeditor/configs/ea302929-bdb1-4267-a95e-4412305a068e.yaml b/config/project/ckeditor/configs/ea302929-bdb1-4267-a95e-4412305a068e.yaml new file mode 100644 index 00000000..b01a8f21 --- /dev/null +++ b/config/project/ckeditor/configs/ea302929-bdb1-4267-a95e-4412305a068e.yaml @@ -0,0 +1,29 @@ +css: '@import "/frontend/craft/ckeditor.css";' +headingLevels: + - 4 + - 5 +name: 'Extended without H3' +options: + code: + indentSequence: ' ' + link: + decorators: + openInNewTab: + attributes: + target: _blank + defaultValue: false + label: 'Open in a new tab' + mode: manual + list: + properties: + reversed: true + startIndex: true + styles: false +toolbar: + - heading + - '|' + - bold + - italic + - bulletedList + - numberedList + - link diff --git a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml index 3456d89c..90fcb345 100644 --- a/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml +++ b/config/project/entryTypes/faq--74b929e4-c99f-4da0-80c7-16d8434d09f6.yaml @@ -44,7 +44,7 @@ fieldLayouts: handle: faqBlock includeInCards: false instructions: null - label: FAQ + label: 'FAQ Block' providesThumbs: false required: false tip: null diff --git a/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml b/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml index 141dfa81..a25917a3 100644 --- a/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml +++ b/config/project/entryTypes/titleText--e2f5eec1-592f-413d-ad26-6b2637e3ec8a.yaml @@ -22,9 +22,9 @@ fieldLayouts: warning: null width: 100 - - dateAdded: '2025-02-12T15:52:15+00:00' + dateAdded: '2025-02-18T09:46:19+00:00' elementCondition: null - fieldUid: 1ea43556-c1c6-4ae7-9c49-48498a82f797 # CK Editor - Extended + fieldUid: bbb6f7a2-b1e0-45d0-8a0d-805501952c5f # CK Editor - Extended without H3 handle: text includeInCards: false instructions: null @@ -33,7 +33,7 @@ fieldLayouts: required: false tip: null type: craft\fieldlayoutelements\CustomField - uid: a799efdd-098e-4930-a6b9-43d9c7071c98 + uid: 0ad80e2c-6bac-40fe-a7b3-9a5d0714c790 userCondition: null warning: null width: 100 diff --git a/config/project/fields/ckEditorExtendedWithoutH3--bbb6f7a2-b1e0-45d0-8a0d-805501952c5f.yaml b/config/project/fields/ckEditorExtendedWithoutH3--bbb6f7a2-b1e0-45d0-8a0d-805501952c5f.yaml new file mode 100644 index 00000000..5b780b60 --- /dev/null +++ b/config/project/fields/ckEditorExtendedWithoutH3--bbb6f7a2-b1e0-45d0-8a0d-805501952c5f.yaml @@ -0,0 +1,22 @@ +columnSuffix: null +handle: ckEditorExtendedWithoutH3 +instructions: null +name: 'CK Editor - Extended without H3' +searchable: false +settings: + availableTransforms: '' + availableVolumes: '*' + ckeConfig: ea302929-bdb1-4267-a95e-4412305a068e # Extended without H3 + createButtonLabel: null + defaultTransform: null + purifierConfig: null + purifyHtml: true + showUnpermittedFiles: false + showUnpermittedVolumes: false + showWordCount: false + sourceEditingGroups: + - __ADMINS__ + wordLimit: null +translationKeyFormat: null +translationMethod: site +type: craft\ckeditor\Field diff --git a/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml index 94562370..267b1ac0 100644 --- a/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml +++ b/config/project/fields/titleText--0ae7aca0-8626-4182-9eec-e9aed42c8f8f.yaml @@ -4,7 +4,7 @@ instructions: null name: 'Title + Text' searchable: false settings: - createButtonLabel: 'Add a new block' + createButtonLabel: 'Add a Title Text block' defaultIndexViewMode: cards entryTypes: - diff --git a/config/project/formie/stencils/contactForm_EN--ac589bc4-75c7-4f97-b57b-61025fc0643f.yaml b/config/project/formie/stencils/contactForm_EN--ac589bc4-75c7-4f97-b57b-61025fc0643f.yaml index 862e4576..7096a723 100644 --- a/config/project/formie/stencils/contactForm_EN--ac589bc4-75c7-4f97-b57b-61025fc0643f.yaml +++ b/config/project/formie/stencils/contactForm_EN--ac589bc4-75c7-4f97-b57b-61025fc0643f.yaml @@ -395,9 +395,6 @@ data: javascript: enabled: '1' showAllPages: '1' - recaptcha: - enabled: '1' - showAllPages: '' limitSubmissions: false limitSubmissionsMessage: '[{"type":"paragraph","attrs":{"textAlign":"start"}}]' limitSubmissionsNumber: null diff --git a/config/project/formie/stencils/contactForm_FR--68c6a8e9-4391-473a-8b44-293bb38d1f32.yaml b/config/project/formie/stencils/contactForm_FR--68c6a8e9-4391-473a-8b44-293bb38d1f32.yaml index 49b5d071..ea430c88 100644 --- a/config/project/formie/stencils/contactForm_FR--68c6a8e9-4391-473a-8b44-293bb38d1f32.yaml +++ b/config/project/formie/stencils/contactForm_FR--68c6a8e9-4391-473a-8b44-293bb38d1f32.yaml @@ -395,9 +395,6 @@ data: javascript: enabled: '1' showAllPages: '1' - recaptcha: - enabled: '1' - showAllPages: '' limitSubmissions: false limitSubmissionsMessage: '[{"type":"paragraph","attrs":{"textAlign":"start"}}]' limitSubmissionsNumber: null diff --git a/config/project/formie/stencils/contactForm_NL--b1ca80f0-4eed-4f99-bebc-bca6c694cb00.yaml b/config/project/formie/stencils/contactForm_NL--b1ca80f0-4eed-4f99-bebc-bca6c694cb00.yaml index 8e71bb46..5cd07942 100644 --- a/config/project/formie/stencils/contactForm_NL--b1ca80f0-4eed-4f99-bebc-bca6c694cb00.yaml +++ b/config/project/formie/stencils/contactForm_NL--b1ca80f0-4eed-4f99-bebc-bca6c694cb00.yaml @@ -399,9 +399,6 @@ data: javascript: enabled: '1' showAllPages: '1' - recaptcha: - enabled: '1' - showAllPages: '' limitSubmissions: false limitSubmissionsMessage: '[{"type":"paragraph","attrs":{"textAlign":"start"}}]' limitSubmissionsNumber: null diff --git a/config/project/project.yaml b/config/project/project.yaml index 5aa845b7..07302bde 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1739431449 +dateModified: 1739871979 elementSources: craft\elements\Entry: - @@ -333,6 +333,7 @@ meta: b5de6dcf-80e6-48e2-b846-0dab7f35c4c8: 'Intro Text' # Intro Text b6e7bafe-e8eb-4b12-b8e7-d81e1ba9d7c4: Site # Site b13fc4bd-af47-4f5c-b349-05e9e24dfecc: 'Search results' # Search results + bbb6f7a2-b1e0-45d0-8a0d-805501952c5f: 'CK Editor - Extended without H3' # CK Editor - Extended without H3 bcf87482-b5f3-4be6-9a63-153f0458466b: 'Image Copyright' # Image Copyright c7f05fcd-6b9c-44dd-baee-f3e9cd0c47ac: 'News Category' # News Category c9d6819e-8ea5-4d16-91de-4c691d11b42d: New # New @@ -351,6 +352,7 @@ meta: e3bed4e1-82ae-45e8-908c-0a6669141b31: 'Search results' # Search results e57cf13b-f9cb-484a-8093-a897fa43eb68: EN # EN e48813cd-24dc-4b06-a97d-2a95520dcc24: Phone # Phone + ea302929-bdb1-4267-a95e-4412305a068e: 'Extended without H3' # Extended without H3 ed516703-9411-446f-8ce9-d66e9c48839a: 'Hero Block' # Hero Block f2d8b097-d5ba-4224-9736-4dc41bd6580f: Contact # Contact f2d33237-c7de-4590-9683-7efe6594ebbd: 'Custom Table' # Custom Table @@ -431,7 +433,7 @@ plugins: licenseKey: WLZ7JMGY8H2EIESZYMEZ3EPW schemaVersion: 3.4.8 settings: - ajaxTimeout: 10 + ajaxTimeout: '10' alertEmails: null captchas: __assoc__: @@ -444,10 +446,7 @@ plugins: - verbb\formie\integrations\captchas\Recaptcha - - enabled - - '1' - - - - saveSpam - - true + - false - - settings - @@ -457,10 +456,10 @@ plugins: - recaptcha - - secretKey - - $RECAPTCHA_SECRET_KEY + - '' - - siteKey - - $RECAPTCHA_SITE_KEY + - '' - - type - v3 @@ -472,19 +471,16 @@ plugins: - light - - badge - - inline + - bottomright - - language - en - - minScore - - 0.5 + - '0.5' - - - scriptLoadingMethod - - asyncDefer - - - - enterpriseType - - score + - projectId + - '' - - hcaptcha - @@ -494,32 +490,32 @@ plugins: - verbb\formie\integrations\captchas\Hcaptcha - - enabled - - '0' - - - - saveSpam - - true + - false - - settings - __assoc__: - 0: + - - handle - hcaptcha - 3: + - + - secretKey + - '' + - + - siteKey + - '' + - - size - normal - 4: + - - theme - light - 5: + - - language - en - 6: + - - minScore - - 0.5 - 7: - - scriptLoadingMethod - - asyncDefer + - '0.5' - - duplicate - @@ -529,10 +525,7 @@ plugins: - verbb\formie\integrations\captchas\Duplicate - - enabled - - '0' - - - - saveSpam - - true + - false - - settings - @@ -549,9 +542,6 @@ plugins: - verbb\formie\integrations\captchas\Honeypot - - enabled - - '1' - - - - saveSpam - true - - settings @@ -569,9 +559,6 @@ plugins: - verbb\formie\integrations\captchas\Javascript - - enabled - - '1' - - - - saveSpam - true - - settings @@ -580,64 +567,9 @@ plugins: - - handle - javascript - - - - friendlyCaptcha - - - __assoc__: - - - - type - - verbb\formie\integrations\captchas\FriendlyCaptcha - - - - enabled - - '0' - - - - saveSpam - - true - - - - settings - - - __assoc__: - 0: - - handle - - friendlyCaptcha - 3: - - language - - en - 4: - - startMode - - none - - - - turnstile - - - __assoc__: - - - - type - - verbb\formie\integrations\captchas\Turnstile - - - - enabled - - '0' - - - - saveSpam - - true - - - - settings - - - __assoc__: - 0: - - handle - - turnstile - 3: - - scriptLoadingMethod - - asyncDefer - 4: - - theme - - auto - 5: - - size - - normal - 6: - - appearance - - always + - + - minTime + - '' defaultDateDisplayType: '' defaultDateTime: null defaultDateValueOption: '' @@ -647,34 +579,24 @@ plugins: defaultInstructionsPosition: verbb\formie\positions\AboveInput defaultLabelPosition: verbb\formie\positions\AboveInput defaultPage: forms - emptyValuePlaceholder: 'No response.' - enableBackSubmission: true - enableCsrfValidationForGuests: true - enableLargeFieldStorage: false - enableUnloadWarning: true - filterIntegrationMapping: true - includeDraftElementUsage: false - includeRevisionElementUsage: false - maxIncompleteSubmissionAge: 30 + enableCsrfValidationForGuests: '1' + enableGatsbyCompatibility: false + enableUnloadWarning: '1' + maxIncompleteSubmissionAge: '30' maxSentNotificationsAge: 30 pdfPaperOrientation: portrait pdfPaperSize: letter pluginName: Formie - queuePriority: null saveSpam: true sendEmailAlerts: false sentNotifications: true - setOnlyCurrentPagePayload: false spamBehaviour: showSuccess spamBehaviourMessage: '' spamEmailNotifications: false spamKeywords: '' spamLimit: 500 - submissionsBehaviour: all - useCssLayers: false - useQueueForIntegrations: false - useQueueForNotifications: false - validateCustomTemplates: true + useQueueForIntegrations: '' + useQueueForNotifications: '' hyper: edition: standard enabled: true