forked from aimeos/aimeos-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
22 lines (22 loc) · 1.75 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
# cat=basic/site; type=string; label=Site code:Create or update the site with this code
siteCode = default
# cat=basic/sitetpl; type=string; label=Site template:Use this template when set up the site
siteTpl = default
# cat=basic/setup; type=boolean; label=Automatic setup:Executes the database setup automatically when installing or updating the extension
autoSetup = 1
# 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:Pages can have different configuration for the administration interface
showPageTree = 0
# cat=backend; type=integer; label=Number of parallel processes:Command line tasks can start several tasks in parallel to speed up task execution
pcntlMax = 4