* add servicesDisabled field for groups and for global configuration * fixup! add servicesDisabled field for groups and for global configuration * comment libcurl upgrade to fix ci temporarly * upgrade caddy version * review * fix test * feat: add paying membership option (#714) * feat: add paying membership option * fix: ci * fix: phpstan + review * fix: eslint ci
21 lines
852 B
YAML
21 lines
852 B
YAML
App\Entity\Configuration:
|
|
configuration_template (template):
|
|
type: !php/enum App\Enum\ConfigurationType::INSTANCE
|
|
|
|
features (extends configuration_template):
|
|
configuration:
|
|
global:
|
|
globalServicesEnabled: true
|
|
globalPaidMembership: false
|
|
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
|