File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ shown below::
2323 events = EXT:Resources/Public/Css/events_default.css
2424 }
2525
26+ Is it possible to extend events/registrations with own fields?
27+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+ I have created a demo extension, which shows how to add new fields to the event and registration
30+ domain model.
31+
32+ Demo Extension: https://github.com/derhansen/sf_event_mgt_extend_demo
33+
34+ The extension contains a short manual (README.md) how to add your own fields to existing domain models.
35+
2636How do I export registered participants to a CSV file?
2737~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2838
@@ -41,12 +51,6 @@ Yes, you can use the following objects in you e-mail templates
4151* {hmac} = HMAC of uid
4252* {reghmac} = appended uid+HMAC
4353
44- Is it possible to extend events/registrations with own fields?
45- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46-
47- Yes, just use the extension builder to extend sf_event_mgt with custom fields.
48-
49-
5054Is it possible to filter by categories in the listview
5155~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5256
You can’t perform that action at this time.
0 commit comments