-
Notifications
You must be signed in to change notification settings - Fork 742
/
ext_conf_template.txt
24 lines (24 loc) · 1.84 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
# 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/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/codelen; type=integer; label=Maximum length of code and type column in bytes
codeLength = 64
# 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=frontend/metatags; type=boolean; label=TYPO3 meta tags:Enable TYPO3 9+ meta tags instead of Aimeos meta tags for category lists and products
typo3Metatags = 1
# cat=frontend/canonical; type=boolean; label=TYPO3 canonical URLs:Enable TYPO3 9+ canonical URLs (creates duplicate canonical meta tags in list/detail pages)
typo3Canonical = 0
# 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