ebs/fixtures/prod-boot/configuration.yaml
Sarahshr b1e3a5150c Feat/disable services 662 (#671)
* disable button for services

* add button to disable services

* fix account services links

* fixup! fix account services links

---------

Co-authored-by: Sarahshr <sarah@les-tilleuls.coop>
2024-01-16 14:54:49 +01:00

20 lines
804 B
YAML

App\Entity\Configuration:
configuration_template (template):
type: !php/enum App\Enum\ConfigurationType::INSTANCE
features (extends configuration_template):
configuration:
services:
servicesEnabled: true
notificationsSender:
notificationsSenderEmail: info@example.com
notificationsSenderName: Contact
contact:
contactFormEnabled: false
contactFormEmail: info@example.com
groups:
groupsEnabled: false
groupsCreationMode: !php/const App\Message\Command\Admin\ParametersFormCommand::ONLY_ADMIN
groupsPaying: false
confidentiality:
confidentialityConversationAdminAccess: false