This repository has been archived by the owner on May 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
ext_conf_template.txt
executable file
·51 lines (38 loc) · 3.64 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# cat=basic/enable/120; type=boolean; label= Do not use Tab-Dividers: Here you can disable the "dividers2tabs" feature (TYPO3 > 3.7.0). "Dividers to Tabs" means: the BE form is divided into sections. If you don't want this, set this value to 1.
noTabDividers = 0
# cat=basic/enable/150; type=boolean; label= Hide location textfield: Here you choose if users should be able to have a separate textfield for location. By default this textfield is visible. If this is not wanted set "hideLocationTextfield" to 1.
hideLocationTextfield = 0
# cat=basic/enable/160; type=boolean; label= Hide organizer textfield: Here you choose if users should be able to have a separate textfield for organizer. By default this textfield is visible. If this is not wanted set "hideOrganizerTextfield" to 1.
hideOrganizerTextfield = 0
# cat=basic/enable/200; type=options[Calendar Base Location (Built-in)=tx_cal_location,tt_address=tx_tt_address,Partner Framework=tx_partner_main]; label= Select the cal location data model: Here you choose which data structure you want to use (tx_cal_location/tx_tt_address/tx_partner_main).
useLocationStructure = tx_cal_location
# cat=basic/enable/200; type=options[Calendar Base Organizer (Built-in)=tx_cal_organizer,tt_address=tx_tt_address,Partner Framework=tx_partner_main,Frontend Users=tx_feuser]; label= Select the cal organizer data model: Here you choose which data structure you want to use (tx_cal_organizer/tx_tt_address/tx_partner_main/tx_feuser).
useOrganizerStructure = tx_cal_organizer
# cat=basic/enable/220; type=options[Inline=event,Separate=todo]; label= Define the way Todos shall be displayed: like events (inline) or in a separate box (separate).
todoSubtype = event
# cat=basic/enable/220; type=text; label= Select the default height of category treeview:treeview is used in TCEForms and Flexform.
categoryTVHeight = 280
# cat=basic/enable/225; type=options[title,uid]; label=LLL:EXT:cal/Resources/Private/Language/locallang_plugin.xml:extmng.treeOrderBy
treeOrderBy = uid
# cat=basic/enable/227; type=boolean; label= Show time values in BE lists
showTimes = 1
# cat=basic/enable/250; type=boolean; label= Use Teaser Field: Show the teaser field in addition to title and description.
useTeaser = 0
# cat=basic/enable/295; type=boolean; label= Hide Event Deviation records: Event deviation records should be changed only through IRRE editing; the records themselfs can be hidden.
hideDeviationRecords = 1
# cat=basic/enable/300; type=options[tx_cal_category,sys_category]; label= Use tx_cal_category or sys_category records
categoryService = tx_cal_category
# cat=basic/enable/310; type=text; label= Recurring Event Start Date: This is the earliest date recurring events will occur. The date format is YYYYMMDD.
recurrenceStart = 20140101
# cat=basic/enable/320; type=text; label= Recurring Event End Date: This is the latest date recurring events will occur. The date format is YYYYMMDD.
recurrenceEnd = 20201231
# cat=basic/enable/150; type=boolean; label=LLL:EXT:cal/Resources/Private/Language/locallang_plugin.xml:extmng.useInternalCaching
useInternalCaching = 1
# cat=basic/enable/155; type=options[normal,lifetime,static]; label=LLL:EXT:cal/Resources/Private/Language/locallang_plugin.xml:extmng.cachingMode
cachingMode = normal
# cat=basic/enable/157; type=int; label=LLL:EXT:cal/Resources/Private/Language/locallang_plugin.xml:extmng.cacheLifetime
cacheLifetime = 0
# cat=basic/enable/170; type=options[internal,cachingFramework]; label=LLL:EXT:cal/Resources/Private/Language/locallang_plugin.xml:extmng.cachingEngine
cachingEngine = internal
# cat=basic/enable/180; type=boolean; label=Enable RealURL autoconfiguration
enableRealURLAutoConfiguration = 1