Rename public directory
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
tt_content.banner =< lib.contentElement
|
||||
tt_content.banner {
|
||||
templateName = Banner
|
||||
dataProcessing {
|
||||
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
||||
10 {
|
||||
references.fieldName = assets
|
||||
references.table = tt_content
|
||||
as = image
|
||||
}
|
||||
}
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
tt_content.herounit =< lib.contentElement
|
||||
tt_content.herounit {
|
||||
templateName = Herounit
|
||||
dataProcessing {
|
||||
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
||||
10 {
|
||||
references.fieldName = assets
|
||||
references.table = tt_content
|
||||
as = image
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
tt_content.statement =< lib.contentElement
|
||||
tt_content.statement {
|
||||
templateName = Statement
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
tt_content.tile =< lib.contentElement
|
||||
tt_content.tile {
|
||||
templateName = Tile
|
||||
dataProcessing {
|
||||
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
||||
10 {
|
||||
references.fieldName = assets
|
||||
references.table = tt_content
|
||||
as = image
|
||||
}
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/setup.txt">
|
||||
|
||||
lib.contentElement {
|
||||
layoutRootPaths.20 = EXT:ep_events/Resources/Private/Layouts/FluidStyledContent
|
||||
templateRootPaths.20 = EXT:ep_events/Resources/Private/Templates/FluidStyledContent
|
||||
partialRootPaths.20 = EXT:ep_events/Resources/Private/Partials
|
||||
settings < plugin.tx_epevents.settings
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form/Configuration/TypoScript/setup.txt">
|
||||
@@ -0,0 +1,12 @@
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:news/Configuration/TypoScript/setup.txt">
|
||||
|
||||
plugin.tx_news {
|
||||
view {
|
||||
templateRootPaths.100 = EXT:ep_events/Resources/Private/Templates/News/
|
||||
partialRootPaths.100 = EXT:ep_events/Resources/Private/Partials/News/
|
||||
widget.GeorgRinger\News\ViewHelpers\Widget\PaginateViewHelper.templateRootPath = EXT:ep_events/Resources/Private/Templates/News/
|
||||
}
|
||||
settings {
|
||||
link.skipControllerAndAction = 1
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
lib.configurator = USER
|
||||
lib.configurator {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = EpEvents
|
||||
pluginName = Configurator
|
||||
vendorName = EP
|
||||
controller = Form
|
||||
action = configurator
|
||||
switchableControllerActions {
|
||||
Form {
|
||||
1 = configurator
|
||||
}
|
||||
}
|
||||
settings =< plugin.tx_epevents.settings
|
||||
persistence =< plugin.tx_epevents.persistence
|
||||
view =< plugin.tx_epevents.view
|
||||
}
|
||||
+49
@@ -0,0 +1,49 @@
|
||||
lib.dynamicContent = COA
|
||||
lib.dynamicContent {
|
||||
5 = LOAD_REGISTER
|
||||
5 {
|
||||
colPos.cObject = TEXT
|
||||
colPos.cObject {
|
||||
field = colPos
|
||||
ifEmpty.cObject = TEXT
|
||||
ifEmpty.cObject {
|
||||
value.current = 1
|
||||
ifEmpty = 0
|
||||
}
|
||||
}
|
||||
pageUid.cObject = TEXT
|
||||
pageUid.cObject {
|
||||
field = pageUid
|
||||
ifEmpty.data = TSFE:id
|
||||
}
|
||||
contentFromPid.cObject = TEXT
|
||||
contentFromPid.cObject {
|
||||
data = DB:pages:{register:pageUid}:content_from_pid
|
||||
data.insertData = 1
|
||||
}
|
||||
wrap.cObject = TEXT
|
||||
wrap.cObject {
|
||||
field = wrap
|
||||
}
|
||||
}
|
||||
20 = CONTENT
|
||||
20 {
|
||||
table = tt_content
|
||||
select {
|
||||
includeRecordsWithoutDefaultTranslation = 1
|
||||
orderBy = sorting
|
||||
where = colPos={register:colPos}
|
||||
where.insertData = 1
|
||||
pidInList.data = register:pageUid
|
||||
pidInList.override.data = register:contentFromPid
|
||||
}
|
||||
stdWrap {
|
||||
dataWrap = {register:wrap}
|
||||
required = 1
|
||||
}
|
||||
}
|
||||
90 = RESTORE_REGISTER
|
||||
}
|
||||
|
||||
lib.dynamicContentSlide =< lib.dynamicContent
|
||||
lib.dynamicContentSlide.20.slide = -1
|
||||
@@ -0,0 +1,126 @@
|
||||
lib.parseFunc {
|
||||
makelinks = 1
|
||||
makelinks {
|
||||
http {
|
||||
keep = path
|
||||
extTarget = _blank
|
||||
}
|
||||
mailto {
|
||||
keep = path
|
||||
}
|
||||
}
|
||||
tags {
|
||||
link = TEXT
|
||||
link {
|
||||
current = 1
|
||||
typolink {
|
||||
parameter {
|
||||
data = parameters : allParams
|
||||
}
|
||||
extTarget = _blank
|
||||
}
|
||||
parseFunc.constants = 1
|
||||
}
|
||||
a = TEXT
|
||||
a {
|
||||
current = 1
|
||||
typolink {
|
||||
parameter.data = parameters:href
|
||||
title.data = parameters:title
|
||||
ATagParams.data = parameters:allParams
|
||||
target.data = parameters:target
|
||||
extTarget = _blank
|
||||
extTarget.override.data = parameters:target
|
||||
}
|
||||
}
|
||||
}
|
||||
allowTags := addToList(a, abbr, acronym, address, article, aside, b, bdo)
|
||||
allowTags := addToList(big, blockquote, br, caption, center, cite, code, col)
|
||||
allowTags := addToList(colgroup, dd, del, dfn, dl, div, dt, em, font)
|
||||
allowTags := addToList(footer, header, h1, h2, h3, h4, h5, h6, hr, i, img)
|
||||
allowTags := addToList(ins, kbd, label, li, link, meta, nav, ol, p, pre, q)
|
||||
allowTags := addToList(samp, sdfield, section, small, span, strike, strong)
|
||||
allowTags := addToList(style, sub, sup, table, thead, tbody, tfoot, td, th)
|
||||
allowTags := addToList(tr, title, tt, u, ul, var)
|
||||
denyTags = *
|
||||
sword = <span class="text-highlight">|</span>
|
||||
constants = 1
|
||||
nonTypoTagStdWrap {
|
||||
HTMLparser = 1
|
||||
HTMLparser {
|
||||
keepNonMatchedTags = 1
|
||||
htmlSpecialChars = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
lib.parseFunc_RTE < lib.parseFunc
|
||||
lib.parseFunc_RTE {
|
||||
externalBlocks := addToList(article, aside, blockquote, div, dd, dl, footer)
|
||||
externalBlocks := addToList(header, nav, ol, section, table, ul, pre)
|
||||
externalBlocks {
|
||||
ol {
|
||||
stripNL = 1
|
||||
stdWrap {
|
||||
parseFunc = < lib.parseFunc
|
||||
}
|
||||
}
|
||||
ul {
|
||||
stripNL = 1
|
||||
stdWrap {
|
||||
parseFunc = < lib.parseFunc
|
||||
}
|
||||
}
|
||||
table {
|
||||
stripNL = 1
|
||||
stdWrap {
|
||||
wrap = <div class="table-responsive">|</div>
|
||||
}
|
||||
HTMLtableCells = 1
|
||||
HTMLtableCells {
|
||||
default.stdWrap {
|
||||
parseFunc = < lib.parseFunc_RTE
|
||||
parseFunc {
|
||||
nonTypoTagStdWrap {
|
||||
encapsLines {
|
||||
nonWrappedTag =
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
pre {
|
||||
stripNL = 1
|
||||
}
|
||||
div {
|
||||
stripNL = 1
|
||||
callRecursive = 1
|
||||
}
|
||||
blockquote < .div
|
||||
article < .div
|
||||
aside < .div
|
||||
footer < .div
|
||||
header < .div
|
||||
nav < .div
|
||||
section < .div
|
||||
dl < .div
|
||||
dd < .div
|
||||
}
|
||||
nonTypoTagStdWrap {
|
||||
encapsLines {
|
||||
encapsTagList = p, pre, h1, h2, h3, h4, h5, h6, hr, dt
|
||||
remapTag.DIV = P
|
||||
nonWrappedTag = P
|
||||
innerStdWrap_all.ifBlank =
|
||||
}
|
||||
}
|
||||
nonTypoTagStdWrap {
|
||||
HTMLparser = 1
|
||||
HTMLparser {
|
||||
keepNonMatchedTags = 1
|
||||
htmlSpecialChars = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
lib.searchForm = USER
|
||||
lib.searchForm {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = EpEvents
|
||||
pluginName = SearchForm
|
||||
vendorName = EP
|
||||
controller = Search
|
||||
action = form
|
||||
switchableControllerActions {
|
||||
Search {
|
||||
1 = form
|
||||
}
|
||||
}
|
||||
settings =< plugin.tx_epevents.settings
|
||||
persistence =< plugin.tx_epevents.persistence
|
||||
view =< plugin.tx_epevents.view
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
ajax_page_json = PAGE
|
||||
ajax_page_json {
|
||||
typeNum = 1703
|
||||
config {
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders.10.header = Content-type:application/json
|
||||
xhtml_cleaning = 0
|
||||
admPanel = 0
|
||||
debug = 0
|
||||
no_cache = 1
|
||||
}
|
||||
|
||||
10 = USER_INT
|
||||
10 {
|
||||
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
|
||||
extensionName = EpEvents
|
||||
pluginName = Ajax
|
||||
vendorName = EP
|
||||
controller = AjaxForm
|
||||
action = processInquiryForm
|
||||
switchableControllerActions {
|
||||
AjaxForm {
|
||||
1 = processInquiryForm
|
||||
2 = processConfiguratorForm
|
||||
}
|
||||
}
|
||||
features.requireCHashArgumentForActionArguments = 0
|
||||
settings =< plugin.tx_epevents.settings
|
||||
persistence =< plugin.tx_epevents.persistence
|
||||
view =< plugin.tx_epevents.view
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
page = PAGE
|
||||
page {
|
||||
meta {
|
||||
viewport = width=device-width, initial-scale=1, maximum-scale=1
|
||||
X-UA-Compatible = ie=edge
|
||||
}
|
||||
|
||||
shortcutIcon = EXT:ep_events/Resources/Public/images/favicon.ico
|
||||
|
||||
includeCSS {
|
||||
main = EXT:ep_events/Resources/Public/css/main.css
|
||||
}
|
||||
|
||||
includeJS {
|
||||
remarketing = https://www.googleadservices.com/pagead/conversion_async.js
|
||||
remarketing.external = 1
|
||||
remarketing.disableCompression = 1
|
||||
}
|
||||
|
||||
includeJSFooter {
|
||||
main = EXT:ep_events/Resources/Public/js/main.js
|
||||
}
|
||||
|
||||
jsFooterInline {
|
||||
10 = TEXT
|
||||
10.typolink.parameter = {$plugin.tx_epevents.settings.dataProtectionPageUid}
|
||||
10.typolink.returnLast = url
|
||||
10.typolink.forceAbsoluteUrl = 1
|
||||
10.wrap (
|
||||
window.addEventListener("load", function (){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#ffffff",
|
||||
"text": "#1e314b"
|
||||
},
|
||||
"button": {
|
||||
"background": "#19a0d2",
|
||||
"text": "#ffffff"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"message": "Wir verwenden Cookies. Durch die Benutzung unserer Website akzeptieren Sie unsere Richtlinien.",
|
||||
"dismiss": "Cookies akzeptieren",
|
||||
"link": "Mehr Infos",
|
||||
"href": "|"
|
||||
}
|
||||
})
|
||||
});
|
||||
)
|
||||
}
|
||||
|
||||
10 = FLUIDTEMPLATE
|
||||
10 {
|
||||
file {
|
||||
cObject = TEXT
|
||||
cObject {
|
||||
data = levelfield: -1, backend_layout_next_level, slide
|
||||
override {
|
||||
data = TSFE:page|backend_layout
|
||||
}
|
||||
ifEmpty = Default
|
||||
split {
|
||||
token = pagets__
|
||||
1.current = 1
|
||||
1.wrap = |
|
||||
}
|
||||
wrap = typo3conf/ext/ep_events/Resources/Private/Templates/Page/|.html
|
||||
case = ucfirst
|
||||
}
|
||||
}
|
||||
|
||||
layoutRootPaths.0 = EXT:ep_events/Resources/Private/Layouts/
|
||||
partialRootPaths.0 = EXT:ep_events/Resources/Private/Partials/
|
||||
templateRootPaths.0 = EXT:ep_events/Resources/Private/Templates/
|
||||
|
||||
settings < plugin.tx_epevents.settings
|
||||
|
||||
dataProcessing {
|
||||
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
||||
10.references.fieldName = media
|
||||
|
||||
20 = EP\EpEvents\DataProcessing\TraveltypeProcessor
|
||||
|
||||
30 = EP\EpEvents\DataProcessing\OfferProcessor
|
||||
|
||||
40 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
|
||||
40 {
|
||||
special = rootline
|
||||
special.range = 0|0
|
||||
as = rootPage
|
||||
}
|
||||
|
||||
50 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor
|
||||
50.special = language
|
||||
50.special.value = 0,1
|
||||
50.addQueryString = 1
|
||||
50.addQueryString.exclude = L,cHash
|
||||
50.as = langnav
|
||||
}
|
||||
}
|
||||
|
||||
headerData.999 = TEXT
|
||||
headerData.999.value (
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||||
})(window,document,'script','dataLayer','{$plugin.tx_epevents.settings.googleTagManagerId}');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
)
|
||||
headerData.999.stdWrap.if.isTrue = {$plugin.tx_epevents.settings.googleTagManagerId}
|
||||
headerData.9999 = TEXT
|
||||
headerData.9999.value (
|
||||
<!--Start of Tawk.to Script-->
|
||||
<script type="text/javascript">
|
||||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
|
||||
(function(){
|
||||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
|
||||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/5cf8bd64b534676f32ad987f/default';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
</script>
|
||||
<!--End of Tawk.to Script-->
|
||||
)
|
||||
}
|
||||
|
||||
[globalVar = TSFE:page|doktype = 101]
|
||||
page.stdWrap.addPageCacheTags = category_page,epevents_page
|
||||
[end]
|
||||
|
||||
[globalVar = TSFE:page|doktype = 102]
|
||||
page.stdWrap.addPageCacheTags = offer_page,epevents_page
|
||||
[end]
|
||||
@@ -0,0 +1,83 @@
|
||||
xmlSitemap = PAGE
|
||||
xmlSitemap {
|
||||
typeNum = 1848
|
||||
config {
|
||||
xhtml_cleaning = none
|
||||
no_cache = 1
|
||||
disableAllHeaderCode = 1
|
||||
additionalHeaders = Content-Type: text/xml; charset=utf-8
|
||||
simulateStaticDocuments = 0
|
||||
tx_realurl_enable = 1
|
||||
}
|
||||
|
||||
|
||||
wrap (
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.google.com/schemas/sitemap/0.84"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemalocation="http://www.google.com/schemas/sitemap/0.84 www.google.com/schemas/sitemap/0.84/sitemap.xsd
|
||||
">|</urlset>
|
||||
)
|
||||
|
||||
10 = COA
|
||||
10 {
|
||||
10 = HMENU
|
||||
10 {
|
||||
special = list
|
||||
|
||||
# Ausgangspunkt / Root Seite
|
||||
special.value = {$plugin.tx_epevents.settings.xmlSitemapRootPageUid}
|
||||
|
||||
excludeDoktypes = 2,3,5,6,7,199,254,255
|
||||
excludeUidList = {$plugin.tx_epevents.settings.xmlSitemapExcludeUids}
|
||||
includeNotInMenu = 1
|
||||
|
||||
1 = TMENU
|
||||
1 {
|
||||
expAll = 1
|
||||
NO {
|
||||
doNotLinkIt = 1
|
||||
stdWrap {
|
||||
cObject = COA
|
||||
cObject {
|
||||
wrap = <url>|</url>
|
||||
10 = TEXT
|
||||
10 {
|
||||
typolink {
|
||||
parameter.field = uid
|
||||
returnLast = url
|
||||
forceAbsoluteUrl = 1
|
||||
}
|
||||
wrap = <loc>|</loc>
|
||||
}
|
||||
20 = TEXT
|
||||
20 {
|
||||
field = SYS_LASTCHANGED
|
||||
strftime = %Y-%m-%dT%H:%M:%SZ
|
||||
wrap = <lastmod>|</lastmod>
|
||||
}
|
||||
30 = TEXT
|
||||
30.value = <priority>1.0</priority>
|
||||
if.isFalse.field = shortcut
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
2 < .1
|
||||
2.NO.stdWrap.cObject.30.value = <priority>0.9</priority>
|
||||
3 < .1
|
||||
3.NO.stdWrap.cObject.30.value = <priority>0.8</priority>
|
||||
4 < .1
|
||||
4.NO.stdWrap.cObject.30.value = <priority>0.7</priority>
|
||||
5 < .1
|
||||
5.NO.stdWrap.cObject.30.value = <priority>0.6</priority>
|
||||
6 < .1
|
||||
6.NO.stdWrap.cObject.30.value = <priority>0.5</priority>
|
||||
7 < .6
|
||||
8 < .6
|
||||
9 < .6
|
||||
10 < .6
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
plugin.tx_epevents {
|
||||
settings {
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Helper navigation PID
|
||||
helperNavPid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Footer navigation PID
|
||||
footerNavPid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Contact page UID
|
||||
contactPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Configurator page UID
|
||||
configuratorPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Data protection page UID
|
||||
dataProtectionPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Legal notice page UID
|
||||
legalNoticePageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Terms page UID
|
||||
termsPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Offer detail page UID
|
||||
offerDetailPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Activity detail page UID
|
||||
activityDetailPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Activity list page UID
|
||||
activityListPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry page UID
|
||||
inquiryPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Ajax page UID
|
||||
ajaxPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Search page UID
|
||||
searchPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient email
|
||||
inquiryToEmail =
|
||||
# cat=plugin.tx_epevents//a; type=boolean; label=Enable contact form autoreply
|
||||
enableContactFormAutoreply = 0
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Contact form autoreply subject
|
||||
contactFormAutoreplySubject = Ihre Anfrage bei E&P Events
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Inquiry recipient name
|
||||
inquiryToName =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Sitemap root page UID
|
||||
xmlSitemapRootPageUid =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=XML sitemap page UIDs to exclude
|
||||
xmlSitemapExcludeUids =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Google Tag Manager ID
|
||||
googleTagManagerId =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Ignore following IPs in searchlog
|
||||
searchLogIgnoreIps =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Activity default header image
|
||||
activityDefaultHeaderImage =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Activity default keywords image
|
||||
activityDefaultKeywordsImage =
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Business hours
|
||||
businessHours = Montag - Freitag 08:30 Uhr bis 17:00 Uhr
|
||||
# cat=plugin.tx_epevents//a; type=boolean; label=Enable language switch
|
||||
enableLanguageSwitch = 0
|
||||
}
|
||||
persistence {
|
||||
# cat=plugin.tx_epevents//a; type=string; label=Default storage PID
|
||||
storagePid =
|
||||
}
|
||||
}
|
||||
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/constants.txt">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:form_legacy/Configuration/TypoScript/constants.txt">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:news/Configuration/TypoScript/constants.txt">
|
||||
@@ -0,0 +1,126 @@
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Extensions/FluidStyledContent.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Extensions/Form.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Extensions/News.typoscript">
|
||||
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Library/DynamicContent.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Library/ParseFunc.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Library/SearchForm.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Library/Configurator.typoscript">
|
||||
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/ContentElements/banner.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/ContentElements/herounit.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/ContentElements/statement.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/ContentElements/tile.typoscript">
|
||||
|
||||
plugin.tx_epevents {
|
||||
features {
|
||||
requireCHashArgumentForActionArguments = 0
|
||||
skipDefaultArguments = 1
|
||||
}
|
||||
view {
|
||||
layoutRootPaths.10 = EXT:ep_events/Resources/Private/Layouts/
|
||||
templateRootPaths.10 = EXT:ep_events/Resources/Private/Templates/
|
||||
partialRootPaths.10 = EXT:ep_events/Resources/Private/Partials/
|
||||
widget.TYPO3\CMS\Fluid\ViewHelpers\Widget\PaginateViewHelper.templateRootPath = EXT:ep_events/Resources/Private/Templates/
|
||||
}
|
||||
|
||||
persistence {
|
||||
storagePid = {$plugin.tx_epevents.persistence.storagePid}
|
||||
}
|
||||
settings < lib.fluidContent.settings
|
||||
settings {
|
||||
helperNavPid = {$plugin.tx_epevents.settings.helperNavPid}
|
||||
footerNavPid = {$plugin.tx_epevents.settings.footerNavPid}
|
||||
contactPageUid = {$plugin.tx_epevents.settings.contactPageUid}
|
||||
configuratorPageUid = {$plugin.tx_epevents.settings.configuratorPageUid}
|
||||
inquiryPageUid = {$plugin.tx_epevents.settings.inquiryPageUid}
|
||||
ajaxPageUid = {$plugin.tx_epevents.settings.ajaxPageUid}
|
||||
searchPageUid = {$plugin.tx_epevents.settings.searchPageUid}
|
||||
inquiryToEmail = {$plugin.tx_epevents.settings.inquiryToEmail}
|
||||
inquiryToName = {$plugin.tx_epevents.settings.inquiryToName}
|
||||
xmlSitemapRootPageUid = {$plugin.tx_epevents.settings.xmlSitemapRootPageUid}
|
||||
xmlSitemapExcludeUids = {$plugin.tx_epevents.settings.xmlSitemapExcludeUids}
|
||||
googleTagManagerId = {$plugin.tx_epevents.settings.googleTagManagerId}
|
||||
offerDetailPageUid = {$plugin.tx_epevents.settings.offerDetailPageUid}
|
||||
activityDetailPageUid = {$plugin.tx_epevents.settings.activityDetailPageUid}
|
||||
activityListPageUid = {$plugin.tx_epevents.settings.activityListPageUid}
|
||||
dataProtectionPageUid = {$plugin.tx_epevents.settings.dataProtectionPageUid}
|
||||
legalNoticePageUid = {$plugin.tx_epevents.settings.legalNoticePageUid}
|
||||
termsPageUid = {$plugin.tx_epevents.settings.termsPageUid}
|
||||
searchLogIgnoreIps = {$plugin.tx_epevents.settings.searchLogIgnoreIps}
|
||||
activityDefaultHeaderImage = {$plugin.tx_epevents.settings.activityDefaultHeaderImage}
|
||||
activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage}
|
||||
enableContactFormAutoreply = {$plugin.tx_epevents.settings.enableContactFormAutoreply}
|
||||
contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject}
|
||||
businessHours = {$plugin.tx_epevents.settings.businessHours}
|
||||
enableLanguageSwitch = {$plugin.tx_epevents.settings.enableLanguageSwitch}
|
||||
configurator {
|
||||
defaults {
|
||||
budget = 4
|
||||
}
|
||||
options {
|
||||
budget = 1:nicht festgelegt;2:400 - 600 €;3:600 - 800 €;4:800 - 1000 €;5:1000 - 1500 €;6:1500 - 2000 €;7:2500 - 3000 €
|
||||
pax = 1:20 - 40;2:40 - 60;3:60 - 80;4:80 - 100;5:100 - 150;6:150 - 200;7:200 - 250;8:250 - 300;9:350 - 400;10:400 - 450;11:450 - 500;12:500+
|
||||
period = 1:Tagesevent;2:1 Nacht;3:2 Nächte;4:3 Nächte;5:4 Nächte;6:5 Nächte;7:6 Nächte;8:7 Nächte
|
||||
travelType = 1:Incentive;2:Teambuilding;3:Meeting;4:Corporate Event
|
||||
locationType = 1:Meer;2:Berge;3:Städte;4:Spezial
|
||||
accommodationType = 1:3-Sterne;2:4-Sterne;3:5-Sterne;4:Spezial
|
||||
programmeType = 1:Outdoor & Action;2:Event-Gastronomie;3:Sightseeing;4:Spezial
|
||||
distance = 1:Deutschland;2:Europa;3:Welt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lib.parseFunc_RTE {
|
||||
nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
|
||||
nonTypoTagStdWrap.encapsLines.addAttributes.H2.class = headline headline--primary
|
||||
nonTypoTagStdWrap.encapsLines.addAttributes.H3.class = headline
|
||||
}
|
||||
|
||||
tt_content.stdWrap.innerWrap >
|
||||
lib.stdheader.3.headerClass >
|
||||
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Page/Main.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Page/Ajax.typoscript">
|
||||
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ep_events/Configuration/TypoScript/Page/XMLSitemap.typoscript">
|
||||
|
||||
config {
|
||||
doctype = html5
|
||||
removeDefaultCSS = 1
|
||||
removePageCss = 1
|
||||
removeDefaultJS = 0
|
||||
disablePrefixComment = 1
|
||||
inlineStyle2TempFile = 1
|
||||
tx_realurl_enable = 1
|
||||
absRefPrefix = /
|
||||
language = de
|
||||
locale_all = de_DE.UTF-8
|
||||
sys_language_uid = 0
|
||||
htmlTag_langKey = de
|
||||
compressJs = 1
|
||||
compressCss = 1
|
||||
compressBody = 1
|
||||
typolinkEnableLinksAcrossDomains = 1
|
||||
linkVars = L
|
||||
}
|
||||
|
||||
[globalVar = GP:L = 1]
|
||||
config {
|
||||
sys_language_uid = 1
|
||||
language = en
|
||||
locale_all = en_EN.UTF-8
|
||||
htmlTag_langKey = en
|
||||
}
|
||||
plugin.tx_epevents.settings.configurator.options {
|
||||
budget = 1:undetermined;2:400 - 600 €;3:600 - 800 €;4:800 - 1000 €;5:1000 - 1500 €;6:1500 - 2000 €;7:2500 - 3000 €
|
||||
pax = 1:20 - 40;2:40 - 60;3:60 - 80;4:80 - 100;5:100 - 150;6:150 - 200;7:200 - 250;8:250 - 300;9:350 - 400;10:400 - 450;11:450 - 500;12:500+
|
||||
period = 1:Daytrip;2:1 Night;3:2 Nights;4:3 Nights;5:4 Nights;6:5 Nights;7:6 Nights;8:7 Nights
|
||||
travelType = 1:Incentive;2:Teambuilding;3:Meeting;4:Corporate Event
|
||||
locationType = 1:Sea;2:Mountains;3:Cities;4:Special
|
||||
accommodationType = 1:3-Star;2:4-Star;3:5-Star;4:Special
|
||||
programmeType = 1:Outdoor & Action;2:Event Gastronomy;3:Sightseeing;4:Special
|
||||
distance = 1:Germany;2:Europe;3:World
|
||||
}
|
||||
[global]
|
||||
|
||||
Reference in New Issue
Block a user