forked from aimeos/aimeos-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
16 lines (16 loc) · 1.26 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cat=basic/site; type=string; label=Site code:Create or update the site with this code
siteCode = default
# cat=basic/cleanup; type=boolean; label=Cleanup old columns and indexes:Removes the table columns and indexes that are not used any more when installing a new version
cleanDb = 1
# cat=basic/demo; type=options[Remove=0,No action=,Overwrite=1]; label=Updates demo data:Adds a new set of demo data, keeps the current set untouched or removes the existing demo data during execution of the update script. This setting will be reset to "No action" after the setup tasks have been executed.
useDemoData = 1
# cat=basic/realurl; type=boolean; label=Use auto-configuration for RealUrl:If the internal RealUrl auto-configuration for Aimeos plugins should be used
useRealUrlAutoConfig = 1
# cat=cache/name; type=string; label=Cache name:Name of the used cache implementation ("Typo3" for native caching, "None" for no caching)
cacheName = Typo3
# cat=cache/apc; type=boolean; label=Use APC cache:If Aimeos configuration values should be cached in the APC user cache
useAPC = 0
# cat=cache/apc; type=string; label=APC prefix:The prefix to distinguish configuration values from different instances
apcPrefix = t3:
# cat=backend; type=boolean; label=Show Typo3 page tree in backend
showPageTree = 0