Remove from flex

This commit is contained in:
Jeroen van den Enden
2018-12-03 22:37:59 +00:00
parent 38c00d411e
commit 56d4b87f55
4 changed files with 0 additions and 24 deletions
@@ -1,3 +0,0 @@
endroid_cm_sms:
disable_delivery: true
delivery_phone_numbers: []
@@ -1,7 +0,0 @@
endroid_cm_sms:
product_token: '%env(CM_SMS_PRODUCT_TOKEN)%'
defaults:
sender: 'Endroid' # Should not contain more than 11 characters
unicode: 'auto'
minimum_number_of_message_parts: 1
maximum_number_of_message_parts: 3
@@ -1,3 +0,0 @@
EndroidCmSmsBundle:
resource: "@EndroidCmSmsBundle/Resources/config/routes.yaml"
prefix: /cm-sms
-11
View File
@@ -1,11 +0,0 @@
{
"bundles": {
"Endroid\\CmSmsBundle\\EndroidCmSmsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CM_SMS_PRODUCT_TOKEN": ""
}
}