{ "manifests": { "webindustry/contact-bundle": { "manifest": { "bundles": { "ContactBundle\\ContactBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%" } }, "files": { "config/packages/contact-bundle.yaml": { "contents": [ "contact:", " 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": "b4fa853b709a622db85fb409cff7013cb5d098d6" } } }