Extension settings
Some general settings can be configured in the Extension Configuration.
- Go to Admin Tools > Settings > Extension Configuration
- Choose sf_event_mgt
Properties
Records
Slug behaviour slugBehaviour
slugBehaviour
-
- Type
-
string, keyword
- Default
-
unique
Choose one of the following slug behaviours:
- uniqueInSite
- The same slug can be used for news in different sites. Use this setting only if no event records are shared between sites.
- unique
- The same news title in different sites will lead to different slug names.
Use FluidEmail for email notifications useFluidEmail
useFluidEmail
-
- Type
-
bool
- Default
- If active, all notifications generated by the extension will be sent using
-
FluidEmail.
Note, that the body content of the email is rendered using the internal
Fluid
and then send using the TYPO3 system email layout. So if you want to change the email content, the templates inRendering Service Resources/
must be overwritten.Private/ Notification/
Payment
Enable payment method 'invoice' enableInvoice
enableInvoice
-
- Type
-
bool
- Default
-
1
Enable payment method 'invoice'
Enable payment method 'transfer' enableTransfer
enableTransfer
-
- Type
-
bool
- Default
-
1
Enable payment method 'transfer'
Backend
Hide registrations in event record by limit hideInlineRegistrations
hideInlineRegistrations
-
- Type
-
bool
- Default
Enable feature to hide registrations when editing an event in the backend
Hide registrations in event record by limit hideInlineRegistrationsLimit
hideInlineRegistrationsLimit
-
- Type
-
int
- Default
-
500
Max amount of registrations to display before event registrations will be hidden when editing an event.