forked from lochmueller/calendarize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
14 lines (10 loc) · 1.05 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=basic/enable; type=boolean; label=Disable default event:Disable the default event table in the list view and in the registration
disableDefaultEvent = 0
# cat=basic/int+; type=int+; label=Frequency limit per item:Set the maximum level of iteration of frequency events to avoid endless indexing
frequencyLimitPerItem = 300
# cat=basic/int+; type=options[disabled=0,5m=300,10m=600,15m=900,30m=1800,60m=3600]; label=Time shift:Set the value to shift the time even more than the core (core default is 60 seconds). If you increase the time, the selection of content and data is rounded to the given time period (enableFields and also calendarize times). This will speed up the Query cache, because the SELECT queries are more often the same.
timeShift = 0
# cat=basic/enable; type=boolean; label=Disable date in speaking URL:Disable the date in the speaking URL generation
disableDateInSpeakingUrl = 0
# cat=basic/enable; type=boolean; label=Add index in speaking URL:Add the Index UID at the end of the generated URI of the even to avoid conflicts
addIndexInSpeakingUrl = 0