53 lines
2.4 KiB
JSON
53 lines
2.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|