Skip to content

Commit 9e5edc1

Browse files
committed
[TASK] Updated documentation closes #143 #144
1 parent 93566a7 commit 9e5edc1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Documentation/Faq/Index.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
2636
How 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-
5054
Is it possible to filter by categories in the listview
5155
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5256

0 commit comments

Comments
 (0)