forked from dmitryd/typo3-realurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
14 lines (10 loc) · 1.15 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=basic/enable; type=string; label=Path to configuration file:Optional. If you placed RealURL configuration in a separate file, RealURL can include it for you. Specify a file name related to web site root directory.
configFile = typo3conf/realurl_conf.php
# cat=basic/enable; type=boolean; label=Enable automatic configuration:Enable this if you do not want to write configuration manually. It will generate configuration automatically and store it in typo3conf/. Automatically ignored if you wrote configuration yourself. See manual for more information.
enableAutoConf = 1
# cat=basic/enable; type=options[Serialized=0,PHP source (slow!)=1]; label=Automatic configuration file format:Defines how autoconfiguration file is stored. Use "Serialized" because it is 10 times or more faster! Use "PHP source" if you are curious what is generated or want to copy and modify generated configuration.
autoConfFormat = 0
# cat=basic/enable; type=boolean; label=Enable devLog:Debugging-only! Required any 3rd party devLog extension
enableDevLog = 0
# cat=basic/enable; type=options[Icon 1=0,Icon 2=1,Icon 3=2]; label=Select Backend module icon:Choose your favorite!
moduleIcon = 0