-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_typoscript_setup.txt
38 lines (30 loc) · 1.44 KB
/
ext_typoscript_setup.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.extension_builder {
settings {
codeTemplateAdditionalRootPath = EXT:vierwd_base/Resources/Private/CodeTemplates/Extbase/
codeTemplateRootPaths.0 = EXT:extension_builder/Resources/Private/CodeTemplates/Extbase/
codeTemplateRootPaths.1 = EXT:vierwd_base/Resources/Private/CodeTemplates/Extbase/
codeTemplatePartialPaths.0 = EXT:extension_builder/Resources/Private/CodeTemplates/Extbase/Partials/
codeTemplatePartialPaths.1 = EXT:vierwd_base/Resources/Private/CodeTemplates/Extbase/Partials/
}
}
config.tx_vierwd {
# disable all post-processing of HTML
# postProcessHTML = 0
# Disable browserSync. Can also be set via page.config.tx_vierwd.browserSync
# Use this setting for e.g. newsletters
# browserSync = 0
# Disable hyphenation. Can also be set via page.config.tx_vierwd.hyphenation
# Use this setting for e.g. newsletters
# hyphenation = 0
# Disable automatic adding of rel="noopener" to external links
# noopener = 0
# Prepending of absRefPrefix to public URLs of images (when getPublicUrl() is called).
# Better use $imageService->getImageUri() within template
prependAbsRefPrefixToPublicUrl = 1
# Content-Elements get an id-attribute with their element id.
# translated elements can be prefixed with their original element id.
# This behaviour is disabled by default
enableL10nAnchor = 0
# Disable automatic adding of ids to html-tags. This might be useful for pages which return JSON or other data
# disableElementId = 1
}