-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
14 lines (10 loc) · 1.25 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=minify; type=boolean; label=Minify all JavaScript: Enable global file and inline JavaScript minficiation when config.compressJs is enabled. Gzip compression will be used if enabled (compressionLevel).
minifyJavaScript = 1
# cat=minify; type=options[JSMin+=FelixNagel\FePerformance\Service\JSMinPlusService,JavaScriptMinifier=FelixNagel\FePerformance\Service\JavaScriptMinifierService]; label=Choose minifier: Choose which Java-Script minifier should be used.
minifier = FelixNagel\FePerformance\Service\JavaScriptMinifierService
# cat=javascript; type=boolean; label=Exclude per page inline JS from concatenation: When using config.removeDefaultJS = external TYPO3 generates temp JavaScript files with all per page inline JS and some default JS. This option exclude these files from concatenation with static files (includeJS and includeJSFooter). Uses render-preProcess hook.
excludeInlineJsFromConcatenation = 0
# cat=collector; type=boolean; label=Asset Collector: Minify JavaScript files. Uses BeforeJavaScriptsRendering event.
assetCollectorMinifyJavaScriptFiles = 1
# cat=html; type=boolean; label=Minify HTML output: Minify rendered HTML before delivering to the client. Preserves conditional comments and code / pre blocks. Uses middleware.
minifyHtml = 0