From dd32130c0937a63b6b1f4a391ca94ad005c4b0e2 Mon Sep 17 00:00:00 2001 From: Giuseppe Fabiano Date: Wed, 8 Oct 2025 11:54:00 +0200 Subject: [PATCH] Aggiornamento recipe contact-bundle --- index.json | 2 +- webindustry.contact-bundle.2.11.json | 52 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 webindustry.contact-bundle.2.11.json diff --git a/index.json b/index.json index 25997a4..d19e0ef 100644 --- a/index.json +++ b/index.json @@ -1,7 +1,7 @@ { "recipes": { "webindustry/contact-bundle": [ - "2.0" + "2.0", "2.11" ], "webindustry/redirector-bundle": [ "2.0" diff --git a/webindustry.contact-bundle.2.11.json b/webindustry.contact-bundle.2.11.json new file mode 100644 index 0000000..23d1cbe --- /dev/null +++ b/webindustry.contact-bundle.2.11.json @@ -0,0 +1,52 @@ +{ + "manifests": { + "webindustry/contact-bundle": { + "manifest": { + "bundles": { + "ContactBundle\\ContactBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } + }, + "files": { + "config/packages/contact-bundle.yaml": { + "contents": [ + "contact:", + " s3:", + " region: 'eu-west-1'", + " version: 'latest'", + " bucket: 'not-a-real-bucket'", + " key_prefix: 'contact/'", + " credentials:", + " key: 'not-a-real-key'", + " secret: 'not-a-real-secret'", + " attachments_base_path: '%kernel.project_dir%/var/contact-bundle/attachments'", + " attachments_max_size_mb: 1", + " images_base_path: '%kernel.project_dir%/var/contact-bundle/images'", + " images_max_size_mb: 1", + " sender_email_default_subject: Conferma ricezione richiesta", + " sender_email_default_from: noreply@example.com", + " sender_email_base_template: email/email_base.html.twig", + " backoffice_email_default_subject: Nuova richiesta di contatto", + " backoffice_email_default_from: noreply@example.com", + " backoffice_email_base_template: email/email_base.html.twig", + " backoffice_email_redirect_class:", + " backoffice_email_redirect_rules:", + " form_datasource_class:", + " form_datasources:", + " post_function_class:", + " post_functions:", + " #scopes:", + " # - {id: 'alpha', label: 'Sito alpha.com'}", + " # - {id: 'bravo', label: 'Sito bravo.com'}" + ], + "executable": false + } + }, + "ref": "3b77f8c9281f3b7f328f26119a029580c8bd06d5" + } + } +}