-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_typoscript_setup.typoscript
65 lines (52 loc) · 2.78 KB
/
ext_typoscript_setup.typoscript
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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
# 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
}
plugin.tx_vierwdbase {
linkIcons {
# link-class = EXT:vierwd_example/Resources/Public/static/img/font-awesome/arrow-right.svg
}
}
lib.parseFunc.externalBlocks.ul.stdWrap.HTMLparser = 1
lib.parseFunc.externalBlocks.ul.stdWrap.HTMLparser.keepNonMatchedTags = 1
lib.parseFunc.externalBlocks.ul.stdWrap.HTMLparser.tags.ul.fixAttrib.class.always = 1
lib.parseFunc.externalBlocks.ul.stdWrap.HTMLparser.tags.ul.fixAttrib.class.default = unordered-list
lib.parseFunc.externalBlocks.ol.stdWrap.HTMLparser = 1
lib.parseFunc.externalBlocks.ol.stdWrap.HTMLparser.keepNonMatchedTags = 1
lib.parseFunc.externalBlocks.ol.stdWrap.HTMLparser.tags.ol.fixAttrib.class.always = 1
lib.parseFunc.externalBlocks.ol.stdWrap.HTMLparser.tags.ol.fixAttrib.class.default = ordered-list
lib.parseFunc_RTE.externalBlocks.ul.stdWrap.HTMLparser = 1
lib.parseFunc_RTE.externalBlocks.ul.stdWrap.HTMLparser.keepNonMatchedTags = 1
lib.parseFunc_RTE.externalBlocks.ul.stdWrap.HTMLparser.tags.ul.fixAttrib.class.always = 1
lib.parseFunc_RTE.externalBlocks.ul.stdWrap.HTMLparser.tags.ul.fixAttrib.class.default = unordered-list
lib.parseFunc_RTE.externalBlocks.ol.stdWrap.HTMLparser = 1
lib.parseFunc_RTE.externalBlocks.ol.stdWrap.HTMLparser.keepNonMatchedTags = 1
lib.parseFunc_RTE.externalBlocks.ol.stdWrap.HTMLparser.tags.ol.fixAttrib.class.always = 1
lib.parseFunc_RTE.externalBlocks.ol.stdWrap.HTMLparser.tags.ol.fixAttrib.class.default = ordered-list
[applicationContext == "Development"]
# ensure, that js is re-rendered with each page request
page.1660920281 = USER_INT
[global]