ebs/fixtures/test/configuration.yaml
Sarahshr a664e9a9bd Feat/disable services 662 (#669)
* disable button for services

* add button to disable services

---------

Co-authored-by: Sarahshr <sarah@les-tilleuls.coop>
2023-12-21 16:49:21 +01:00

20 lines
793 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: true
contactFormEmail: info@example.com
groups:
groupsEnabled: true
groupsCreationMode: !php/const App\Message\Command\Admin\ParametersFormCommand::ALL
groupsPaying: true
confidentiality:
confidentialityConversationAdminAccess: true