array(7 items)
dce => (uid=42, pid=0)
fluidTemplateCache =>
42 =>
0 =>
templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<div class="dce">
<f:debug
>{_all}</f:debug>
<f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
ser.user.company}</f:if>
</div>
' (187 chars)
templatePathAndFilename => NULL
templateRootPaths => NULL
partialRootPaths =>
0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
e/Partials/' (87 chars)
layoutRootPaths =>
0 => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/dce/Resources/Privat
e/Layouts/' (86 chars)
controllerContext =>
request =>
hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth
format => 'html' (4 chars)
method => 'GET' (3 chars)
requestUri => 'https://www.seltamed.de/testen/test/' (36 chars)
baseUri => 'https://www.seltamed.de/' (24 chars)
isCached => FALSE
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth
controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars)
namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars)
pluginName => '' (0 chars)
controllerExtensionName => NULL
controllerVendorName => NULL
controllerSubpackageKey => NULL
controllerName => 'Standard' (8 chars)
controllerActionName => 'index' (5 chars)
arguments => array(empty)max depth
internalArguments => array(empty)max depth
dispatched => FALSE
originalRequest => NULL
originalRequestMappingResults => NULL
response => NULL
arguments => NULL
uriBuilder =>
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectmax depth
contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered
request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above
arguments => array(empty)max depth
lastArguments => array(empty)max depth
section => '' (0 chars)
createAbsoluteUri => FALSE
absoluteUriScheme => NULL
addQueryString => FALSE
addQueryStringMethod => NULL
argumentsToBeExcludedFromQueryString => array(empty)max depth
linkAccessRestrictedPages => FALSE
targetPageUid => NULL
targetPageType => 0 (integer)
noCache => FALSE
useCacheHash => TRUE
format => '' (0 chars)
argumentPrefix => NULL
environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth
flashMessageQueueDefaultIdentifier => NULL
flashMessageService =>
flashMessageQueues => array(empty)max depth
extensionService =>
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
targetPidPluginCache => array(empty)max depth
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
templateParser =>
SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m' (125 chars)
SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars)
SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/
(
(?: <\/? # Start dynamic tags
(?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
prefix and word characters
(?: # Begi
n tag arguments
\s*[a-zA-Z0-9:-]+ # Argument Keys
= # =
(?>
# either... If we have found an argument, we will not back-track (That
does the Atomic Bracket)
"(?:\\"|[^"])*" # a double-quot
ed string
|'(?:\\'|[^'])*' # or a single quoted string
)
\s* #
)*
# Tag arguments can be replaced many times.
\s*
\/?>
# Closing tag
)
|(?:
# Start match CDATA section
<!\[CDATA\[.*?\]\]>
)
)
/xs' (915 chars)
SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/
^< # A Tag begins with <
(?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
ce prefix followed by a :
(?P<MethodIdentifier>
# Now comes the Name of the ViewHelper
[a-zA-Z0-9\.]+
)
(?P<Attribu
tes> # Begin Tag Attributes
(?:
# A tag might have multiple attributes
\s*
[a-zA-Z0-9:-]+ # The attribute name
= # =
(?>
# either... # If we have found an argument, we will not ba
ck-track (That does the Atomic Bracket)
"(?:\\"|[^"])*"
# a double-quoted string
|'(?:\\'|[^'])*' # or a s
ingle quoted string
) #
\s*
)* # A tag might have multiple
attributes
) # End Tag At
tributes
\s*
(?P<Selfclosing>\/?) # A tag m
ight be selfclosing
>$/x' (1166 chars)
SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
\s*>$/' (82 chars)
SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars)
SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars)
SPLIT_PATTERN_TAGARGUMENTS => '/
(?: #
\s*
#
(?P<Argument>
# The attribute name
[a-zA-Z0-9:-]+ #
)
#
=
# =
(?> # If we
have found an argument, we will not back-track (That does the Atomic Bracket
)
(?P<ValueQuoted> # either...
(?:"(?:\\"|[
^"])*") # a double-quoted string
|(?:'(?:\\'|[^'])*')
# or a single quoted string
)
)\s*
)
/xs' (668 chars)
SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX => '/
(
{ # Start of shorthand syntax
(?
: # Shorthand syntax is either composed of...
[a-zA-Z0-9\->_:,.()] # Various characters
|"(?:\\"|[^"])*" #
Double-quoted strings
|'(?:\\'|[^'])*' # Single-quoted strings
|(?R) # Other shorthand syntaxes inside, albeit not in a
quoted string
|\s+ # Spaces
)+
}
# End of shorthand syntax
)/x' (507 chars)
SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/
^{ # Start of short
hand syntax
# A shorthand
syntax is either...
(?P<Object>[a-zA-Z0-9\-_.]*)
# ... an object accessor
\s*(?P<Delimiter>(?:->)?)\s*
(?
P<ViewHelper> # ... a ViewHelper
[a-zA-Z
0-9]+ # Namespace prefix of ViewHelper (as in
$SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG)
:
[a-zA-Z0-9\.]+
# Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
TAG)
\( # Opening parameter bra
ckets of ViewHelper
(?P<ViewHelperArguments> # Start sub
match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
NTAX_ARRAYS
(?:
\s*[a-zA-Z0-9\-_]+ # The keys
of the array
\s*:\s* # Key|Value delimite
r :
(?: # Possible value options:
"(?:\\"|[^"])*" # Double qouoted string
|'(?:\\'
|[^'])*' # Single quoted string
|[a-zA-Z0-9\-_.]+
# variable identifiers
|{(?P>ViewHelperArguments)} # Anothe
r sub-array
) # END possible value
options
\s*,? # There might be a , to s
eparate different parts of the array
)*
# The above cycle is repeated for all array elements
)
# End ViewHelper Arguments submatch
\)
# Closing parameter brackets of ViewHelper
)?
(?P<AdditionalViewHelpers> # There can be more
than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
ely)
(?:
\s*->\s*
(?P>ViewHelper)
)*
)
}$/x' (1966 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/
(?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG)
:
(?P<MethodIdentifie
r>[a-zA-Z0-9\.]+)
\( # Opening pa
rameter brackets of ViewHelper
(?P<ViewHelperArguments> #
Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
ORTHANDSYNTAX_ARRAYS
(?:
\s*[a-zA-Z0-9\-_]+ # The
keys of the array
\s*:\s* # Key|Value delim
iter :
(?: # Possible value options:
"(?:\\"|[^"])*" # Double qouoted string
|'(?:\\'|[^
'])*' # Single quoted string
|[a-zA-Z0-9\-_.]+
# variable identifiers
|{(?P>ViewHelperArguments)} # Another sub-a
rray
) # END possible value options
\s*,? # There might be a , to separate dif
ferent parts of the array
)* # The abov
e cycle is repeated for all array elements
)
# End ViewHelper Arguments submatch
\)
# Closing parameter brackets of ViewHelper
/x' (1279 chars)
SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^
(?P<Recursion> # Start the recursive p
art of the regular expression - describing the array syntax
{
# Each array needs to start with {
(?P<Ar
ray> # Start submatch
(?:
\s*[a-zA-Z
0-9\-_]+ # The keys of the array
\s*:\s*
# Key|Value delimiter :
(?: # Poss
ible value options:
"(?:\\"|[^"])*" # Double qouoted strin
g
|'(?:\\'|[^'])*' # Single quoted string
|[a-zA-Z0-9\-_.
]+ # variable identifiers
|(?P>Recursion) # Ano
ther sub-array
) # END possible value op
tions
\s*,? # There might be a , to separate
different parts of the array
)* # The
above cycle is repeated for all array elements
)
# End array submatch
}
# Each array ends with }
)$/x' (1103 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/
(?P<ArrayPart> # Start subma
tch
(?P<Key>[a-zA-Z0-9\-_]+) # The keys of
the array
\s*:\s* # Key
|Value delimiter :
(?:
# Possible value options:
(?P<QuotedString>
# Quoted string
(?:"(?:\\"|[^"])*")
|(?:'(?:\\'|[^'])*
')
)
|(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
identifiers have to start with a letter
|(?P<Number>[0-9.]+)
# Number
|{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
\s*)+)\s*} # Another sub-array
)
# END possible value options
)
# End array part submatch
/x' (908 chars)
SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars)
namespaces =>
f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars)
dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars)
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
configuration =>
interceptors => array(3 items)max depth
settings => NULL
viewHelperNameToImplementationClassNameRuntimeCache =>
f => array(2 items)max depth
templateCompiler =>
templateCache =>
identifier => 'fluid_template' (14 chars)
backend => TYPO3\CMS\Core\Cache\Backend\FileBackendprototypeobjectmax depth
variableCounter => 11 (integer)
syntaxTreeInstanceCache => array(empty)
baseRenderingContext =>
templateVariableContainer =>
reservedVariableNames => array(7 items)max depth
variables => array(7 items)max depth
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above
viewHelperVariableContainer =>
objects => array(empty)max depth
view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above
renderingStack =>
0 =>
type => 1 (integer)
parsedTemplate => TYPO3\CMS\Fluid\Core\Parser\ParsingStateprototypeobjectmax depth
renderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobjectsee above
partialIdentifierCache => array(empty)
fieldsCache =>
1645 =>
test => 'testen' (6 chars)
contentElementRowsCache => array(empty)
templateFields =>
0 =>
type => 'template_type' (13 chars)
inline => 'template_content' (16 chars)
file => 'template_file' (13 chars)
3 =>
type => 'detailpage_template_type' (24 chars)
inline => 'detailpage_template' (19 chars)
file => 'detailpage_template_file' (24 chars)
4 =>
type => 'container_template_type' (23 chars)
inline => 'container_template' (18 chars)
file => 'container_template_file' (23 chars)
5 =>
type => 'backend_template_type' (21 chars)
inline => 'backend_template_content' (24 chars)
file => 'backend_template_file' (21 chars)
fields => (1 items)
0000000067fd9b8c0000000029a095c3 => (uid=255, pid=0)
type => 0 (integer)
title => 'test' (4 chars)
variable => 'test' (4 chars)
configuration => '<config>
<type>input</type>
<size>30</size>
<eval>trim</eval>
</confi
g>' (78 chars)
mapTo => '' (0 chars)
newTcaFieldName => '' (0 chars)
newTcaFieldType => 'auto' (4 chars)
sectionFields => NULL
parentDce => (uid=42, pid=0)
fluidTemplateCache =>
42 =>
0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above
fieldsCache =>
1645 =>
test => 'testen' (6 chars)
contentElementRowsCache => array(empty)
templateFields =>
0 =>
type => 'template_type' (13 chars)
inline => 'template_content' (16 chars)
file => 'template_file' (13 chars)
3 =>
type => 'detailpage_template_type' (24 chars)
inline => 'detailpage_template' (19 chars)
file => 'detailpage_template_file' (24 chars)
4 =>
type => 'container_template_type' (23 chars)
inline => 'container_template' (18 chars)
file => 'container_template_file' (23 chars)
5 =>
type => 'backend_template_type' (21 chars)
inline => 'backend_template_content' (24 chars)
file => 'backend_template_file' (21 chars)
fields => (1 items)
0000000067fd9c5a0000000029a095c3 => (uid=255, pid=0)
type => 0 (integer)
title => 'test' (4 chars)
variable => 'test' (4 chars)
configuration => '<config>
<type>input</type>
<size>30</size>
<eval>trim</eval>
</confi
g>' (78 chars)
mapTo => '' (0 chars)
newTcaFieldName => '' (0 chars)
newTcaFieldType => 'auto' (4 chars)
sectionFields => NULL
parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entitysee above (uid=42, pid=0)
parentField => NULL
value => '' (0 chars)
uid => 255 (integer)
_localizedUid => 255 (integer)modified
_languageUid => NULL
_versionedUid => 255 (integer)modified
pid => 0 (integer)
containerIterator => NULL
hidden => FALSE
title => 'DCE:Debug' (9 chars)
templateType => 'inline' (6 chars)
templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<div class="dce">
<f:debug
>{_all}</f:debug>
<f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
ser.user.company}</f:if>
</div>
' (186 chars)
templateFile => '' (0 chars)
templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars)
templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars)
useSimpleBackendView => TRUE
backendViewHeader => '*dcetitle' (9 chars)
backendViewBodytext => '' (0 chars)
backendTemplateType => '' (0 chars)
backendTemplateContent => '
{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="BackendTemplate
" />
<f:section name="header">
<strong>{dce.title}</strong><br>
</f:sectio
n>
<f:section name="bodytext">
Your backend template goes here...
</f:secti
on>' (231 chars)
backendTemplateFile => '' (0 chars)
enableDetailpage => FALSE
detailpageIdentifier => 'detailDceUid' (12 chars)
detailpageTemplateType => '' (0 chars)
detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<div class="dce dce-detailpage">
Your detailpage template goes here...
</div>
' (123 chars)
detailpageTemplateFile => '' (0 chars)
enableContainer => FALSE
containerItemLimit => 0 (integer)
containerTemplateType => '' (0 chars)
containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="DefaultContainer
" />
<f:section name="main">
<f:render partial="Container/Dces" arguments=
"{dces:dces}" />
</f:section>' (181 chars)
containerTemplateFile => '' (0 chars)
wizardEnable => TRUE
wizardCategory => 'dce' (3 chars)
wizardDescription => '' (0 chars)
wizardIcon => 'content-header' (14 chars)
wizardCustomIcon => '' (0 chars)
contentObject => array(empty)
uid => 42 (integer)
_localizedUid => 42 (integer)modified
_languageUid => NULL
_versionedUid => 42 (integer)modified
pid => 0 (integer)
parentField => NULL
value => 'testen' (6 chars)modified
uid => 255 (integer)
_localizedUid => 255 (integer)modified
_languageUid => NULL
_versionedUid => 255 (integer)modified
pid => 0 (integer)modified
containerIterator => NULL
hidden => FALSE
title => 'DCE:Debug' (9 chars)
templateType => 'inline' (6 chars)
templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<div class="dce">
<f:debug
>{_all}</f:debug>
<f:if condition="{TSFE.fe_user.user.company}">{TSFE.fe_u
ser.user.company}</f:if>
</div>
' (186 chars)
templateFile => '' (0 chars)
templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars)
templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars)
useSimpleBackendView => TRUE
backendViewHeader => '*dcetitle' (9 chars)
backendViewBodytext => '' (0 chars)
backendTemplateType => '' (0 chars)
backendTemplateContent => '
{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="BackendTemplate
" />
<f:section name="header">
<strong>{dce.title}</strong><br>
</f:sectio
n>
<f:section name="bodytext">
Your backend template goes here...
</f:secti
on>' (231 chars)
backendTemplateFile => '' (0 chars)
enableDetailpage => FALSE
detailpageIdentifier => 'detailDceUid' (12 chars)
detailpageTemplateType => '' (0 chars)
detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<div class="dce dce-detailpage">
Your detailpage template goes here...
</div>
' (123 chars)
detailpageTemplateFile => '' (0 chars)
enableContainer => FALSE
containerItemLimit => 0 (integer)
containerTemplateType => '' (0 chars)
containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="DefaultContainer
" />
<f:section name="main">
<f:render partial="Container/Dces" arguments=
"{dces:dces}" />
</f:section>' (181 chars)
containerTemplateFile => '' (0 chars)
wizardEnable => TRUE
wizardCategory => 'dce' (3 chars)
wizardDescription => '' (0 chars)
wizardIcon => 'content-header' (14 chars)
wizardCustomIcon => '' (0 chars)
contentObject =>
uid => '1645' (4 chars)
pid => '191' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1654081045' (10 chars)
crdate => '1654080825' (10 chars)
cruser_id => '2' (1 chars)
hidden => '0' (1 chars)
sorting => '256' (3 chars)
CType => 'dce_dceuid42' (12 chars)
header => '' (0 chars)
header_position => '' (0 chars)
bodytext => NULL
image => '0' (1 chars)
imagewidth => '0' (1 chars)
imageorient => '0' (1 chars)
imagecols => '2' (1 chars)
imageborder => '0' (1 chars)
media => array(empty)
layout => '0' (1 chars)
deleted => '0' (1 chars)
cols => '0' (1 chars)
records => NULL
pages => NULL
starttime => '0' (1 chars)
endtime => '0' (1 chars)
colPos => '0' (1 chars)
subheader => '' (0 chars)
spaceBefore => '0' (1 chars)
spaceAfter => '0' (1 chars)
fe_group => '0' (1 chars)
header_link => '' (0 chars)
imagecaption_position => '' (0 chars)
image_zoom => '0' (1 chars)
image_noRows => '0' (1 chars)
image_effects => '0' (1 chars)
image_compression => '0' (1 chars)
longdescURL => NULL
header_layout => '0' (1 chars)
menu_type => '0' (1 chars)
list_type => '' (0 chars)
table_border => '0' (1 chars)
table_cellspacing => '0' (1 chars)
table_cellpadding => '0' (1 chars)
table_bgColor => '0' (1 chars)
select_key => '' (0 chars)
sectionIndex => '1' (1 chars)
linkToTop => '0' (1 chars)
file_collections => NULL
filelink_size => '0' (1 chars)
filelink_sorting => '' (0 chars)
target => '' (0 chars)
section_frame => '0' (1 chars)
date => '0' (1 chars)
recursive => '0' (1 chars)
imageheight => '0' (1 chars)
sys_language_uid => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3FlexForms>
<
data>
<sheet index="sheet.tabGeneral">
<language index="
lDEF">
<field index="settings.test">
<va
lue index="vDEF">testen</value>
</field>
</langu
age>
</sheet>
</data>
</T3FlexForms>' (352 chars)
accessibility_title => '' (0 chars)
accessibility_bypass => '0' (1 chars)
accessibility_bypass_text => '' (0 chars)
l18n_parent => '0' (1 chars)
l18n_diffsource => 'a:8:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"spaceBefor
e";N;s:10:"spaceAfter";N;s:13:"section_frame";N;s:6:"hidden";N;s:11:"pi_flex
form";N;}' (161 chars)
selected_categories => NULL
category_field => '' (0 chars)
categories => array(empty)
tx_dce_dce => '42' (2 chars)
tx_dce_index => NULL
tx_dce_new_container => '0' (1 chars)
editlock => '0' (1 chars)
rowDescription => NULL
table_caption => NULL
table_delimiter => '124' (3 chars)
table_enclosure => '0' (1 chars)
table_header_position => '0' (1 chars)
table_tfoot => '0' (1 chars)
bullets_type => '0' (1 chars)
uploads_description => '0' (1 chars)
uploads_type => '0' (1 chars)
assets => array(empty)modified
uid => 42 (integer)
_localizedUid => 42 (integer)modified
_languageUid => NULL
_versionedUid => 42 (integer)modified
pid => 0 (integer)
TSFE =>
id => 191 (integer)
type => 0 (integer)
cHash => NULL
no_cache => FALSE
rootLine =>
2 =>
pid => '190' (3 chars)
uid => '191' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'test' (4 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '190' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'testen' (6 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '254' (3 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Selta Med - Kurreisen und Wellness' (34 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => 'TCEFORM.tt_content.layout {
altLabels {
0 = kein Container (Standard)
4 = Fluid-Container
5 = Container
}
removeItems = 1,2,3
addItems {
4 = fluid-container
5 = container
}
}' (219 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => 'pagets__2' (9 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
page =>
uid => '191' (3 chars)
pid => '190' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1654084153' (10 chars)
sorting => '256' (3 chars)
deleted => '0' (1 chars)
perms_userid => '2' (1 chars)
perms_groupid => '1' (1 chars)
perms_user => '31' (2 chars)
perms_group => '0' (1 chars)
perms_everybody => '0' (1 chars)
editlock => '0' (1 chars)
crdate => '1654080917' (10 chars)
cruser_id => '2' (1 chars)
hidden => '0' (1 chars)
title => 'test' (4 chars)
doktype => '1' (1 chars)
TSconfig => NULL
is_siteroot => '0' (1 chars)
php_tree_stop => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
url => '' (0 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
urltype => '1' (1 chars)
shortcut => '0' (1 chars)
shortcut_mode => '0' (1 chars)
no_cache => '0' (1 chars)
fe_group => '0' (1 chars)
subtitle => '' (0 chars)
layout => '0' (1 chars)
url_scheme => '0' (1 chars)
target => '' (0 chars)
media => '0' (1 chars)
lastUpdated => '0' (1 chars)
keywords => NULL
cache_timeout => '0' (1 chars)
cache_tags => '' (0 chars)
newUntil => '0' (1 chars)
description => NULL
no_search => '0' (1 chars)
SYS_LASTCHANGED => '1654084153' (10 chars)
abstract => NULL
module => '' (0 chars)
extendToSubpages => '0' (1 chars)
author => '' (0 chars)
author_email => '' (0 chars)
nav_title => '' (0 chars)
nav_hide => '0' (1 chars)
content_from_pid => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
alias => '' (0 chars)
l18n_cfg => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout => '' (0 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_pathoverride => '0' (1 chars)
tx_realurl_exclude => '0' (1 chars)
categories => '0' (1 chars)
tsconfig_includes => NULL
exclude_from_sitemap => '0' (1 chars)
sitemap_priority => '5' (1 chars)
sitemap_changefreq => '' (0 chars)
contentPid => 191 (integer)
originalMountPointPage => NULL
originalShortcutPage => NULL
sys_page =>
urltypes =>
0 => '' (0 chars)
1 => 'http://' (7 chars)
2 => 'ftp://' (6 chars)
3 => 'mailto:' (7 chars)
4 => 'https://' (8 chars)
where_hid_del => ' AND pages.deleted=0 AND pages.t3ver_state<=0 AND pages.hidden=0 AND pages.s
tarttime<=1656515940 AND (pages.endtime=0 OR pages.endtime>1656515940) AND p
ages.doktype<200' (168 chars)
where_groupAccess => ' AND (pages.fe_group='' OR pages.fe_group IS NULL OR pages.fe_group='0' OR F
IND_IN_SET('0',pages.fe_group) OR FIND_IN_SET('-1',pages.fe_group))' (143 chars)
sys_language_uid => 0 (integer)
versioningPreview => FALSE
versioningPreview_where_hid_del => '' (0 chars)
versioningWorkspaceId => NULL
workspaceCache => array(empty)
error_getRootLine => '' (0 chars)
error_getRootLine_failPid => 0 (integer)
cache_getRootLine => array(empty)
cache_getPage =>
191 =>
1fc30af31b54704e58feb0712aaedb7f =>
uid => '191' (3 chars)
pid => '190' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1654084153' (10 chars)
sorting => '256' (3 chars)
deleted => '0' (1 chars)
perms_userid => '2' (1 chars)
perms_groupid => '1' (1 chars)
perms_user => '31' (2 chars)
perms_group => '0' (1 chars)
perms_everybody => '0' (1 chars)
editlock => '0' (1 chars)
crdate => '1654080917' (10 chars)
cruser_id => '2' (1 chars)
hidden => '0' (1 chars)
title => 'test' (4 chars)
doktype => '1' (1 chars)
TSconfig => NULL
is_siteroot => '0' (1 chars)
php_tree_stop => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
url => '' (0 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
urltype => '1' (1 chars)
shortcut => '0' (1 chars)
shortcut_mode => '0' (1 chars)
no_cache => '0' (1 chars)
fe_group => '0' (1 chars)
subtitle => '' (0 chars)
layout => '0' (1 chars)
url_scheme => '0' (1 chars)
target => '' (0 chars)
media => '0' (1 chars)
lastUpdated => '0' (1 chars)
keywords => NULL
cache_timeout => '0' (1 chars)
cache_tags => '' (0 chars)
newUntil => '0' (1 chars)
description => NULL
no_search => '0' (1 chars)
SYS_LASTCHANGED => '1654084153' (10 chars)
abstract => NULL
module => '' (0 chars)
extendToSubpages => '0' (1 chars)
author => '' (0 chars)
author_email => '' (0 chars)
nav_title => '' (0 chars)
nav_hide => '0' (1 chars)
content_from_pid => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
alias => '' (0 chars)
l18n_cfg => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout => '' (0 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_pathoverride => '0' (1 chars)
tx_realurl_exclude => '0' (1 chars)
categories => '0' (1 chars)
tsconfig_includes => NULL
exclude_from_sitemap => '0' (1 chars)
sitemap_priority => '5' (1 chars)
sitemap_changefreq => '' (0 chars)
cache_getPage_noCheck => array(empty)
cache_getPageIdFromAlias => array(empty)
cache_getMountPointInfo => array(empty)
tableNamesAllowedOnRootLevel =>
0 => 'sys_file_metadata' (17 chars)
1 => 'sys_category' (12 chars)
computedPropertyNames =>
0 => '_LOCALIZED_UID' (14 chars)
1 => '_MP_PARAM' (9 chars)
2 => '_ORIG_uid' (9 chars)
3 => '_ORIG_pid' (9 chars)
4 => '_PAGES_OVERLAY' (14 chars)
5 => '_PAGES_OVERLAY_UID' (18 chars)
6 => '_PAGES_OVERLAY_LANGUAGE' (23 chars)
jumpurl => NULL
activeUrlHandlers => array(empty)
pageNotFound => 0 (integer)
domainStartPage => '1' (1 chars)
pageAccessFailureHistory => array(empty)
MP => '' (0 chars)
RDCT => NULL
page_cache_reg1 => 0 (integer)
siteScript => 'testen/test/' (12 chars)
fe_user =>
formfield_permanent => 'permalogin' (10 chars)
sessionDataLifetime => 86400 (integer)
usergroup_column => 'usergroup' (9 chars)
usergroup_table => 'fe_groups' (9 chars)
groupData =>
title => array(empty)
uid => array(empty)
pid => array(empty)
TSdataArray =>
0 => '' (0 chars)
userTS => array(empty)
userTSUpdated => FALSE
sesData => array(empty)
sesData_change => FALSE
userData_change => FALSE
is_permanent => 0 (integer)
sessionDataTimestamp => NULL
loginHidden => FALSE
session_table => 'fe_sessions' (11 chars)
name => 'fe_typo_user' (12 chars)
get_name => 'ftu' (3 chars)
user_table => 'fe_users' (8 chars)
username_column => 'username' (8 chars)
userident_column => 'password' (8 chars)
userid_column => 'uid' (3 chars)
lastLogin_column => 'lastlogin' (9 chars)
enablecolumns =>
deleted => 'deleted' (7 chars)
disabled => 'disable' (7 chars)
starttime => 'starttime' (9 chars)
endtime => 'endtime' (7 chars)
showHiddenRecords => FALSE
formfield_uname => 'user' (4 chars)
formfield_uident => 'pass' (4 chars)
formfield_status => 'logintype' (9 chars)
auth_timeout_field => 6000 (integer)
lifetime => 0 (integer)
gc_time => 6000 (integer)
gc_probability => 1 (integer)
writeStdLog => FALSE
writeAttemptLog => FALSE
sendNoCacheHeaders => FALSE
getFallBack => TRUE
hash_length => 32 (integer)
getMethodEnabled => TRUE
lockIP => 2 (integer)
lockHashKeyWords => 'useragent' (9 chars)
warningEmail => '' (0 chars)
warningPeriod => 3600 (integer)
warningMax => 3 (integer)
checkPid => TRUE
checkPid_value => 0 (integer)
id => '77994815a7d7a22c3fbd84ee5ef33216' (32 chars)
loginFailure => FALSE
loginSessionStarted => FALSE
user => NULL
get_URL_ID => '&ftu=77994815a7d7a22c3fbd84ee5ef33216' (37 chars)
newSessionID => TRUE
forceSetCookie => FALSE
dontSetCookie => TRUE
cookieWasSetOnCurrentRequest => FALSE
loginType => 'FE' (2 chars)
svConfig => NULL
writeDevLog => FALSE
uc => NULL
db =>
debugOutput => 1 (integer)
debug_lastBuiltQuery => 'SELECT sys_category.uid FROM sys_category,sys_category_record_mm,tt_content
WHERE sys_category.uid=sys_category_record_mm.uid_local AND tt_content.uid=s
ys_category_record_mm.uid_foreign AND sys_category_record_mm.tablenames="tt_
content" AND sys_category_record_mm.fieldname="categories" AND sys_category_
record_mm.uid_foreign=1645' (330 chars)
store_lastBuiltQuery => FALSE
explainOutput => 0 (integer)
databaseHost => 'localhost' (9 chars)
databasePort => 3306 (integer)
databaseSocket => '' (0 chars)
databaseName => 'typo3_7LTS_seltamed' (19 chars)
databaseUsername => 'satzart' (7 chars)
databaseUserPassword => 'ED7Jc0BVApmiNzVHsmdF' (20 chars)
persistentDatabaseConnection => FALSE
connectionCompression => FALSE
connectionCharset => 'utf8' (4 chars)
initializeCommandsAfterConnect => array(empty)
isConnected => TRUE
link =>
affected_rows => 0 (integer)
client_info => 'mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e657
9 $' (79 chars)
client_version => 50012 (integer)
connect_errno => 0 (integer)
connect_error => NULL
errno => 0 (integer)
error => '' (0 chars)
error_list => array(empty)
field_count => 1 (integer)
host_info => 'Localhost via UNIX socket' (25 chars)
info => NULL
insert_id => 0 (integer)
server_info => '5.6.51' (6 chars)
server_version => 50651 (integer)
stat => 'Uptime: 43642776 Threads: 1 Questions: 28094884405 Slow queries: 10092 O
pens: 574650256 Flush tables: 1 Open tables: 400 Queries per second avg:
643.746' (159 chars)
sqlstate => '00000' (5 chars)
protocol_version => 10 (integer)
thread_id => 385058975 (integer)
warning_count => 0 (integer)
default_charset => 'utf8' (4 chars)
preProcessHookObjects => array(empty)
postProcessHookObjects => array(empty)
dateTimeFormats =>
date =>
empty => '0000-00-00' (10 chars)
format => 'Y-m-d' (5 chars)
datetime =>
empty => '0000-00-00 00:00:00' (19 chars)
format => 'Y-m-d H:i:s' (11 chars)
loginUser => FALSE
gr_list => '0,-1' (4 chars)
beUserLogin => FALSE
workspacePreview => 0 (integer)
loginAllowedInBranch => TRUE
loginAllowedInBranch_mode => '' (0 chars)
ADMCMD_preview_BEUSER_uid => 0 (integer)
fePreview => 0 (integer)
showHiddenPage => FALSE
showHiddenRecords => FALSE
simUserGroup => 0 (integer)
TYPO3_CONF_VARS =>
GFX =>
image_processing => 1 (integer)
thumbnails => TRUE
thumbnails_png => 0 (integer)
gif_compress => TRUE
imagefile_ext => 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai,svg,webp' (53 chars)
gdlib => TRUE
gdlib_png => FALSE
im => 1 (integer)
im_path => '/usr/bin/' (9 chars)
im_path_lzw => '/usr/bin/' (9 chars)
im_version_5 => 'im6' (3 chars)
im_v5effects => 1 (integer)
im_mask_temp_ext_gif => 1 (integer)
im_noScaleUp => FALSE
im_noFramePrepended => FALSE
im_stripProfileCommand => '+profile '*'' (12 chars)
im_useStripProfileByDefault => TRUE
jpg_quality => '75' (2 chars)
png_truecolor => TRUE
colorspace => 'sRGB' (4 chars)
SYS =>
lang =>
format =>
priority => 'xlf,xml' (7 chars)
parser =>
xml => 'TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser' (53 chars)
xlf => 'TYPO3\CMS\Core\Localization\Parser\XliffParser' (46 chars)
fileCreateMask => '0664' (4 chars)
folderCreateMask => '2775' (4 chars)
createGroup => '' (0 chars)
sitename => 'New TYPO3 site' (14 chars)
encryptionKey => '4eda22e9f402918aa25f037d90ba09726dd8af4c1615dc8ec74be310250683b79787c060fdaa
93b80a4674ee043d8628' (96 chars)
cookieDomain => '' (0 chars)
cookieSecure => 0 (integer)
cookieHttpOnly => TRUE
doNotCheckReferer => FALSE
recursiveDomainSearch => FALSE
trustedHostsPattern => 'SERVER_NAME' (11 chars)
devIPmask => '*' (1 chars)
ipAnonymization => 1 (integer)
sqlDebug => 1 (integer)
enable_DLOG => FALSE
ddmmyy => 'd-m-y' (5 chars)
hhmm => 'H:i' (3 chars)
USdateFormat => FALSE
loginCopyrightWarrantyProvider => '' (0 chars)
loginCopyrightWarrantyURL => '' (0 chars)
curlUse => FALSE
curlProxyNTLM => FALSE
curlProxyServer => '' (0 chars)
curlProxyTunnel => FALSE
curlProxyUserPass => '' (0 chars)
curlTimeout => 0 (integer)
textfile_ext => 'txt,ts,typoscript,html,htm,css,tmpl,js,sql,xml,csv,xlf' (54 chars)
mediafile_ext => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,webm,youtube,vimeo' (62 chars)
binPath => '' (0 chars)
binSetup => '' (0 chars)
t3lib_cs_convMethod => 'mbstring' (8 chars)
t3lib_cs_utils => 'mbstring' (8 chars)
no_pconnect => TRUE
dbClientCompress => FALSE
setDBinit => '' (0 chars)
setMemoryLimit => 0 (integer)
phpTimeZone => '' (0 chars)
systemLog => '' (0 chars)
systemLogLevel => 0 (integer)
enableDeprecationLog => '' (0 chars)
maxFileNameLength => 60 (integer)
UTF8filesystem => FALSE
systemLocale => '' (0 chars)
lockingMode => 'simple' (6 chars)
reverseProxyIP => '' (0 chars)
reverseProxyHeaderMultiValue => 'none' (4 chars)
reverseProxyPrefix => '' (0 chars)
reverseProxySSL => '' (0 chars)
reverseProxyPrefixSSL => '' (0 chars)
caching =>
cacheConfigurations =>
cache_core =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
cache_hash =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(empty)max depth
groups => array(2 items)max depth
cache_pages =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(2 items)max depth
cache_pagesection =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(2 items)max depth
groups => array(2 items)max depth
cache_phpcode =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
cache_runtime =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend' (51 chars)
options => array(empty)max depth
groups => array(empty)max depth
cache_rootline =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(2 items)max depth
cache_imagesizes =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
l10n =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
fluid_template =>
backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars)
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
groups => array(1 item)max depth
extbase_object =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\ApcuBackend' (40 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
extbase_reflection =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
extbase_typo3dbbackend_tablecolumns =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\NullBackend' (40 chars)
groups => array(1 item)max depth
extbase_typo3dbbackend_queries =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
groups => array(1 item)max depth
extbase_datamapfactory_datamap =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
groups => array(1 item)max depth
sitemap_generator => array(empty)
defaultCategorizedTables => 'pages,tt_content,sys_file_metadata' (34 chars)
displayErrors => 1 (integer)
productionExceptionHandler => 'TYPO3\CMS\Core\Error\ProductionExceptionHandler' (47 chars)
debugExceptionHandler => 'TYPO3\CMS\Core\Error\DebugExceptionHandler' (42 chars)
errorHandler => 'TYPO3\CMS\Core\Error\ErrorHandler' (33 chars)
errorHandlerErrors => 30466 (integer)
exceptionalErrors => 28674 (integer)
enable_errorDLOG => 0 (integer)
enable_exceptionDLOG => 0 (integer)
syslogErrorReporting => 30711 (integer)
belogErrorReporting => 30711 (integer)
locallangXMLOverride =>
EXT:femanager/Resources/Private/Language/locallang.xlf =>
0 => 'fileadmin/seltamed.de/template/bootstrap/femanager/Resources/Private/Languag
e/locallang.xlf' (91 chars)
generateApacheHtaccess => 1 (integer)
Objects =>
TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch =>
className => 'ArminVieweg\Dce\XClass\LiveSearchCompatibility' (46 chars)
fal =>
registeredDrivers =>
Local =>
class => 'TYPO3\CMS\Core\Resource\Driver\LocalDriver' (42 chars)
shortName => 'Local' (5 chars)
flexFormDS => 'FILE:EXT:core/Configuration/Resource/Driver/LocalDriverFlexForm.xml' (67 chars)
label => 'Local filesystem' (16 chars)
defaultFilterCallbacks =>
0 =>
0 => 'TYPO3\CMS\Core\Resource\Filter\FileNameFilter' (45 chars)
1 => 'filterHiddenFilesAndFolders' (27 chars)
processingTaskTypes =>
Image.Preview => 'TYPO3\CMS\Core\Resource\Processing\ImagePreviewTask' (51 chars)
Image.CropScaleMask => 'TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask' (57 chars)
registeredCollections =>
static => 'TYPO3\CMS\Core\Resource\Collection\StaticFileCollection' (55 chars)
folder => 'TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection' (60 chars)
category => 'TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection' (62 chars)
onlineMediaHelpers =>
youtube => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\YouTubeHelper' (57 chars)
vimeo => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\VimeoHelper' (55 chars)
IconFactory =>
recordStatusMapping =>
hidden => 'overlay-hidden' (14 chars)
fe_group => 'overlay-restricted' (18 chars)
starttime => 'overlay-scheduled' (17 chars)
endtime => 'overlay-scheduled' (17 chars)
futureendtime => 'overlay-scheduled' (17 chars)
readonly => 'overlay-readonly' (16 chars)
deleted => 'overlay-deleted' (15 chars)
missing => 'overlay-missing' (15 chars)
translated => 'overlay-translated' (18 chars)
protectedSection => 'overlay-includes-subpages' (25 chars)
overlayPriorities =>
0 => 'hidden' (6 chars)
1 => 'starttime' (9 chars)
2 => 'endtime' (7 chars)
3 => 'futureendtime' (13 chars)
4 => 'protectedSection' (16 chars)
5 => 'fe_group' (8 chars)
FileInfo =>
fileExtensionToMimeType =>
svg => 'image/svg+xml' (13 chars)
youtube => 'video/youtube' (13 chars)
vimeo => 'video/vimeo' (11 chars)
livesearch =>
page => 'pages' (5 chars)
content => 'tt_content' (10 chars)
isInitialInstallationInProgress => FALSE
isInitialDatabaseImportDone => TRUE
clearCacheSystem => TRUE
formEngine =>
nodeRegistry =>
1436965601 =>
nodeName => 'rsaInput' (8 chars)
priority => '70' (2 chars)
class => 'TYPO3\CMS\Rsaauth\Form\Element\RsaInputElement' (46 chars)
1433089350 =>
nodeName => 't3editor' (8 chars)
priority => 40 (integer)
class => 'TYPO3\CMS\T3editor\Form\Element\T3editorElement' (47 chars)
nodeResolver =>
1433167475 =>
nodeName => 'text' (4 chars)
priority => 40 (integer)
class => 'TYPO3\CMS\Rtehtmlarea\Form\Resolver\RichTextNodeResolver' (56 chars)
formDataGroup =>
tcaDatabaseRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\ReturnUrl => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseParentPageRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUserPermissionCheck => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageRootline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\UserTsConfig => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfig => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\ParentPageTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowInitializeNew => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUniqueUidNewRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDateTimeFields => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseSystemLanguageRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageLanguageOverlayRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseLanguageRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfigMerged => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsOverrides => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessRecordTitle => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessPlaceholders => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessShowitem => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaTypesShowitem => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRecordTitle => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\EvaluateDisplayConditions => array(1 item)max depth
flexFormSegment =>
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth
tcaInputPlaceholderRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
inlineParentRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
EXT =>
allowGlobalInstall => FALSE
allowLocalInstall => TRUE
allowSystemInstall => FALSE
excludeForPackaging => '(?:\..*(?!htaccess)|.*~|.*\.swp|.*\.bak|\.sass-cache|node_modules|bower_comp
onents)' (83 chars)
extConf =>
saltedpasswords => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\CMS\Saltedpassw
ords\Salt\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12
:"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingM
ethod";s:41:"TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt";s:11:"forceSalted";i
:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}' (360 chars)
bootstrap_package => 'a:9:{s:21:"disableLessProcessing";s:1:"0";s:16:"disablePageTsRTE";s:1:"0";s:
20:"disablePageTsTCEFORM";s:1:"0";s:20:"disablePageTsTCEMAIN";s:1:"0";s:21:"
disablePageTsAdmPanel";s:1:"0";s:27:"disablePageTsBackendLayouts";s:1:"0";s:
18:"disableBackendSkin";s:1:"0";s:4:"Logo";s:84:"../typo3conf/ext/bootstrap_
package/Resources/Public/Images/Backend/TopBarLogo@2x.png";s:9:"LoginLogo";s
:80:"../typo3conf/ext/bootstrap_package/Resources/Public/Images/Backend/Logi
nLogo.png";}' (468 chars)
cewrap => 'a:1:{s:17:"l10n_mode_exclude";s:1:"0";}' (39 chars)
dce => 'a:5:{s:29:"disableAutoClearFrontendCache";s:1:"0";s:17:"disableCodemirror";s
:1:"0";s:17:"enableUpdateCheck";s:1:"0";s:16:"filebasedDcePath";s:0:"";s:21:
"disableAutoClearCache";s:1:"0";}' (185 chars)
femanager => 'a:2:{s:13:"disableModule";s:1:"0";s:10:"disableLog";s:1:"0";}' (61 chars)
fluid_styled_content => 'a:1:{s:32:"loadContentElementWizardTsConfig";s:1:"1";}' (54 chars)
form => 'a:0:{}' (6 chars)
http2 => 'a:0:{}' (6 chars)
introduction => 'a:0:{}' (6 chars)
kb_nescefe => 'a:5:{s:13:"copyRecursive";s:1:"1";s:17:"localizeRecursive";s:1:"1";s:16:"tem
platesOnPages";s:1:"0";s:21:"templateSoftReference";s:1:"0";s:22:"containerE
lementColPos";s:2:"10";}' (176 chars)
owl_slider => 'a:0:{}' (6 chars)
realurl => 'a:7:{s:10:"configFile";s:36:"typo3conf/ext/xtoura/realurlconf.php";s:14:"ena
bleAutoConf";s:1:"0";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";
s:0:"";s:12:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";s:19:"enableCha
shUrlDebug";s:1:"1";}' (249 chars)
rsaauth => 'a:1:{s:18:"temporaryDirectory";s:0:"";}' (39 chars)
satzart_template => 'a:0:{}' (6 chars)
scheduler => 'a:5:{s:11:"maxLifetime";s:4:"1440";s:11:"enableBELog";s:1:"1";s:15:"showSamp
leTasks";s:1:"1";s:11:"useAtdaemon";s:1:"0";s:30:"listShowTaskDescriptionAsH
over";s:1:"1";}' (167 chars)
sitemap_generator => 'a:0:{}' (6 chars)
xtoura => 'a:0:{}' (6 chars)
xtoura_finder_module => 'a:0:{}' (6 chars)
runtimeActivatedPackages => array(empty)
BE =>
lang =>
debug => FALSE
unzip_path => '' (0 chars)
fileadminDir => 'fileadmin/' (10 chars)
RTE_imageStorageDir => 'uploads/' (8 chars)
lockRootPath => '' (0 chars)
userHomePath => '' (0 chars)
groupHomePath => '' (0 chars)
userUploadDir => '' (0 chars)
warning_email_addr => '' (0 chars)
warning_mode => '' (0 chars)
lockIP => 4 (integer)
sessionTimeout => 3600 (integer)
IPmaskList => '' (0 chars)
lockBeUserToDBmounts => TRUE
lockSSL => 0 (integer)
lockSSLPort => 0 (integer)
enabledBeUserIPLock => TRUE
lockHashKeyWords => 'useragent' (9 chars)
cookieDomain => '' (0 chars)
cookieName => 'be_typo_user' (12 chars)
loginSecurityLevel => 'rsa' (3 chars)
showRefreshLoginPopup => FALSE
adminOnly => 0 (integer)
disable_exec_function => FALSE
compressionLevel => 0 (integer)
installToolPassword => '$P$CcwWoELIWlseDY2qk5hp4wOaWE9njs1' (34 chars)
pageTree =>
preloadLimit => 50 (integer)
defaultUserTSconfig => 'options.enableBookmarks=1
options.file_list.enableDisplayBigControlPanel=
selectable
options.file_list.enableDisplayThumbnails=selectable
option
s.file_list.enableClipBoard=selectable
options.pageTree {
doktypesToS
howInNewPageDragArea = 1,6,4,7,3,254,255,199
}
options.contextMenu.op
tions.leftIcons = 1
options.contextMenu {
table {
virtual_root {
disableItems =
items {
100 = ITEM
100 {
name = history
label = LLL:EXT:lang/locallang_misc.xlf:CM_history
iconName = actions-document-history-open
displayCondition = ca
nShowHistory != 0
callbackAction = openHistoryPopUp
}
}
}
pages_root {
disableItems =
items {
100 =
ITEM
100 {
name = view
label = LLL:EXT:lang/locallang
_core.xlf:cm.view
iconName = actions-document-view
displayCo
ndition = canBeViewed != 0
callbackAction = viewPage
}
200 = ITEM
200 {
name = new
label = LLL:EXT:lang/lo
callang_core.xlf:cm.new
iconName = actions-page-new
displayC
ondition = canCreateNewPages != 0
callbackAction = newPageWizard
}
300 = DIVIDER
400 = ITEM
400 {
name = h
istory
label = LLL:EXT:lang/locallang_misc.xlf:CM_history
ic
onName = actions-document-history-open
displayCondition = canShowHis
tory != 0
callbackAction = openHistoryPopUp
}
}
}
pages {
disableItems =
items {
100 = ITEM
1
00 {
name = view
label = LLL:EXT:lang/locallang_core.xlf:cm.
view
iconName = actions-document-view
displayCondition = can
BeViewed != 0
callbackAction = viewPage
}
200 = DIVID
ER
300 = ITEM
300 {
name = disable
label = LL
L:EXT:lang/locallang_common.xlf:disable
iconName = actions-edit-hide
displayConditio...' (7027 chars)
defaultPageTSconfig => 'mod.web_list.enableDisplayBigControlPanel=selectable
mod.web_list.enableC
lipBoard=selectable
mod.web_list.enableLocalizationView=selectable
mod
.web_list.tableDisplayOrder {
be_users.after = be_groups
sys_filemou
nts.after = be_users
sys_file_storage.after = sys_filemounts
sys_lan
guage.after = sys_file_storage
pages_language_overlay.before = pages
fe_users.after = fe_groups
fe_users.before = pages
sys_template.aft
er = pages
backend_layout.after = pages
sys_domain.after = sys_templ
ate
tt_content.after = pages,backend_layout,sys_template
sys_categor
y.after = tt_content
}
mod.wizards.newRecord.pages.show.pageInside=1
mod.wizards.newRecord.pages.show.pageAfter=1
mod.wizards.newRecord.page
s.show.pageSelectPosition=1
mod.web_view.previewFrameWidths {
1280.la
bel = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
1024.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:tabl
et
960.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf
:mobile
800.label = LLL:EXT:viewpage/Resources/Private/Language/locallan
g.xlf:computer
768.label = LLL:EXT:viewpage/Resources/Private/Language/l
ocallang.xlf:tablet
600.label = LLL:EXT:viewpage/Resources/Private/Langu
age/locallang.xlf:tablet
640.label = LLL:EXT:viewpage/Resources/Private/
Language/locallang.xlf:mobile
480.label = LLL:EXT:viewpage/Resources/Pri
vate/Language/locallang.xlf:mobile
400.label = LLL:EXT:viewpage/Resource
s/Private/Language/locallang.xlf:mobile
360.label = LLL:EXT:viewpage/Res
ources/Private/Language/locallang.xlf:mobile
300.label = LLL:EXT:viewpag
e/Resources/Private/Language/locallang.xlf:mobile
}
[GLOBAL]
<INCLUDE_
TYPOSCRIPT: source="FILE:EXT:backend/Configuration/PageTSconfig/NewContentEl
ementWizard.ts">
[GLOBAL]
RTE.default.skin = EXT:t3skin/rtehtmlarea/htmlar
ea.css
RTE.default.FE.skin = EXT:t3skin/rtehtmlarea/htmlarea.css
[GLOBAL]
<INCLUDE_TYPOSCRIPT: sou...' (30556 chars)
defaultPermissions => array(empty)
defaultUC => array(empty)
fileExtensions =>
webspace =>
allow => '' (0 chars)
deny => 'php,php3,php4,php5,php6,php7,phpsh,inc,phtml,pht' (48 chars)
ftpspace =>
allow => '*' (1 chars)
deny => '' (0 chars)
customPermOptions => array(empty)
fileDenyPattern => '\.(php[3-7]?|phpsh|phtml|pht)(\..*)?$|^\.htaccess$' (50 chars)
interfaces => 'backend' (7 chars)
notificationPrefix => '[TYPO3 Note]' (12 chars)
explicitADmode => 'explicitAllow' (13 chars)
niceFlexFormXMLtags => TRUE
compactFlexFormXML => 0 (integer)
flexformForceCDATA => 0 (integer)
explicitConfirmationOfTranslation => FALSE
versionNumberInFilename => '0' (1 chars)
spriteIconGenerator_handler => 'TYPO3\CMS\Backend\Sprite\SimpleSpriteHandler' (44 chars)
debug => TRUE
AJAX => array(empty)
toolbarItems => array(empty)
HTTP =>
Response =>
Headers =>
clickJackingProtection => 'X-Frame-Options: SAMEORIGIN' (27 chars)
XCLASS => array(empty)
FE =>
enableRecordRegistration => FALSE
addAllowedPaths => '' (0 chars)
debug => TRUE
noPHPscriptInclude => FALSE
strictFormmail => TRUE
secureFormmail => TRUE
formmailMaxAttachmentSize => 250000 (integer)
compressionLevel => 0 (integer)
pageNotFound_handling => 'https://www.seltamed.de/404' (27 chars)
pageNotFound_handling_statheader => 'HTTP/1.0 404 Not Found' (22 chars)
pageNotFoundOnCHashError => TRUE
pageUnavailable_handling => 'https://www.seltamed.de/404' (27 chars)
pageUnavailable_handling_statheader => 'HTTP/1.0 503 Service Temporarily Unavailable' (44 chars)
pageUnavailable_force => FALSE
addRootLineFields => 'tx_realurl_pathsegment,tx_realurl_exclude,tx_realurl_pathoverride' (65 chars)
checkFeUserPid => TRUE
lockIP => 2 (integer)
loginSecurityLevel => 'normal' (6 chars)
lifetime => 0 (integer)
sessionDataLifetime => 86400 (integer)
permalogin => 0 (integer)
maxSessionDataSize => 10000 (integer)
cookieDomain => '' (0 chars)
cookieName => 'fe_typo_user' (12 chars)
lockHashKeyWords => 'useragent' (9 chars)
defaultUserTSconfig => '' (0 chars)
defaultTypoScript_constants => '' (0 chars)
defaultTypoScript_constants. =>
defaultContentRendering => '
[GLOBAL]
#############################################
## TypoScript added
by extension "TYPO3.CMS.Felogin"
##########################################
###
styles.content.loginform {
# cat=content/cLogin; type=int+; label=
PID of user archive: Enter the page-uid number (PID) of the folder where yo
u keep your fe_users that are supposed to login on this site. This setting i
s necessary, if login is going to work!
pid =
# cat=content/cLogin; ty
pe=; label= Login template: Enter the path for the HTML template to be used
templateFile = EXT:felogin/Resources/Private/Templates/FrontendLogin.html
}
' (610 chars)
defaultTypoScript_setup => '' (0 chars)
defaultTypoScript_setup. =>
defaultContentRendering => '
[GLOBAL]
#############################################
## TypoScript added
by extension "rtehtmlarea"
#############################################
<
INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/Configuration/TypoScript/Im
ageRendering/setup.txt">
[GLOBAL]
#########################################
####
## TypoScript added by extension "TYPO3.CMS.Felogin"
##################
###########################
# Setting "felogin" plugin TypoScript
tt_conte
nt.login = COA
tt_content.login {
10 =< lib.stdheader
20 >
20 =< plugin.t
x_felogin_pi1
}
[GLOBAL]
#############################################
##
TypoScript added by extension "Form"
#######################################
######
# Setting Form plugin TypoScript
tt_content.list.20.form_form = USE
R
tt_content.list.20.form_form {
userFunc = TYPO3\CMS\Extbase\Core\Bootstra
p->run
extensionName = Form
pluginName = Form
vendorName = TYPO3\CMS
}
[
GLOBAL]
#############################################
## TypoScript added by
extension "Dce"
#############################################
# Setting D
ce plugin TypoScript
tt_content.list.20.dce_dce = USER
tt_content.list.20.dc
e_dce {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = D
ce
pluginName = Dce
vendorName = ArminVieweg
}
[GLOBAL]
#################
############################
## TypoScript added by extension "Dce"
########
#####################################
# Setting Dce plugin TypoScript
tt_c
ontent.dce_dceuid47 = COA
tt_content.dce_dceuid47 {
10 = < lib.stdheader
2
0 = USER
20 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensio
nName = Dce
pluginName = dceuid47
vendorName = ArminVieweg
}
}
[GLOBAL
]
#############################################
## TypoScript added by exten
sion "dce"
#############################################
# Hide lib.stdhead
er for DCE with uid 47
tt_content.dce_dceuid47.10 >
[GLOBAL]
##
###########################################
## TypoScript added by extension
"dce"
#################...' (36435 chars)
additionalAbsRefPrefixDirectories => '' (0 chars)
IPmaskMountGroups => array(empty)
get_url_id_token => '#get_URL_ID_TOK#' (16 chars)
content_doktypes => '1,2,5,7' (7 chars)
enable_mount_pids => TRUE
pageOverlayFields => 'uid,doktype,title,subtitle,nav_title,media,keywords,description,abstract,aut
hor,author_email,url,urltype,shortcut,shortcut_mode,tx_realurl_pathsegment' (150 chars)
hidePagesIfNotTranslatedByDefault => FALSE
eID_include =>
dumpFile => 'TYPO3\CMS\Core\Controller\FileDumpController::dumpAction' (56 chars)
tx_cms_showpic => 'TYPO3\CMS\Frontend\Controller\ShowImageController::processRequest' (65 chars)
ExtDirect => 'TYPO3\CMS\Frontend\Controller\ExtDirectEidController::processRequest' (68 chars)
rtehtmlarea_spellchecker => 'TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::processRequest' (72 chars)
RsaPublicKeyGenerationController => 'TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::processReques
t' (77 chars)
femanagerFileUpload => 'EXT:femanager/Classes/Eid/FileUploadEid.php' (43 chars)
femanagerFileDelete => 'EXT:femanager/Classes/Eid/FileDeleteEid.php' (43 chars)
femanagerValidate => 'EXT:femanager/Classes/Eid/ValidateEid.php' (41 chars)
femanagerLoginAs => 'EXT:femanager/Classes/Eid/LoginAsEid.php' (40 chars)
disableNoCacheParameter => FALSE
cacheHash =>
cachedParametersWhiteList => array(empty)
excludedParameters =>
0 => 'L' (1 chars)
1 => 'pk_campaign' (11 chars)
2 => 'pk_kwd' (6 chars)
3 => 'utm_source' (10 chars)
4 => 'utm_medium' (10 chars)
5 => 'utm_campaign' (12 chars)
6 => 'utm_term' (8 chars)
7 => 'utm_content' (11 chars)
8 => 'fbclid' (6 chars)
9 => 'gclid' (5 chars)
requireCacheHashPresenceParameters => array(empty)
includePageId => '1' (1 chars)
excludedParametersIfEmpty => array(empty)
cHashIncludePageId => '1' (1 chars)
cHashExcludedParameters => 'L, pk_campaign, pk_kwd, utm_source, utm_medium, utm_campaign, utm_term, utm_
content, fbclid, gclid' (98 chars)
cHashOnlyForParameters => '' (0 chars)
cHashRequiredParameters => '' (0 chars)
cHashExcludedParametersIfEmpty => '' (0 chars)
workspacePreviewLogoutTemplate => '' (0 chars)
versionNumberInFilename => 'querystring' (11 chars)
contentRenderingTemplates =>
0 => 'cssstyledcontent/static/' (24 chars)
1 => 'cssstyledcontent/static/v6.2/' (29 chars)
2 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
ContentObjects =>
TEXT => 'TYPO3\CMS\Frontend\ContentObject\TextContentObject' (50 chars)
CASE => 'TYPO3\CMS\Frontend\ContentObject\CaseContentObject' (50 chars)
COA => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject' (64 chars)
COA_INT => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayInternalContentObject' (72 chars)
USER => 'TYPO3\CMS\Frontend\ContentObject\UserContentObject' (50 chars)
USER_INT => 'TYPO3\CMS\Frontend\ContentObject\UserInternalContentObject' (58 chars)
FILE => 'TYPO3\CMS\Frontend\ContentObject\FileContentObject' (50 chars)
FILES => 'TYPO3\CMS\Frontend\ContentObject\FilesContentObject' (51 chars)
IMAGE => 'TYPO3\CMS\Frontend\ContentObject\ImageContentObject' (51 chars)
IMG_RESOURCE => 'TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject' (59 chars)
CONTENT => 'TYPO3\CMS\Frontend\ContentObject\ContentContentObject' (53 chars)
RECORDS => 'TYPO3\CMS\Frontend\ContentObject\RecordsContentObject' (53 chars)
HMENU => 'TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject' (62 chars)
LOAD_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject' (58 chars)
RESTORE_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\RestoreRegisterContentObject' (61 chars)
TEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\TemplateContentObject' (54 chars)
FLUIDTEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject' (59 chars)
SVG => 'TYPO3\CMS\Frontend\ContentObject\ScalableVectorGraphicsContentObject' (68 chars)
EDITPANEL => 'TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject' (55 chars)
XCLASS => array(empty)
MAIL =>
transport => 'mail' (4 chars)
transport_smtp_server => 'localhost:25' (12 chars)
transport_smtp_encrypt => '' (0 chars)
transport_smtp_username => '' (0 chars)
transport_smtp_password => '' (0 chars)
transport_sendmail_command => '/usr/sbin/sendmail -t -i' (24 chars)
transport_mbox_file => '' (0 chars)
defaultMailFromAddress => '' (0 chars)
defaultMailFromName => '' (0 chars)
HTTP =>
adapter => 'socket' (6 chars)
connect_timeout => 10 (integer)
timeout => 0 (integer)
protocol_version => '1.1' (3 chars)
follow_redirects => FALSE
max_redirects => 5 (integer)
strict_redirects => FALSE
proxy_host => '' (0 chars)
proxy_port => '' (0 chars)
proxy_user => '' (0 chars)
proxy_password => '' (0 chars)
proxy_auth_scheme => 'basic' (5 chars)
ssl_verify_peer => FALSE
ssl_verify_host => TRUE
ssl_cafile => '' (0 chars)
ssl_capath => '' (0 chars)
ssl_local_cert => '' (0 chars)
ssl_passphrase => '' (0 chars)
userAgent => 'TYPO3' (5 chars)
LOG =>
writerConfiguration =>
4 =>
TYPO3\CMS\Core\Log\Writer\FileWriter => array(empty)
TYPO3 =>
CMS =>
Core =>
Resource => array(1 item)max depth
DmitryDulepov =>
Realurl =>
writerConfiguration =>
7 => array(1 item)max depth
MODS => array(empty)
USER => array(empty)
SC_OPTIONS =>
GLOBAL =>
softRefParser =>
substitute => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
notify => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
images => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
typolink => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
typolink_tag => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
TSconfig => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
TStemplate => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
ext_fileref => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
email => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
url => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
rtehtmlarea_images => 'TYPO3\CMS\Rtehtmlarea\Hook\SoftReferenceHook' (44 chars)
softRefParser_GL => array(empty)
cliKeys =>
scheduler =>
0 => Closuremax depth
1 => '_CLI_scheduler' (14 chars)
scheduler =>
tasks =>
TYPO3\CMS\Extensionmanager\Task\UpdateExtensionListTask =>
extension => 'extensionmanager' (16 chars)
title => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
eExtensionListTask.name' (99 chars)
description => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
eExtensionListTask.description' (106 chars)
additionalFields => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask =>
extension => 'saltedpasswords' (15 chars)
title => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
asswords.tasks.bulkupdate.name' (106 chars)
description => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
asswords.tasks.bulkupdate.description' (113 chars)
additionalFields => 'TYPO3\CMS\Saltedpasswords\Task\BulkUpdateFieldProvider' (54 chars)
TYPO3\CMS\Reports\Task\SystemStatusUpdateTask =>
extension => 'reports' (7 chars)
title => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
teTaskTitle' (87 chars)
description => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
teTaskDescription' (93 chars)
additionalFields => 'TYPO3\CMS\Reports\Task\SystemStatusUpdateTaskNotificationEmailField' (67 chars)
TYPO3\CMS\Scheduler\Example\TestTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.name' (72 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:testTask.descript
ion' (79 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Example\TestTaskAdditionalFieldProvider' (59 chars)
TYPO3\CMS\Scheduler\Example\SleepTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.name' (73 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:sleepTask.descrip
tion' (80 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Example\SleepTaskAdditionalFieldProvider' (60 chars)
TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
arbageCollection.name' (97 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
arbageCollection.description' (104 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionAdditionalFieldPro
vider' (81 chars)
TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
ng.name' (83 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
ng.description' (90 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageIndexingAdditionalFieldProvider' (67 chars)
TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
tion.name' (85 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
tion.description' (92 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageExtractionAdditionalFieldProvider' (69 chars)
TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
llection.name' (89 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
llection.description' (96 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionAdditionalFieldProvider' (73 chars)
TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
ction.name' (86 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
ction.description' (93 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\TableGarbageCollectionAdditionalFieldProvider' (70 chars)
options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\IpAnonymizationTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.n
ame' (79 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.d
escription' (86 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\IpAnonymizationAdditionalFieldProvider' (63 chars)
options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
able.name' (85 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
able.description' (92 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableAdditionalFieldProvider' (69 chars)
extbase =>
commandControllers =>
0 => 'TYPO3\CMS\Lang\Command\LanguageCommandController' (48 chars)
1 => 'Markussom\SitemapGenerator\Command\TaskCommandController' (56 chars)
tce =>
formevals =>
TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator => '' (0 chars)
ArminVieweg\Dce\UserFunction\CustomFieldValidation\LowerCamelCaseValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/LowerCamelCaseValidator.p
hp' (78 chars)
ArminVieweg\Dce\UserFunction\CustomFieldValidation\NoLeadingNumberValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/NoLeadingNumberValidator.
php' (79 chars)
DmitryDulepov\Realurl\Evaluator\SegmentFieldCleaner => '/var/www/vhosts/seltamed.de/htdocs/public/typo3conf/ext/realurl/Classes/Eval
uator/SegmentFieldCleaner.php' (105 chars)
ext/saltedpasswords =>
saltMethods => array(empty)
t3lib/class.t3lib_tsfebeuserauth.php =>
frontendEditingController =>
default => 'TYPO3\CMS\Core\FrontendEditing\FrontendEditingController' (56 chars)
t3lib/class.t3lib_tcemain.php =>
processDatamapClass =>
0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\DecryptionHook' (37 chars)
dce => 'ArminVieweg\Dce\Hooks\AfterSaveHook' (35 chars)
realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars)
processCmdmapClass =>
0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars)
moveRecordClass =>
0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
tslib/class.tslib_fe.php =>
hook_previewInfo =>
cms => 'TYPO3\CMS\Frontend\Hooks\FrontendHooks->hook_previewInfo' (56 chars)
contentPostProc-output =>
b13/http2 => 'B13\Http2\ResourcePusher->pushForFrontend' (41 chars)
checkAlternativeIdMethods-PostProc =>
realurl => 'DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl' (51 chars)
urlProcessing =>
urlHandlers =>
frontendExternalUrl =>
handler => 'TYPO3\CMS\Frontend\Page\ExternalPageUrlHandler' (46 chars)
ext/install =>
update =>
accessRightParameters => 'TYPO3\CMS\Install\Updates\AccessRightParametersUpdate' (53 chars)
backendUserStartModule => 'TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate' (54 chars)
languageIsoCode => 'TYPO3\CMS\Install\Updates\LanguageIsoCodeUpdate' (47 chars)
PageShortcutParent => 'TYPO3\CMS\Install\Updates\PageShortcutParentUpdate' (50 chars)
backendShortcuts => 'TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate' (56 chars)
processedFilesChecksum => 'TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate' (53 chars)
filesReplacePermission => 'TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate' (54 chars)
tableCType => 'TYPO3\CMS\Install\Updates\TableFlexFormToTtContentFieldsUpdate' (62 chars)
TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 'TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate' (58 chars)
TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 'TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate' (53 chars)
textmediaCType => 'TYPO3\CMS\Install\Updates\ContentTypesToTextMediaUpdate' (55 chars)
TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate => 'TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate' (62 chars)
textmediaAssets => 'TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe' (60 chars)
compatibility6Extension => 'TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate' (56 chars)
mediaceExtension => 'TYPO3\CMS\Install\Updates\MediaceExtractionUpdate' (49 chars)
openidExtension => 'TYPO3\CMS\Install\Updates\OpenidExtractionUpdate' (48 chars)
TYPO3\CMS\Install\Updates\ExtensionManagerTables => 'TYPO3\CMS\Install\Updates\ExtensionManagerTables' (48 chars)
checkForDeprecatedRtePageTSConfigProperties => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\DeprecatedRteProperties' (58 chars)
checkForRteAcronymButtonRenamedToAbbreviation => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\RteAcronymButtonRenamedToAbbreviation' (72 chars)
dceMigrateOldNamespacesInFluidTemplateUpdate => 'ArminVieweg\Dce\Updates\MigrateOldNamespacesInFluidTemplateUpdate' (65 chars)
dceMigrateDceFieldDatabaseRelationUpdate => 'ArminVieweg\Dce\Updates\MigrateDceFieldDatabaseRelationUpdate' (61 chars)
dceMigrateFlexformSheetIdentifierUpdate => 'ArminVieweg\Dce\Updates\MigrateFlexformSheetIdentifierUpdate' (60 chars)
dceFixMalformedDceFieldVariableNamesUpdate => 'ArminVieweg\Dce\Updates\FixMalformedDceFieldVariableNamesUpdate' (63 chars)
ext/setup/mod/index.php =>
setupScriptHook =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->getLoginScripts' (53 chars)
modifyUserDataBeforeSave =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->decryptPassword' (53 chars)
t3lib/class.t3lib_befunc.php =>
displayWarningMessages =>
rsaauth => 'TYPO3\CMS\Rsaauth\BackendWarnings' (33 chars)
tx_reports_WarningMessagePostProcessor => 'TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor' (59 chars)
t3lib/class.t3lib_userauth.php =>
logoff_pre_processing =>
0 => 'TYPO3\CMS\Beuser\Hook\SwitchBackUserHook->switchBack' (52 chars)
cms/layout/class.tx_cms_layout.php =>
tt_content_drawItem =>
image => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer' (68 chars)
textpic => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer' (70 chars)
text => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer' (67 chars)
felogin => 'TYPO3\CMS\Felogin\Hooks\CmsLayout' (33 chars)
textmedia => 'TYPO3\CMS\FluidStyledContent\Hooks\TextmediaPreviewRenderer' (59 chars)
dce => 'ArminVieweg\Dce\Hooks\PageLayoutViewDrawItemHook' (48 chars)
tslib/class.tslib_content.php =>
cObjTypeAndClass =>
0 =>
0 => 'FORM' (4 chars)
1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars)
1 =>
0 => 'FORM_INT' (8 chars)
1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars)
typoLink_PostProc =>
realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->postProcessEncodedUrl' (63 chars)
typo3/backend.php =>
constructPostProcess =>
0 => 'TYPO3\CMS\Impexp\Hook\BackendControllerHook->addJavaScript' (58 chars)
recordlist/Modules/Recordlist/index.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\RecordListHook->render' (45 chars)
cms/layout/db_layout.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\PageHook->render' (39 chars)
cms/web_info/class.tx_cms_webinfo.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\InfoModuleHook->render' (45 chars)
ext/impexp/class.tx_impexp.php =>
before_setRelation =>
dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeSetRelation' (57 chars)
before_writeRecordsRecords =>
dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeWriteRecordsRecords' (65 chars)
Backend\Template\Components\ButtonBar =>
getButtonsHook =>
Dce => 'ArminVieweg\Dce\Hooks\DocHeaderButtonsHook->addDcePopupButton' (61 chars)
t3lib/class.t3lib_pagerenderer.php =>
render-postProcess =>
b13/http2 => 'B13\Http2\PageRendererHook->accumulateResources' (47 chars)
t3lib/class.t3lib_tstemplate.php =>
linkData-PostProc =>
realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->encodeUrl' (51 chars)
realurl =>
cacheImplementation => 'DmitryDulepov\Realurl\Cache\DatabaseCache' (41 chars)
EXTCONF =>
cms =>
db_layout =>
addTables =>
fe_users => array(1 item)max depth
lang =>
availableLanguages =>
0 => 'de' (2 chars)
extbase =>
typeConverters =>
0 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ArrayConverter' (55 chars)
1 => 'TYPO3\CMS\Extbase\Property\TypeConverter\BooleanConverter' (57 chars)
2 => 'TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter' (58 chars)
3 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter' (55 chars)
4 => 'TYPO3\CMS\Extbase\Property\TypeConverter\IntegerConverter' (57 chars)
5 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectStorageConverter' (63 chars)
6 => 'TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter' (66 chars)
7 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter' (56 chars)
8 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StringConverter' (56 chars)
9 => 'TYPO3\CMS\Extbase\Property\TypeConverter\CoreTypeConverter' (58 chars)
10 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileConverter' (54 chars)
11 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileReferenceConverter' (63 chars)
12 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderBasedFileCollectionConverter' (75 chars)
13 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StaticFileCollectionConverter' (70 chars)
14 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderConverter' (56 chars)
15 => 'TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConvert
er' (78 chars)
extensions =>
Form =>
plugins => array(1 item)max depth
SysNote =>
modules => array(1 item)max depth
Dce =>
plugins => array(46 items)max depth
modules => array(1 item)max depth
Femanager =>
plugins => array(1 item)max depth
SitemapGenerator =>
plugins => array(1 item)max depth
felogin =>
password_changed =>
0 => 'TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility->feloginForgotPassw
ordHook' (83 chars)
loginFormOnSubmitFuncs =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\FrontendLoginHook->loginFormHook' (55 chars)
rtehtmlarea =>
version => '7.6.32' (6 chars)
defaultConfiguration => 'Typical' (7 chars)
plugins =>
EditorMode =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditorMode' (42 chars)
EditElement =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditElement' (43 chars)
disableInFE => 0 (integer)
MicrodataSchema =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\MicroDataSchema' (47 chars)
disableInFE => 0 (integer)
DefaultInline =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline' (45 chars)
BlockElements =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockElements' (45 chars)
DefinitionList =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefinitionList' (46 chars)
BlockStyle =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle' (42 chars)
CharacterMap =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CharacterMap' (44 chars)
Abbreviation =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Abbreviation' (44 chars)
disableInFE => 1 (integer)
UserElements =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UserElements' (44 chars)
disableInFE => 1 (integer)
TextStyle =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextStyle' (41 chars)
DefaultLink =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink' (43 chars)
TYPO3Link =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Link' (41 chars)
disableInFE => 1 (integer)
additionalAttributes => 'rel' (3 chars)
TYPO3Color =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Color' (42 chars)
disableInFE => 0 (integer)
SelectFont =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\SelectFont' (42 chars)
disableInFE => 0 (integer)
TextIndicator =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextIndicator' (45 chars)
disableInFE => 0 (integer)
InsertSmiley =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley' (44 chars)
disableInFE => 0 (integer)
Language =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Language' (40 chars)
disableInFE => 0 (integer)
SpellChecker =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Spellchecker' (44 chars)
disableInFE => 0 (integer)
AspellDirectory => '/usr/bin/aspell' (15 chars)
noSpellCheckLanguages => 'ja,km,ko,lo,th,zh,b5,gb' (23 chars)
forceCommandMode => 0 (integer)
FindReplace =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\FindReplace' (43 chars)
disableInFE => 0 (integer)
RemoveFormat =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\RemoveFormat' (44 chars)
disableInFE => 0 (integer)
PlainText =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Plaintext' (41 chars)
disableInFE => 0 (integer)
DefaultClean =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultClean' (44 chars)
TYPO3HtmlParser =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3HtmlParser' (47 chars)
disableInFE => 1 (integer)
QuickTag =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\QuickTag' (40 chars)
disableInFE => 0 (integer)
TableOperations =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TableOperations' (47 chars)
disableInFE => 0 (integer)
AboutEditor =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\AboutEditor' (43 chars)
disableInFE => 0 (integer)
ContextMenu =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\ContextMenu' (43 chars)
disableInFE => 0 (integer)
UndoRedo =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UndoRedo' (40 chars)
disableInFE => 0 (integer)
CopyPaste =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CopyPaste' (41 chars)
disableInFE => 0 (integer)
enableImages => 0 (integer)
enableAccessibilityIcons => 0 (integer)
allowStyleAttribute => 1 (integer)
realurl =>
_DEFAULT =>
init =>
enableCHashCache => '1' (1 chars)
appendMissingSlash => 'ifNotFile' (9 chars)
redirects => array(empty)
preVars =>
0 => array(3 items)max depth
1 => array(3 items)max depth
2 => array(3 items)max depth
pagePath =>
type => 'user' (4 chars)
userFunc => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main' (68 chars)
spaceCharacter => '-' (1 chars)
languageGetVar => 'L' (1 chars)
expireDays => '7' (1 chars)
rootpage_id => NULL
fixedPostVars => array(empty)
postVarSets =>
_DEFAULT => array(4 items)max depth
fileName =>
defaultToHTMLsuffixOnPrev => FALSE
index => array(5 items)max depth
SVCONF => array(empty)
DB =>
database => 'typo3_7LTS_seltamed' (19 chars)
extTablesDefinitionScript => 'extTables.php' (13 chars)
host => 'localhost' (9 chars)
password => 'ED7Jc0BVApmiNzVHsmdF' (20 chars)
socket => '' (0 chars)
username => 'satzart' (7 chars)
INSTALL =>
wizardDone =>
TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe => 1 (integer)
TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate => 1 (integer)
config =>
config =>
extTarget => '_blank' (6 chars)
language => 'de' (2 chars)
locale_all => 'de_DE.UTF-8' (11 chars)
sys_language_uid => '1' (1 chars)
contentObjectExceptionHandler => '0' (1 chars)
htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars)
htmlTag_stdWrap. =>
cObject. =>
value => ' <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="de"> <![
endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="de">
<![endif]-->
<!--[if IE 8]> <html class="lt-ie9" lang="de"> <![e
ndif]-->
<!--[if gt IE 8]><!--> <html lang="de"> <!--<![endif]-->
' (299 chars)
cObject => 'TEXT' (4 chars)
absRefPrefix => '/' (1 chars)
sendCacheHeaders => '1' (1 chars)
inlineStyle2TempFile => '0' (1 chars)
tx_realurl_enable => '1' (1 chars)
compressCss => '0' (1 chars)
concatenateCss => '0' (1 chars)
compressJs => '0' (1 chars)
concatenateJs => '0' (1 chars)
tx_extbase. =>
mvc. =>
requestHandlers. =>
TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars)
TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars)
TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars)
TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars)
throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars)
persistence. =>
enableAutomaticCacheClearing => '1' (1 chars)
updateReferenceIndex => '0' (1 chars)
useQueryCache => '1' (1 chars)
classes. =>
TYPO3\CMS\Extbase\Domain\Model\FileMount. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FileReference. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\File. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\BackendUser. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FrontendUser. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\Category. => array(1 item)max depth
TYPO3\CMS\Beuser\Domain\Model\BackendUser. => array(1 item)max depth
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup. => array(1 item)max depth
TYPO3\CMS\SysNote\Domain\Model\SysNote. => array(1 item)max depth
In2code\Femanager\Domain\Model\User. => array(1 item)max depth
In2code\Femanager\Domain\Model\UserGroup. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\Alias. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\PathCacheEntry. => array(1 item)max depth
features. =>
skipDefaultArguments => '0' (1 chars)
ignoreAllEnableFieldsInBe => '0' (1 chars)
objects. =>
TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. =>
className => 'In2code\Femanager\Persistence\Generic\Mapper\DataMap' (52 chars)
no_cache => '0' (1 chars)
removeDefaultJS => 'external' (8 chars)
xhtmlDoctype => NULL
rootLine =>
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Selta Med - Kurreisen und Wellness' (34 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => 'TCEFORM.tt_content.layout {
altLabels {
0 = kein Container (Standard)
4 = Fluid-Container
5 = Container
}
removeItems = 1,2,3
addItems {
4 = fluid-container
5 = container
}
}' (219 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => 'pagets__2' (9 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '190' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'testen' (6 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '254' (3 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '190' (3 chars)
uid => '191' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'test' (4 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
mainScript => 'index.php' (9 chars)
tmpl =>
verbose => FALSE
tt_track => FALSE
forceTemplateParsing => FALSE
matchAlternative => array(empty)
matchAll => FALSE
backend_info => FALSE
ext_constants_BRP => 0 (integer)
ext_config_BRP => 0 (integer)
ext_regLinenumbers => FALSE
ext_regComments => FALSE
tempPath => 'typo3temp/' (10 chars)
whereClause => 'AND deleted=0 AND hidden=0 AND (starttime<=1656515940) AND (endtime=0 OR end
time>1656515940)' (92 chars)
debug => FALSE
allowedPaths =>
0 => 'fileadmin/' (10 chars)
1 => 'uploads/' (8 chars)
2 => 'typo3temp/' (10 chars)
3 => 'typo3/ext/' (10 chars)
4 => 'typo3/sysext/' (13 chars)
5 => 'typo3conf/ext/' (14 chars)
simulationHiddenOrTime => 0 (integer)
loaded => TRUE
setup =>
lib. =>
parseFunc. =>
makelinks => '1' (1 chars)
makelinks. =>
http. => array(3 items)max depth
mailto. => array(1 item)max depth
tags. =>
link => 'TEXT' (4 chars)
link. => array(3 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="csc-sword">|</span>' (32 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. =>
HTMLparser => '1' (1 chars)
HTMLparser. => array(2 items)max depth
parseFunc_RTE. =>
makelinks => '1' (1 chars)
makelinks. =>
http. => array(3 items)max depth
mailto. => array(1 item)max depth
tags. =>
link => 'TEXT' (4 chars)
link. => array(3 items)max depth
img => 'TEXT' (4 chars)
img. => array(2 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="csc-sword">|</span>' (32 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. =>
HTMLparser => '1' (1 chars)
HTMLparser. => array(3 items)max depth
encapsLines. => array(5 items)max depth
externalBlocks => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
able, ul, pre' (89 chars)
externalBlocks. =>
blockquote. => array(2 items)max depth
table. => array(4 items)max depth
div. => array(2 items)max depth
article. => array(2 items)max depth
aside. => array(2 items)max depth
footer. => array(2 items)max depth
header. => array(2 items)max depth
nav. => array(2 items)max depth
section. => array(2 items)max depth
dl. => array(2 items)max depth
dd. => array(2 items)max depth
ol. => array(2 items)max depth
ul. => array(2 items)max depth
li. => array(1 item)max depth
fluidContent => 'FLUIDTEMPLATE' (13 chars)
fluidContent. =>
templateName => 'Default' (7 chars)
templateRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars)
10 => '' (0 chars)
partialRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars)
10 => '' (0 chars)
layoutRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars)
10 => '' (0 chars)
settings. =>
defaultHeaderType => '{$styles.content.defaultHeaderType}' (35 chars)
media. => array(2 items)max depth
stdheader => 'COA' (3 chars)
stdheader. =>
templateName => 'HeaderOnly' (10 chars)
3 => 'LOAD_REGISTER' (13 chars)
3. =>
headerClass. => array(2 items)max depth
5 => 'TEXT' (4 chars)
5. =>
field => 'date' (4 chars)
if. => array(3 items)max depth
strftime => '%x' (2 chars)
wrap => '<p class="csc-header-date">|</p>' (32 chars)
prefixComment => '2 | Header date:' (16 chars)
10 => 'CASE' (4 chars)
10. =>
setCurrent. => array(3 items)max depth
key. => array(3 items)max depth
1 => 'TEXT' (4 chars)
1. => array(2 items)max depth
2 => 'TEXT' (4 chars)
2. => array(2 items)max depth
3 => 'TEXT' (4 chars)
3. => array(2 items)max depth
4 => 'TEXT' (4 chars)
4. => array(2 items)max depth
5 => 'TEXT' (4 chars)
5. => array(2 items)max depth
20 => 'CASE' (4 chars)
20. =>
key. => array(3 items)max depth
default => 'TEXT' (4 chars)
default. => array(3 items)max depth
1 => 'TEXT' (4 chars)
1. => array(3 items)max depth
2 => 'TEXT' (4 chars)
2. => array(3 items)max depth
3 => 'TEXT' (4 chars)
3. => array(3 items)max depth
4 => 'TEXT' (4 chars)
4. => array(3 items)max depth
5 => 'TEXT' (4 chars)
5. => array(3 items)max depth
if. => array(3 items)max depth
40 => 'COA' (3 chars)
40. =>
stdWrap. => array(3 items)max depth
10 => 'TEXT' (4 chars)
10. => array(2 items)max depth
if. => array(3 items)max depth
98 => 'RESTORE_REGISTER' (16 chars)
stdWrap. =>
fieldRequired => 'header' (6 chars)
if. => array(3 items)max depth
editIcons => 'tt_content : header, [header_layout | header_position], [header_link|date]' (74 chars)
editIcons. => array(2 items)max depth
dataWrap => '<div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div>' (69 chars)
dataWrap. => array(2 items)max depth
prefixComment => '2 | Header:' (11 chars)
parseTarget. =>
override => '' (0 chars)
override. =>
if. => array(1 item)max depth
logo => 'IMAGE' (5 chars)
logo. =>
file => 'EXT:satzart_template/Resources/Public/Images/logo-2021-2.svg' (60 chars)
altText => 'Selta Med GmbH' (14 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(empty)max depth
facebook => 'IMAGE' (5 chars)
facebook. =>
file => 'EXT:satzart_template/Resources/Public/Images/facebook.svg' (57 chars)
altText => 'Seltamed bei Facebook' (21 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(4 items)max depth
instagram => 'IMAGE' (5 chars)
instagram. =>
file => 'EXT:satzart_template/Resources/Public/Images/instagram.svg' (58 chars)
altText => 'Seltamed bei Instagram' (22 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(4 items)max depth
youtube => 'IMAGE' (5 chars)
youtube. =>
file => 'EXT:satzart_template/Resources/Public/Images/youtube.svg' (56 chars)
altText => 'Seltamed bei Youtube' (20 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(4 items)max depth
whatsapp => 'IMAGE' (5 chars)
whatsapp. =>
file => 'EXT:satzart_template/Resources/Public/Images/whatsapp.svg' (57 chars)
altText => 'Seltamed bei Youtube' (20 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(4 items)max depth
Adressblock => 'COA' (3 chars)
Adressblock. =>
10 => 'TEXT' (4 chars)
10. =>
value => ' <h2>Selta Med GmbH</h2><br>
Gottschaldstraße 1a<br>
08
523 Plauen / Vogtland<br><br>
Tel.: +49 3741 - 14 85 27-0
<br>
Fax: +49 3741 - 14 85 27-18<br><br>
<a class="primary" href="
mailto:reservierung@seltamed.de"><span class="fa fa-envelope"></span> reserv
ierung@seltamed.de</a> ' (331 chars)
AdressblockFooter => 'COA' (3 chars)
AdressblockFooter. =>
10 => 'TEXT' (4 chars)
10. =>
value => ' <strong>Selta Med GmbH, Sitz Niederstetten</strong><br>
<small>Im
Ganswasen 22 · D-97996 Niederstetten · Tel.: 07932/ 503 </small> ' (152 chars)
Chat => 'COA' (3 chars)
Chat. =>
10 => 'TEXT' (4 chars)
10. =>
value__ => ' <script type="text/javascript" id="zsiqchat">
var $zoho=$zoho
|| {};
$zoho.salesiq = $zoho.salesiq || {widgetcode: "454ac7aa39aae
044e0d40200e98a6ae19f9f7cae0f5172d1b9d35993ea9fe543", values:{},ready:functi
on(){}};var d=document;s=d.createElement("script");s.type="text/javascript";
s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.ge
tElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script>' (452 chars)
logoFooter => 'IMAGE' (5 chars)
logoFooter. =>
file => 'fileadmin/xtoura_assets/SeltaMedResponsive/images/logo.svg' (58 chars)
altText => 'Selta Med GmbH' (14 chars)
layoutKey => 'responsive' (10 chars)
layout. =>
responsive. => array(1 item)max depth
stdWrap. =>
typolink. => array(3 items)max depth
hotline => 'COA' (3 chars)
hotline. =>
10 => 'TEXT' (4 chars)
10. =>
value => '
<div style="padding: 1em;">
<div class="header-hotline"
>
<div class="h4"><a href="tel:+49 3741 - 14 85 27-0" target
="_blank">+49 3741 - 14 85 27-0</a><br><small>Mo - Fr: 8 – 19 Uhr / Sa: 9
– 14 Uhr</small></div>
</div>
</div>
' (287 chars)
hotlineheader => 'CONTENT' (7 chars)
hotlineheader. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '163' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
headernav => 'COA' (3 chars)
headernav. =>
10 => 'HMENU' (5 chars)
10. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
stdWrap. =>
wrap => '<div class="container"><div class="col-sm-6 col-sm-offset-6 text-right" data
-type="list"> | </div></div>' (104 chars)
formContact => 'FORM' (4 chars)
formContact. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_contact' (10 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
5 => 'TEXTLINE' (8 chars)
5. =>
name => 'vorname' (7 chars)
label => 'Vorname*' (8 chars)
type => 'text' (4 chars)
id => 'contact-vorname' (15 chars)
class => 'form-control' (12 chars)
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'fullname' (8 chars)
label => 'Nachname*' (9 chars)
type => 'text' (4 chars)
id => 'contact-fullname' (16 chars)
class => 'form-control' (12 chars)
20 => 'TEXTLINE' (8 chars)
20. =>
name => 'phone' (5 chars)
label => 'Telefon' (7 chars)
type => 'text' (4 chars)
id => 'contact-phone' (13 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'contact-email' (13 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'subject' (7 chars)
label => 'Betreff*' (8 chars)
type => 'text' (4 chars)
id => 'contact-subject' (15 chars)
class => 'form-control' (12 chars)
50 => 'TEXTAREA' (8 chars)
50. =>
name => 'message' (7 chars)
label => 'Ihre Nachricht' (14 chars)
id => 'contact-message' (15 chars)
class => 'form-control' (12 chars)
55 => 'TEXTBLOCK' (9 chars)
55. =>
content => ' <div class="_form-group-submit col-sm-12"><small>* Diese Felder müssen a
usgefüllt werden</small><br></div>' (111 chars)
60 => 'CHECKBOX' (8 chars)
60. =>
name => 'privacy_policy' (14 chars)
label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
>' (153 chars)
id => 'contact-privacy_policy' (22 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars)
70. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-default' (15 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'email' (5 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(4 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
formIndividualTravelOffer => 'FORM' (4 chars)
formIndividualTravelOffer. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_contact' (10 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
5 => 'TEXTLINE' (8 chars)
5. =>
name => 'vorname' (7 chars)
label => 'Vorname*' (8 chars)
type => 'text' (4 chars)
id => 'contact-vorname' (15 chars)
class => 'form-control' (12 chars)
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'fullname' (8 chars)
label => 'Nachname*' (9 chars)
type => 'text' (4 chars)
id => 'contact-fullname' (16 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'contact-email' (13 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'termin' (6 chars)
label => 'Wunschtermin*' (13 chars)
type => 'text' (4 chars)
id => 'contact-termin' (14 chars)
class => 'form-control' (12 chars)
49 => 'TEXTAREA' (8 chars)
49. =>
name => 'message' (7 chars)
label => 'Ihre Nachricht' (14 chars)
id => 'contact-message' (15 chars)
class => 'form-control' (12 chars)
50 => 'TEXTBLOCK' (9 chars)
50. =>
content => ' <div class="col-sm-12"><br>
<div class="whatsapp alert ale
rt-success" style="display:inline-block !important;"><span style="margin-bot
tom:none !important; font-size:1rem;">Sie können uns auch gern per WhatsApp
kontaktieren <strong><a style="color:#3c763d;" target="_blank" href="https:
//wa.me/4915208734120"><span class="fa fa-whatsapp"></span> 015208734120</a
></strong></span></div></div>' (409 chars)
51 => 'TEXTLINE' (8 chars)
51. =>
name => 'hotelname' (9 chars)
type => 'text' (4 chars)
id => 'hotelname' (9 chars)
class => 'hidden' (6 chars)
52 => 'CHECKBOX' (8 chars)
52. =>
name => 'newsletter_b' (12 chars)
label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars)
id => 'catalogorder-newsletter_b' (25 chars)
value => 'Ja, bitte zusenden.' (19 chars)
checked => '0' (1 chars)
55 => 'TEXTBLOCK' (9 chars)
55. =>
content => '
<div class="_form-group-submit col-sm-12 margin-top-2"><
small>* Diese Felder müssen ausgefüllt werden</small><br></div>' (141 chars)
60 => 'CHECKBOX' (8 chars)
60. =>
name => 'privacy_policy' (14 chars)
label => '<small>Ich habe die <a class="datenschutz" href="/datenschutzerklaerung/" ta
rget="_blank">Datenschutzerklärung</a> gelesen und akzeptiere diese.</small
>' (153 chars)
id => 'contact-privacy_policy' (22 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
70 => 'SUBMIT' (6 chars)
70. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary margin-top-1' (28 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'email' (5 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(4 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(6 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(6 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
formCoachHire => 'FORM' (4 chars)
formCoachHire. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_form' (7 chars)
confirmation => '0' (1 chars)
class => '_container' (10 chars)
form. =>
layout. => array(11 items)max depth
11 => 'FIELDSET' (8 chars)
11. =>
class => 'col-sm-6' (8 chars)
legend => '' (0 chars)
10 => 'TEXTBLOCK' (9 chars)
10. => array(1 item)max depth
20 => 'SELECT' (6 chars)
20. => array(9 items)max depth
30 => 'TEXTLINE' (8 chars)
30. => array(6 items)max depth
40 => 'TEXTLINE' (8 chars)
40. => array(6 items)max depth
50 => 'TEXTLINE' (8 chars)
50. => array(6 items)max depth
60 => 'TEXTLINE' (8 chars)
60. => array(6 items)max depth
70 => 'TEXTLINE' (8 chars)
70. => array(6 items)max depth
80 => 'TEXTLINE' (8 chars)
80. => array(6 items)max depth
90 => 'TEXTLINE' (8 chars)
90. => array(6 items)max depth
20 => 'FIELDSET' (8 chars)
20. =>
class => 'col-sm-6' (8 chars)
legend => '' (0 chars)
100 => 'TEXTBLOCK' (9 chars)
100. => array(1 item)max depth
110 => 'TEXTLINE' (8 chars)
110. => array(6 items)max depth
120 => 'TEXTLINE' (8 chars)
120. => array(6 items)max depth
130 => 'TEXTLINE' (8 chars)
130. => array(6 items)max depth
140 => 'TEXTLINE' (8 chars)
140. => array(6 items)max depth
150 => 'TEXTLINE' (8 chars)
150. => array(6 items)max depth
170 => 'TEXTBLOCK' (9 chars)
170. => array(empty)max depth
180 => 'TEXTLINE' (8 chars)
180. => array(6 items)max depth
190 => 'TEXTLINE' (8 chars)
190. => array(6 items)max depth
200 => 'TEXTLINE' (8 chars)
200. => array(6 items)max depth
210 => 'TEXTBLOCK' (9 chars)
210. => array(1 item)max depth
220 => 'TEXTLINE' (8 chars)
220. => array(6 items)max depth
230 => 'TEXTLINE' (8 chars)
230. => array(6 items)max depth
240 => 'TEXTBLOCK' (9 chars)
240. =>
content => '<div class="form-group"><div class="col-xs-12"><h2>Sonstige Angaben</h2></di
v></div>' (84 chars)
250 => 'TEXTLINE' (8 chars)
250. =>
name => 'persons' (7 chars)
label => 'Anzahl Personen' (15 chars)
type => 'text' (4 chars)
id => 'coach-hire-persons' (18 chars)
class => 'form-control' (12 chars)
layout => ' <div class="col-sm-6">
<div class="form-
group">
<label />
<div class
="input-group">
<div class="input-group-addon"><
span class="fa fa-users"></span></div>
<input />
</div>
</div>
<
/div>' (385 chars)
260 => 'SELECT' (6 chars)
260. =>
name => 'coach-type' (10 chars)
label => 'Veranstaltung' (13 chars)
id => 'coach-hire-coach_type' (21 chars)
class => 'form-control' (12 chars)
10 => 'OPTION' (6 chars)
10. => array(1 item)max depth
20 => 'OPTION' (6 chars)
20. => array(1 item)max depth
30 => 'OPTION' (6 chars)
30. => array(1 item)max depth
40 => 'OPTION' (6 chars)
40. => array(1 item)max depth
layout => ' <div class="col-sm-6">
<div class="form-
group">
<label />
<sele
ct>
<elements />
</selec
t>
</div>
</div> ' (295 chars)
270 => 'CHECKBOX' (8 chars)
270. =>
name => 'coach_on_site' (13 chars)
label => 'Bus wird vor Ort benötigt' (26 chars)
id => 'contact-coach_on_site' (21 chars)
value => 'Bus wird vor Ort benötigt' (26 chars)
checked => '0' (1 chars)
layout => ' <div class="col-sm-6">
<div class="form-group">
<input />
Bus wird vor Ort benötigt
</div>
</div> ' (150 chars)
280 => 'CHECKBOX' (8 chars)
280. =>
name => 'transfer_only' (13 chars)
label => 'nur Hin- und Rücktransfer' (26 chars)
id => 'contact-transfer_only' (21 chars)
value => 'nur Hin- und Rücktransfer' (26 chars)
checked => '0' (1 chars)
layout => ' <div class="col-sm-6">
<div class="form-group">
<input />
nur Hin- und Rücktransfer
</div>
</div> ' (150 chars)
290 => 'TEXTAREA' (8 chars)
290. =>
name => 'program' (7 chars)
label => 'Reiseprogramm' (13 chars)
id => 'coach-hire-program' (18 chars)
class => 'form-control' (12 chars)
layout => ' <div class="row"></div>
<div class="col-sm-12">
<div class="form
-group">
<label />
<div class="input-group">
<div class="
input-group-addon"><span class="fa fa-comment"></span></div>
<textare
a />
</div>
</div>
</div> ' (280 chars)
300 => 'CHECKBOX' (8 chars)
300. =>
name => 'privacy_policy' (14 chars)
label => 'Datenschutzerklärung*' (22 chars)
id => 'coach-hire-privacy_policy' (25 chars)
value => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
checked => '0' (1 chars)
layout => '
<div class="col-sm-12">
<label />
<div class="form-group">
<input />
Ich habe die <a href="/datenschutz/" target="_b
lank">Datenschutzerklärung</a> gelesen und akzeptiere diese.
</div>
</div> ' (248 chars)
305 => 'CHECKBOX' (8 chars)
305. =>
name => 'response' (8 chars)
label => 'Rückantwort erwünscht:' (24 chars)
id => 'contact-response' (16 chars)
value => 'Ich bin mit einer Rückantwort per Email einverstanden.' (55 chars)
checked => '0' (1 chars)
layout => ' <div class="row"></div>
<div class="col-sm-12">
<label />
<
' (222 chars)
310 => 'SUBMIT' (6 chars)
310. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-secondary' (17 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
50 => 'email' (5 chars)
50. => array(4 items)max depth
51 => 'required' (8 chars)
51. => array(4 items)max depth
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(6 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
pidCalendar => 'TEXT' (4 chars)
pidCalendar. =>
value => '4' (1 chars)
footerSection_02 => 'COA' (3 chars)
footerSection_02. =>
10 => 'TEXT' (4 chars)
10. =>
data => 'DB:pages:16:title' (17 chars)
wrap => '<h2> | </h2>' (12 chars)
20 => 'HMENU' (5 chars)
20. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
stdWrap. => array(1 item)max depth
tourTypeMenueConfig. =>
type => 'xtoura/widgets/TravelTheme/' (27 chars)
set_meta => '0' (1 chars)
settings. =>
template => 'menu' (4 chars)
limit => '10' (2 chars)
set_meta => '0' (1 chars)
footerSection_03 => 'COA' (3 chars)
footerSection_03. =>
10 => 'TEXT' (4 chars)
10. =>
data => 'DB:pages:17:title' (17 chars)
wrap => '<h2> | </h2>' (12 chars)
20 => 'HMENU' (5 chars)
20. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
stdWrap. => array(1 item)max depth
footerSection_04 => 'COA' (3 chars)
footerSection_04. =>
10 => 'TEXT' (4 chars)
10. =>
data => 'DB:pages:48:title' (17 chars)
wrap => '<h2> | </h2>' (12 chars)
20 => 'HMENU' (5 chars)
20. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
stdWrap. => array(1 item)max depth
defaultSliderText => 'COA' (3 chars)
defaultSliderText. =>
10 => 'TEXT' (4 chars)
10. =>
value => ' <div class="h2">Selta Med GmbH</div>
<h3>Kurreisen & Wellness
</h3>
' (90 chars)
xtouraLogo => 'IMAGE' (5 chars)
xtouraLogo. =>
file => 'EXT:satzart_template/Resources/Public/Images/footer_xtoura_logo.png' (67 chars)
altText => 'xtoura logo' (11 chars)
stdWrap. =>
typolink. => array(4 items)max depth
year => 'TEXT' (4 chars)
year. =>
data => 'date:U' (6 chars)
strftime => '%Y' (2 chars)
MAILLOGO => 'TEXT' (4 chars)
MAILLOGO. =>
value => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 533.5 92.3"><defs><styl
e>.cls-1{fill:#3c6660;}.cls-1,.cls-2,.cls-4,.cls-5{fill-rule:evenodd;}.cls-2
,.cls-3{fill:#a29c87;}.cls-4{fill:#e2e1de;}.cls-5{fill:#fff;}</style></defs>
<g id="Ebene_2" data-name="Ebene 2"><g id="Isolationsmodus"><path id="green"
class="cls-1" d="M360.6,38.2a2.8,2.8,0,0,1-3-2.8h0a3,3,0,0,1,3-2.9h0a3.1,3.
1,0,0,1,3.1,2.8h0a3.1,3.1,0,0,1-3.1,2.9Zm2.5-2.9a2.5,2.5,0,0,0-2.5-2.4h0a2.4
,2.4,0,0,0-2.5,2.2v.2a2.4,2.4,0,0,0,2.4,2.4h.1a2.5,2.5,0,0,0,2.5-2.3Zm-3.8,1
.3c-.1,0-.2-.1,0-.2a.5.5,0,0,0,.4-.5V34.6c0-.3-.1-.4-.3-.4s-.2-.3-.1-.3h1.4a
1.1,1.1,0,0,1,1.2.8h0a1,1,0,0,1-.5.6h-.1l.9,1.1a.2.2,0,0,1,.2.2H362a.7.7,0,0
,1-.7-.4l-.5-.7c-.1-.1-.2-.2-.3-.1s-.2,0-.2.1v.2c0,.4.1.4.5.6s.1.2,0,.2Zm1.1
-1.6c0,.1,0,.1.2.1s.4,0,.5-.3h0a.7.7,0,0,0-.4-.6h-.1c-.2,0-.2.1-.2.2V35ZM338
.3,60.8l-9.4-.3h-3.2c-1,0-1.5-.4-1.5-.7a1.3,1.3,0,0,1,1.2-.8c2.9-.3,3.1-.9,3
.3-4.9.1-2.4.1-4.1.1-6s0-7.2-.2-10.1-.3-3.5-2.8-3.8a1.2,1.2,0,0,1-1.1-.8,1,1
,0,0,1,1.2-.6h2.5c2.2,0,7.6-.4,11.1-.4A19.5,19.5,0,0,1,352,36.6a13.5,13.5,0,
0,1,4.4,9.5A14.4,14.4,0,0,1,349,58.4,24.6,24.6,0,0,1,338.3,60.8Zm8-23.7a13.3
,13.3,0,0,0-8.9-3.1,4.7,4.7,0,0,0-2.4.4.7.7,0,0,0-.4.6c-.1,1.1-.2,3.9-.2,7.7
V49c0,3,0,5.3.2,7.2a2.5,2.5,0,0,0,.9,1.9,6.9,6.9,0,0,0,3.1,1.2,12.1,12.1,0,0
,0,7.1-2.6c2.8-2.2,4.3-6.4,4.3-10.6a13.1,13.1,0,0,0-3.7-9ZM319.9,60a1.4,1.4,
0,0,1-1.1.6l-15.6-.2c-3.1,0-3.6.2-5.3.2s-1.6-.1-1.6-.6.6-.7,1.4-.8c2.4-.6,3-
1,3.2-3.4s.4-5.1.4-10.5,0-7.2-.1-8.4-.5-2.5-2.5-2.8-1.5-.4-1.5-.8.8-.7,1.5-.
7l8.5.2h7a28.3,28.3,0,0,0,4.1-.3.9.9,0,0,1,.6.6v4.6a1.1,1.1,0,0,1-.7,1.3,1.3
,1.3,0,0,1-.9-1.1c-.6-2.5-1.9-3.1-3-3.3l-6.5-.3c-.2,0-.6.2-.6,1.3s-.3,7.1-.2
,9.5a.4.4,0,0,0,.4.4h3.8c3.3,0,3.2-.1,4.1-2a1.5,1.5,0,0,1,1-1.2c.4,0,.6.8.5,
1.2s-.2,2-.2,3.1.1,1.9.2,2.9-.2,1.3-.6,1.3a1.2,1.2,0,0,1-.9-.9c-.6-1.9-1.2-2
.3-3-2.4h-4.7a1,1,0,0,0-.6.5,41.2,41.2,0,0,0-.1,6.1,20,20,0,0,0,.2,3.5,1.6,1
.6,0,0,0,1,1.1,16.2,16.2,0,0,0,3.8.2,15.6,15.6,0,0,0,4.3-.3,7,7,0,0,0,3.7-3.
3c.7-1.1,1.1-1.5,1.4-1.5...' (24843 chars)
newstest => 'USER' (4 chars)
newstest. =>
userFunc => 'tx_extbase_core_bootstrap->run' (30 chars)
extensionName => 'News' (4 chars)
pluginName => 'Pi1' (3 chars)
switchableControllerActions. =>
News. => array(1 item)max depth
settings. =>
limit => '5' (1 chars)
orderBy => 'datetime' (8 chars)
orderDirection => 'desc' (4 chars)
detailPid => '{$pidNachrichtenDetail}' (23 chars)
overrideFlexformSettingsIfEmpty => 'detailPid' (9 chars)
startingpoint => '{$pidNachrichtenRecords}' (24 chars)
useStdWrap => 'categories' (10 chars)
categories. => array(1 item)max depth
categoryConjunction => 'or' (2 chars)
view => '< plugin.tx_news.view' (21 chars)
footerForm => 'CONTENT' (7 chars)
footerForm. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '102' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
formAgencyOrder => 'FORM' (4 chars)
formAgencyOrder. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_form' (7 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
1 => 'TEXTLINE' (8 chars)
1. =>
name => 'agencynumber' (12 chars)
label => 'Agentur Nummer' (14 chars)
type => 'text' (4 chars)
id => 'agencyorder-agencynumber' (24 chars)
class => 'form-control' (12 chars)
placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars)
layout => ' <div class="col-sm-6 col-md-6">
<label />
<input />
<
/div>' (81 chars)
2 => 'TEXTLINE' (8 chars)
2. =>
name => 'email' (5 chars)
label => 'E-Mail Adresse' (14 chars)
type => 'email' (5 chars)
id => 'agencyorder-mail' (16 chars)
class => 'form-control' (12 chars)
layout => ' <div class="col-sm-6 col-md-6">
<label />
<input />
<
/div>' (81 chars)
10 => 'TEXTBLOCK' (9 chars)
10. =>
content => ' <div class="form-image col-sm-3">
<img style="width:100%" src="filead
min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/sommerkatalo
g.jpg">
</div>' (169 chars)
20 => 'SELECT' (6 chars)
20. =>
name => 'catalog_summer' (14 chars)
label => 'Katalog Kurreisen & Wellness 2021' (33 chars)
id => 'agencyorder-catalog_summer' (26 chars)
class => 'form-control' (12 chars)
placeholder => 'Bitte Auswählen' (16 chars)
1 => 'OPTION' (6 chars)
1. => array(1 item)max depth
5 => 'OPTION' (6 chars)
5. => array(1 item)max depth
10 => 'OPTION' (6 chars)
10. => array(1 item)max depth
20 => 'OPTION' (6 chars)
20. => array(1 item)max depth
30 => 'OPTION' (6 chars)
30. => array(1 item)max depth
40 => 'OPTION' (6 chars)
40. => array(1 item)max depth
50 => 'OPTION' (6 chars)
50. => array(1 item)max depth
60 => 'OPTION' (6 chars)
60. => array(1 item)max depth
70 => 'OPTION' (6 chars)
70. => array(1 item)max depth
80 => 'OPTION' (6 chars)
80. => array(1 item)max depth
90 => 'OPTION' (6 chars)
90. => array(1 item)max depth
100 => 'OPTION' (6 chars)
100. => array(1 item)max depth
30 => 'TEXTBLOCK' (9 chars)
30. =>
content => ' <div class="form-image col-sm-3">
<img style="width:100%" src="filead
min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/SeltaMed_Wik
at2021_2022.jpg">
</div>' (179 chars)
40 => 'SELECT' (6 chars)
40. =>
name => 'catalog_winter' (14 chars)
label => 'Katalog Winter-Sonderangebote 2021/ 2022 inkl. Weihnachten & Silvester' (70 chars)
id => 'agencyorder-catalog_winter' (26 chars)
class => 'form-control' (12 chars)
1 => 'OPTION' (6 chars)
1. => array(1 item)max depth
5 => 'OPTION' (6 chars)
5. => array(1 item)max depth
10 => 'OPTION' (6 chars)
10. => array(1 item)max depth
20 => 'OPTION' (6 chars)
20. => array(1 item)max depth
30 => 'OPTION' (6 chars)
30. => array(1 item)max depth
40 => 'OPTION' (6 chars)
40. => array(1 item)max depth
50 => 'OPTION' (6 chars)
50. => array(1 item)max depth
60 => 'OPTION' (6 chars)
60. => array(1 item)max depth
70 => 'OPTION' (6 chars)
70. => array(1 item)max depth
80 => 'OPTION' (6 chars)
80. => array(1 item)max depth
90 => 'OPTION' (6 chars)
90. => array(1 item)max depth
100 => 'OPTION' (6 chars)
100. => array(1 item)max depth
60 => 'TEXTBLOCK' (9 chars)
60. =>
content => '<div class="col-sm-12 margin-top-1"><h3>Unsere aktuellen Selta Med Werbemitt
el:</h3></div>' (90 chars)
70 => 'TEXTBLOCK' (9 chars)
70. =>
content => ' <div class="form-image col-sm-3">
<img style="width:100%" src="filead
min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/smed_blanko_
flyerpapier_sommer.jpg">
</div>' (186 chars)
80 => 'SELECT' (6 chars)
80. =>
name => 'flyer_summer' (12 chars)
label => 'Blanko-Flyerpapier Sommer' (25 chars)
id => 'agencyorder-flyer_summer' (24 chars)
class => 'form-control' (12 chars)
1 => 'OPTION' (6 chars)
1. => array(1 item)max depth
10 => 'OPTION' (6 chars)
10. => array(1 item)max depth
20 => 'OPTION' (6 chars)
20. => array(1 item)max depth
30 => 'OPTION' (6 chars)
30. => array(1 item)max depth
40 => 'OPTION' (6 chars)
40. => array(1 item)max depth
90 => 'TEXTBLOCK' (9 chars)
90. =>
content => ' <div class="form-image col-sm-3">
<img style="width:100%" src="filead
min/seltamed.de/content/agenturbereich/kataloge_und_werbemittel/HV-Winter-Bl
anko-Eindruck-DIN-A4.jpg">
</div>' (188 chars)
100 => 'SELECT' (6 chars)
100. =>
name => 'flyer_winter' (12 chars)
label => 'Blanko-Flyerpapier Winter' (25 chars)
id => 'agencyorder-flyer_sinter' (24 chars)
class => 'form-control' (12 chars)
1 => 'OPTION' (6 chars)
1. => array(1 item)max depth
10 => 'OPTION' (6 chars)
10. => array(1 item)max depth
20 => 'OPTION' (6 chars)
20. => array(1 item)max depth
30 => 'OPTION' (6 chars)
30. => array(1 item)max depth
40 => 'OPTION' (6 chars)
40. => array(1 item)max depth
110 => 'CHECKBOX' (8 chars)
110. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'agencyorder-privacy_policy' (26 chars)
class => 'agency-form-info' (16 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
115 => 'TEXTBLOCK' (9 chars)
115. =>
content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
nschutzerklaerung.html">Datenschutzerklärung einsehen »</a><br><br></div>' (151 chars)
120 => 'SUBMIT' (6 chars)
120. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary margin-top' (26 chars)
value => 'Bestellen' (9 chars)
type => 'submit' (6 chars)
rules. =>
5 => 'email' (5 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
9 => 'required' (8 chars)
9. => array(4 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(6 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
formAgencyOrder2021 => 'FORM' (4 chars)
formAgencyOrder2021. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'agency_order' (12 chars)
confirmation => '0' (1 chars)
id => 'form-agency-order' (17 chars)
form. =>
layout. => array(11 items)max depth
1 => 'TEXTLINE' (8 chars)
1. =>
name => 'agencynumber' (12 chars)
label => 'Agentur Nummer' (14 chars)
type => 'text' (4 chars)
id => 'agencyorder-agencynumber' (24 chars)
class => 'form-control' (12 chars)
placeholder => 'Bitte hier die Agenturnummer eingeben' (37 chars)
required => 'required' (8 chars)
layout => ' <div class="col-sm-6 col-md-6">
<label />
<input />
<
/div>' (81 chars)
2 => 'TEXTLINE' (8 chars)
2. =>
name => 'email' (5 chars)
label => 'E-Mail Adresse' (14 chars)
type => 'email' (5 chars)
id => 'agencyorder-mail' (16 chars)
class => 'form-control' (12 chars)
required => 'required' (8 chars)
layout => ' <div class="col-sm-6 col-md-6">
<label />
<input />
<
/div>' (81 chars)
3 => 'TEXTLINE' (8 chars)
3. =>
name => 'message' (7 chars)
label => 'Bestelldaten' (12 chars)
type => 'hidden' (6 chars)
id => 'agencyorder-message' (19 chars)
layout => ' <input />' (21 chars)
110 => 'CHECKBOX' (8 chars)
110. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'agencyorder-privacy_policy' (26 chars)
class => 'agency-form-info' (16 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
required => 'required' (8 chars)
checked => '0' (1 chars)
115 => 'TEXTBLOCK' (9 chars)
115. =>
content => '<div class="form-group-submit col-sm-12"><a class="datenschutz" href ="/date
nschutzerklaerung/">Datenschutzerklärung einsehen »</a><br><br></div>' (147 chars)
120 => 'SUBMIT' (6 chars)
120. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary margin-top' (26 chars)
value => 'Bestellen' (9 chars)
type => 'submit' (6 chars)
rules. =>
5 => 'email' (5 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
9 => 'required' (8 chars)
9. => array(4 items)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
navigation. =>
xtouraNavMain => 'COA' (3 chars)
xtouraNavMain. =>
wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars)
10 => 'TEXT' (4 chars)
10. => array(4 items)max depth
20 => 'HMENU' (5 chars)
20. => array(6 items)max depth
main => 'COA' (3 chars)
main. =>
wrap => '<ul class="nav navbar-nav">|</ul>' (33 chars)
10 => 'TEXT' (4 chars)
10. => array(4 items)max depth
20 => 'HMENU' (5 chars)
20. => array(6 items)max depth
footerMenue => 'COA' (3 chars)
footerMenue. =>
10 => 'TEXT' (4 chars)
10. =>
data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars)
data. => array(1 item)max depth
wrap => '<h3> | </h3>' (12 chars)
20 => 'HMENU' (5 chars)
20. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
sidebarMenue => 'COA' (3 chars)
sidebarMenue. =>
10 => 'TEXT' (4 chars)
10. =>
data => 'DB:pages:{field:footerMenueEntryID}:title' (41 chars)
data. => array(1 item)max depth
wrap => '<h3> | </h3>' (12 chars)
20 => 'HMENU' (5 chars)
20. =>
special => 'directory' (9 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(5 items)max depth
2 => 'TMENU' (5 chars)
2. => array(5 items)max depth
contentSlider => 'COA' (3 chars)
contentSlider. =>
5 => 'LOAD_REGISTER' (13 chars)
5. =>
colPos. => array(2 items)max depth
10 => 'CONTENT' (7 chars)
10. =>
table => 'tt_content' (10 chars)
select. => array(4 items)max depth
renderObj => 'COA' (3 chars)
renderObj. => array(2 items)max depth
20 => 'RESTORE_REGISTER' (16 chars)
stdWrap. =>
wrap => '<div class="owl-carousel owl-theme owl-home" data-type="slider"> | </div>' (73 chars)
sitemap => 'COA' (3 chars)
sitemap. =>
wrap => '<ul class="sitemap">|</ul>' (26 chars)
10 => 'TEXT' (4 chars)
10. =>
value => '<li><a href="\">Home</a></li>' (29 chars)
20 => 'HMENU' (5 chars)
20. =>
1 => 'TMENU' (5 chars)
1. => array(3 items)max depth
2 => 'TMENU' (5 chars)
2. => array(4 items)max depth
3 => 'TMENU' (5 chars)
3. => array(4 items)max depth
xtouraContent. =>
get => 'COA' (3 chars)
get. =>
5 => 'LOAD_REGISTER' (13 chars)
5. => array(1 item)max depth
10 => 'CONTENT' (7 chars)
10. => array(4 items)max depth
1000 => 'RESTORE_REGISTER' (16 chars)
formGetAccount => 'FORM' (4 chars)
formGetAccount. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_get_account' (14 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
5 => 'TEXTBLOCK' (9 chars)
5. =>
content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
ng><br><br></p>' (91 chars)
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'fullname' (8 chars)
label => 'Ansprechpartner*' (16 chars)
type => 'text' (4 chars)
id => 'account-fullname' (16 chars)
class => 'form-control' (12 chars)
20 => 'TEXTLINE' (8 chars)
20. =>
name => 'company' (7 chars)
label => 'Firma*' (6 chars)
type => 'text' (4 chars)
id => 'account-company' (15 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'adress' (6 chars)
label => 'Anschrift*' (10 chars)
type => 'text' (4 chars)
id => 'account-adress' (14 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'zip' (3 chars)
label => 'PLZ*' (4 chars)
type => 'text' (4 chars)
id => 'account-zip' (11 chars)
class => 'form-control' (12 chars)
50 => 'TEXTLINE' (8 chars)
50. =>
name => 'city' (4 chars)
label => 'Ort*' (4 chars)
type => 'text' (4 chars)
id => 'account-city' (12 chars)
class => 'form-control' (12 chars)
60 => 'TEXTLINE' (8 chars)
60. =>
name => 'phone' (5 chars)
label => 'Telefon*' (8 chars)
type => 'text' (4 chars)
id => 'account-phone' (13 chars)
class => 'form-control' (12 chars)
70 => 'TEXTLINE' (8 chars)
70. =>
name => 'telefax' (7 chars)
label => 'Fax*' (4 chars)
type => 'text' (4 chars)
id => 'account-telefax' (15 chars)
class => 'form-control' (12 chars)
80 => 'TEXTLINE' (8 chars)
80. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'account-email' (13 chars)
class => 'form-control' (12 chars)
85 => 'TEXTLINE' (8 chars)
85. =>
name => 'kooperation' (11 chars)
label => 'Kooperation/Kettenzugehörigkeit:' (33 chars)
type => 'text' (4 chars)
id => 'account-kooperation' (19 chars)
class => 'form-control' (12 chars)
90 => 'TEXTBLOCK' (9 chars)
90. =>
content => ' <div class="agency-form-info form-group-submit col-sm-offset-3 col-s
m-9" style="white-space: normal;">
<p>Nutzen Sie bereits Vertriebsplattfo
rmen wie Amadeus, JackPlus oder Merlin? Bitte kreuzen Sie die Plattformen an
, mit denen Sie bereits arbeiten.</p>
</div>' (280 chars)
100 => 'CHECKBOX' (8 chars)
100. =>
name => 'amadeus' (7 chars)
label => 'Amadeus' (7 chars)
id => 'account-amadeus' (15 chars)
value => 'Ich nutze Amadeus' (17 chars)
checked => '0' (1 chars)
110 => 'CHECKBOX' (8 chars)
110. =>
name => 'merlin' (6 chars)
label => 'Merlin' (6 chars)
id => 'account-merlin' (14 chars)
value => 'Ich nutze Merlin' (16 chars)
checked => '0' (1 chars)
120 => 'CHECKBOX' (8 chars)
120. =>
name => 'jackplus' (8 chars)
label => 'JackPlus' (8 chars)
id => 'account-jackplus' (16 chars)
value => 'Ich nutze JackPlus' (18 chars)
checked => '0' (1 chars)
125 => 'TEXTBLOCK' (9 chars)
125. =>
content => ' <div class="clearfix"></div><br><br>' (39 chars)
130 => 'CHECKBOX' (8 chars)
130. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'account-privacy_policy' (22 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
140 => 'SUBMIT' (6 chars)
140. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary margin-top' (26 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
3 => 'required' (8 chars)
3. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
9 => 'email' (5 chars)
9. => array(4 items)max depth
10 => 'required' (8 chars)
10. => array(4 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(4 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
formGetAccountHotel => 'FORM' (4 chars)
formGetAccountHotel. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_get_account' (14 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
5 => 'TEXTBLOCK' (9 chars)
5. =>
content => ' <p><strong><small>* Diese Felder müssen ausgefüllt werden</small></stro
ng><br><br></p>' (91 chars)
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'fullname' (8 chars)
label => 'Ansprechpartner*' (16 chars)
type => 'text' (4 chars)
id => 'account-fullname' (16 chars)
class => 'form-control' (12 chars)
20 => 'TEXTLINE' (8 chars)
20. =>
name => 'company' (7 chars)
label => 'Hotelname*' (10 chars)
type => 'text' (4 chars)
id => 'account-company' (15 chars)
class => 'form-control' (12 chars)
25 => 'TEXTLINE' (8 chars)
25. =>
name => 'homepage' (8 chars)
label => 'Homepage' (8 chars)
type => 'text' (4 chars)
id => 'account-homepage' (16 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'adress' (6 chars)
label => 'Anschrift*' (10 chars)
type => 'text' (4 chars)
id => 'account-adress' (14 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'zip' (3 chars)
label => 'PLZ*' (4 chars)
type => 'text' (4 chars)
id => 'account-zip' (11 chars)
class => 'form-control' (12 chars)
50 => 'TEXTLINE' (8 chars)
50. =>
name => 'city' (4 chars)
label => 'Ort*' (4 chars)
type => 'text' (4 chars)
id => 'account-city' (12 chars)
class => 'form-control' (12 chars)
55 => 'TEXTLINE' (8 chars)
55. =>
name => 'country' (7 chars)
label => 'Land*' (5 chars)
type => 'text' (4 chars)
id => 'account-country' (15 chars)
class => 'form-control' (12 chars)
60 => 'TEXTLINE' (8 chars)
60. =>
name => 'phone' (5 chars)
label => 'Telefon*' (8 chars)
type => 'text' (4 chars)
id => 'account-phone' (13 chars)
class => 'form-control' (12 chars)
70 => 'TEXTLINE' (8 chars)
70. =>
name => 'telefax' (7 chars)
label => 'Fax*' (4 chars)
type => 'text' (4 chars)
id => 'account-telefax' (15 chars)
class => 'form-control' (12 chars)
80 => 'TEXTLINE' (8 chars)
80. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'account-email' (13 chars)
class => 'form-control' (12 chars)
90 => 'TEXTBLOCK' (9 chars)
90. =>
content => ' <br><br>' (11 chars)
100 => 'CHECKBOXGROUP' (13 chars)
100. =>
class => '' (0 chars)
name => '' (0 chars)
10 => 'CHECKBOX' (8 chars)
10. => array(1 item)max depth
20 => 'CHECKBOX' (8 chars)
20. => array(1 item)max depth
120 => 'TEXTBLOCK' (9 chars)
120. =>
content => ' <br><br>' (11 chars)
130 => 'CHECKBOX' (8 chars)
130. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'account-privacy_policy' (22 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
140 => 'SUBMIT' (6 chars)
140. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary margin-top' (26 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
3 => 'required' (8 chars)
3. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'required' (8 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
9 => 'required' (8 chars)
9. => array(4 items)max depth
10 => 'email' (5 chars)
10. => array(4 items)max depth
11 => 'required' (8 chars)
11. => array(4 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(4 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
formCatalogOrder => 'FORM' (4 chars)
formCatalogOrder. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_catalog_order' (16 chars)
confirmation => '0' (1 chars)
form. =>
layout. => array(11 items)max depth
5 => 'TEXTBLOCK' (9 chars)
5. =>
content => '<h1 class="first-headline">Katalogbestellung</h1><p>Partneragenturen nutzen
bitte das Formular im Agenturbereich.<br><br></p>' (125 chars)
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'vorname' (7 chars)
label => 'Vorname*' (8 chars)
type => 'text' (4 chars)
id => 'catalogorder-vorname' (20 chars)
class => 'form-control' (12 chars)
15 => 'TEXTLINE' (8 chars)
15. =>
name => 'nachname' (8 chars)
label => 'Nachname*' (9 chars)
type => 'text' (4 chars)
id => 'catalogorder-nachname' (21 chars)
class => 'form-control' (12 chars)
20 => 'TEXTLINE' (8 chars)
20. =>
name => 'address' (7 chars)
label => 'Anschrift*' (10 chars)
type => 'text' (4 chars)
id => 'catalogorder-subject' (20 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'zip' (3 chars)
label => 'PLZ*' (4 chars)
type => 'text' (4 chars)
id => 'catalogorder-zip' (16 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'city' (4 chars)
label => 'Ort*' (4 chars)
type => 'text' (4 chars)
id => 'catalogorder-city' (17 chars)
class => 'form-control' (12 chars)
50 => 'TEXTLINE' (8 chars)
50. =>
name => 'phone' (5 chars)
label => 'Telefon' (7 chars)
type => 'text' (4 chars)
id => 'catalogorder-phone' (18 chars)
class => 'form-control' (12 chars)
60 => 'TEXTLINE' (8 chars)
60. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'catalogorder-email' (18 chars)
class => 'form-control margin-bottom' (26 chars)
70 => 'CHECKBOX' (8 chars)
70. =>
name => 'catalog_a' (9 chars)
label => 'Senden Sie mir bitte den aktuellen Hauptkatalog Kurreisen & Wellness zu.' (72 chars)
id => 'catalogorder-catalog_a' (22 chars)
value => 'Ja, bitte zusenden.' (19 chars)
checked => '0' (1 chars)
80 => 'CHECKBOX' (8 chars)
80. =>
name => 'catalog_b' (9 chars)
label => 'Senden Sie mir bitte den aktuellen Winter-Sonderangebotskatalog inkl. Weihna
chten & Silvester zu.' (97 chars)
id => 'catalogorder-catalog_b' (22 chars)
value => 'Ja, bitte zusenden.' (19 chars)
checked => '0' (1 chars)
81 => 'CHECKBOX' (8 chars)
81. =>
name => 'newsletter_b' (12 chars)
label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars)
id => 'catalogorder-newsletter_b' (25 chars)
value => 'Ja, bitte zusenden.' (19 chars)
checked => '0' (1 chars)
90 => 'CHECKBOX' (8 chars)
90. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'catalogorder-privacy_policy' (27 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
95 => 'TEXTBLOCK' (9 chars)
95. =>
content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
>' (229 chars)
100 => 'SUBMIT' (6 chars)
100. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary' (15 chars)
value => 'Absenden' (8 chars)
type => 'submit' (6 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
3 => 'required' (8 chars)
3. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'email' (5 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
__ALT__postProcessor. =>
1 => 'mail' (4 chars)
1. => array(5 items)max depth
2 => 'redirect' (8 chars)
2. => array(1 item)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
formCatalogOrder2021 => 'FORM' (4 chars)
formCatalogOrder2021. =>
enctype => 'multipart/form-data' (19 chars)
method => 'post' (4 chars)
prefix => 'tx_catalog_order' (16 chars)
confirmation => '0' (1 chars)
id => 'form-catalogue-order' (20 chars)
form. =>
layout. => array(11 items)max depth
10 => 'TEXTLINE' (8 chars)
10. =>
name => 'vorname' (7 chars)
label => 'Vorname*' (8 chars)
type => 'text' (4 chars)
id => 'catalogorder-vorname' (20 chars)
class => 'form-control' (12 chars)
15 => 'TEXTLINE' (8 chars)
15. =>
name => 'nachname' (8 chars)
label => 'Nachname*' (9 chars)
type => 'text' (4 chars)
id => 'catalogorder-nachname' (21 chars)
class => 'form-control' (12 chars)
20 => 'TEXTLINE' (8 chars)
20. =>
name => 'address' (7 chars)
label => 'Anschrift*' (10 chars)
type => 'text' (4 chars)
id => 'catalogorder-subject' (20 chars)
class => 'form-control' (12 chars)
30 => 'TEXTLINE' (8 chars)
30. =>
name => 'zip' (3 chars)
label => 'PLZ*' (4 chars)
type => 'text' (4 chars)
id => 'catalogorder-zip' (16 chars)
class => 'form-control' (12 chars)
40 => 'TEXTLINE' (8 chars)
40. =>
name => 'city' (4 chars)
label => 'Ort*' (4 chars)
type => 'text' (4 chars)
id => 'catalogorder-city' (17 chars)
class => 'form-control' (12 chars)
50 => 'TEXTLINE' (8 chars)
50. =>
name => 'phone' (5 chars)
label => 'Telefon' (7 chars)
type => 'text' (4 chars)
id => 'catalogorder-phone' (18 chars)
class => 'form-control' (12 chars)
60 => 'TEXTLINE' (8 chars)
60. =>
name => 'email' (5 chars)
label => 'E-Mail*' (7 chars)
type => 'text' (4 chars)
id => 'catalogorder-email' (18 chars)
class => 'form-control margin-bottom' (26 chars)
70 => 'TEXTLINE' (8 chars)
70. =>
name => 'message' (7 chars)
label => 'Bestelldaten' (12 chars)
type => 'hidden' (6 chars)
id => 'catalogueorder-message' (22 chars)
layout => ' <input />' (21 chars)
81 => 'CHECKBOX' (8 chars)
81. =>
name => 'newsletter_b' (12 chars)
label => 'Ich bin interessiert an weiteren Angeboten per Newsletter oder Briefmailing.' (76 chars)
id => 'catalogorder-newsletter_b' (25 chars)
value => 'Ja, bitte zusenden.' (19 chars)
checked => '0' (1 chars)
90 => 'CHECKBOX' (8 chars)
90. =>
name => 'privacy_policy' (14 chars)
label => 'Ich habe die Datenschutzerklärung gelesen und akzeptiere diese.' (64 chars)
id => 'catalogorder-privacy_policy' (27 chars)
value => 'Datenschutzerklärung akzeptiert' (32 chars)
checked => '0' (1 chars)
95 => 'TEXTBLOCK' (9 chars)
95. =>
content => '<div class="clearfix"></div><div class="row"><div class="form-group-submit c
ol-sm-offset-3 col-md-9"><a class="datenschutz" href ="/datenschutzerklaerun
g/" target="_blank">Datenschutzerklärung einsehen »</a><br><br></div></div
>' (229 chars)
100 => 'SUBMIT' (6 chars)
100. =>
name => 'button' (6 chars)
label. => array(1 item)max depth
class => 'btn btn-primary' (15 chars)
value => 'Bestellung absenden' (19 chars)
type => 'submit' (6 chars)
101 => 'TEXTBLOCK' (9 chars)
101. =>
content => '<div class="clearfix form-group"></div>' (39 chars)
rules. =>
1 => 'required' (8 chars)
1. => array(4 items)max depth
2 => 'required' (8 chars)
2. => array(4 items)max depth
3 => 'required' (8 chars)
3. => array(4 items)max depth
4 => 'required' (8 chars)
4. => array(4 items)max depth
5 => 'required' (8 chars)
5. => array(4 items)max depth
6 => 'required' (8 chars)
6. => array(4 items)max depth
7 => 'email' (5 chars)
7. => array(4 items)max depth
8 => 'required' (8 chars)
8. => array(4 items)max depth
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
postProcessor. =>
1 => 'mailXtoura' (10 chars)
1. => array(5 items)max depth
2 => 'mailXtoura' (10 chars)
2. => array(5 items)max depth
3 => 'redirect' (8 chars)
3. => array(1 item)max depth
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
Hotline => 'CONTENT' (7 chars)
Hotline. =>
10 => 'TEXT' (4 chars)
10. =>
value => ' <h3>Hotline</h3>
<h4>+49 3741 - 14 85 27-0</h4>
' (71 chars)
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '111' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
honeypot. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formCallBack. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formCoachHireMin. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formCoupon. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formIndividualRequest. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formClass. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formGroup. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
formIndividual. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
callback. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
contact. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
catalog. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
coupon. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
rentbus. =>
9000 => 'HIDDEN' (6 chars)
9000. =>
name => '_email_' (7 chars)
id => '_email_' (7 chars)
9001 => 'HIDDEN' (6 chars)
9001. =>
name => '_token_' (7 chars)
id => '_token_' (7 chars)
rules. =>
9000 => 'length' (6 chars)
9000. => array(3 items)max depth
9001 => 'regexp' (6 chars)
9001. => array(2 items)max depth
math => 'TEXT' (4 chars)
math. =>
current => '1' (1 chars)
prioriCalc => '1' (1 chars)
mainmenuSize => 'TEXT' (4 chars)
mainmenuSize. =>
value => '{$mainmenuSize}' (15 chars)
dynamicContent => 'COA' (3 chars)
dynamicContent. =>
5 => 'LOAD_REGISTER' (13 chars)
5. =>
colPos. => array(2 items)max depth
pageUid. => array(2 items)max depth
contentFromPid. => array(2 items)max depth
wrap. => array(2 items)max depth
20 => 'CONTENT' (7 chars)
20. =>
table => 'tt_content' (10 chars)
select. => array(5 items)max depth
stdWrap. => array(2 items)max depth
90 => 'RESTORE_REGISTER' (16 chars)
xtouraInterface => 'USER_INT' (8 chars)
xtouraInterface. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
searchFulltext => 'USER_INT' (8 chars)
searchFulltext. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Fulltext/' (24 chars)
set_meta => '0' (1 chars)
searchTourfinder => 'USER_INT' (8 chars)
searchTourfinder. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Tourfinder/' (26 chars)
set_meta => '0' (1 chars)
searchTourfinderVertical => 'USER_INT' (8 chars)
searchTourfinderVertical. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Tourfinder/' (26 chars)
set_meta => '0' (1 chars)
template => 'vertical' (8 chars)
meta => 'USER_INT' (8 chars)
meta. =>
userFunc => 'user_xtoura_plugin->meta' (24 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Meta/' (20 chars)
meta_type => 'meta' (4 chars)
touroperator_id => '68' (2 chars)
assets => 'USER_INT' (8 chars)
assets. =>
userFunc => 'user_xtoura_plugin->meta' (24 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Meta/' (20 chars)
meta_type => 'assets' (6 chars)
touroperator_id => '68' (2 chars)
assets_footer => 'USER_INT' (8 chars)
assets_footer. =>
userFunc => 'user_xtoura_plugin->meta' (24 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Meta/' (20 chars)
meta_type => 'assets_footer' (13 chars)
touroperator_id => '68' (2 chars)
xtouraFooter => 'COA' (3 chars)
xtouraFooter. =>
100 => 'USER_INT' (8 chars)
100. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. => array(2 items)max depth
type => 'xtoura/widgets/Copyright/' (25 chars)
set_meta => '0' (1 chars)
101 => 'USER_INT' (8 chars)
101. =>
userFunc => 'user_xtoura_plugin->meta' (24 chars)
settings. => array(2 items)max depth
type => 'xtoura/widgets/Meta/' (20 chars)
meta_type => 'assets_footer' (13 chars)
touroperator_id => '68' (2 chars)
tx_sitemapgenerator => 'USER' (4 chars)
tx_sitemapgenerator. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'SitemapGenerator' (16 chars)
pluginName => 'Pi1' (3 chars)
vendorName => 'Markussom' (9 chars)
controller => 'Sitemap' (7 chars)
action => 'list' (4 chars)
switchableControllerActions. =>
Sitemap. => array(1 item)max depth
view. =>
templateRootPaths. => array(1 item)max depth
partialRootPaths. => array(1 item)max depth
layoutRootPaths. => array(1 item)max depth
contentElement. =>
templateRootPaths. =>
1 => 'EXT:dce/Resources/Private/Templates' (35 chars)
xtouraTourTypeMenueFrontpage => 'USER_INT' (8 chars)
xtouraTourTypeMenueFrontpage. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Content/' (23 chars)
template => 'ReiseartMenu' (12 chars)
limit => '11' (2 chars)
set_meta => '0' (1 chars)
xtouraCountryMenue => 'USER_INT' (8 chars)
xtouraCountryMenue. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
type => 'xtoura/widgets/Country/' (23 chars)
template => 'menu' (4 chars)
limit => '9999' (4 chars)
set_meta => '0' (1 chars)
tourTypeMenue => 'COA' (3 chars)
tourTypeMenue. =>
10 => 'TEXT' (4 chars)
10. =>
value => '<h3>Reisethemen</h3>' (20 chars)
20 => 'USER_INT' (8 chars)
20. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. => array(2 items)max depth
type => 'xtoura/widgets/Content/' (23 chars)
template => 'ReiseartMenu' (12 chars)
limit => '11' (2 chars)
set_meta => '0' (1 chars)
HotlineAgency => 'CONTENT' (7 chars)
HotlineAgency. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '158' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
linkeSpalte => 'CONTENT' (7 chars)
linkeSpalte. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '144' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
mittlereSpalte => 'CONTENT' (7 chars)
mittlereSpalte. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '145' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
rechteSpalte => 'CONTENT' (7 chars)
rechteSpalte. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '146' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
Angebote => 'CONTENT' (7 chars)
Angebote. =>
table => 'tt_content' (10 chars)
wrap => '|' (1 chars)
select. =>
pidInList => '147' (3 chars)
begin => '0' (1 chars)
orderBy => 'sorting' (7 chars)
languageField => 'sys_language_uid' (16 chars)
styles. =>
content. =>
get => 'CONTENT' (7 chars)
get. =>
table => 'tt_content' (10 chars)
select. => array(2 items)max depth
getLeft => 'CONTENT' (7 chars)
getLeft. =>
table => 'tt_content' (10 chars)
select. => array(2 items)max depth
getRight => 'CONTENT' (7 chars)
getRight. =>
table => 'tt_content' (10 chars)
select. => array(2 items)max depth
getBorder => 'CONTENT' (7 chars)
getBorder. =>
table => 'tt_content' (10 chars)
select. => array(2 items)max depth
getNews => 'CONTENT' (7 chars)
getNews. =>
table => 'tt_content' (10 chars)
select. => array(3 items)max depth
editPanelPage => 'COA' (3 chars)
editPanelPage. =>
10 => 'EDITPANEL' (9 chars)
10. => array(2 items)max depth
parseFunc. =>
makelinks => '1' (1 chars)
makelinks. => array(2 items)max depth
tags. => array(2 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="csc-sword">|</span>' (32 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. => array(2 items)max depth
config. =>
extTarget => '_blank' (6 chars)
language => 'de' (2 chars)
locale_all => 'de_DE.UTF-8' (11 chars)
sys_language_uid => '1' (1 chars)
contentObjectExceptionHandler => '0' (1 chars)
htmlTag_setParams => 'lang="de" dir="ltr"' (19 chars)
htmlTag_stdWrap. =>
cObject. => array(empty)
absRefPrefix => '/' (1 chars)
sendCacheHeaders => '1' (1 chars)
inlineStyle2TempFile => '0' (1 chars)
tx_realurl_enable => '1' (1 chars)
compressCss => '0' (1 chars)
concatenateCss => '0' (1 chars)
compressJs => '0' (1 chars)
concatenateJs => '0' (1 chars)
tx_extbase. =>
mvc. =>
requestHandlers. => array(4 items)max depth
throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars)
persistence. =>
enableAutomaticCacheClearing => '1' (1 chars)
updateReferenceIndex => '0' (1 chars)
useQueryCache => '1' (1 chars)
classes. => array(16 items)max depth
features. =>
skipDefaultArguments => '0' (1 chars)
ignoreAllEnableFieldsInBe => '0' (1 chars)
objects. =>
TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMap. => array(1 item)max depth
no_cache => '0' (1 chars)
tt_content => 'CASE' (4 chars)
tt_content. =>
key. =>
field => 'CType' (5 chars)
stdWrap. =>
innerWrap. =>
cObject => 'CASE' (4 chars)
cObject. => array(23 items)max depth
innerWrap2 => '| <p class="csc-linkToTop"><a href="{getIndpEnv:TYPO3_REQUEST_URL}#">{LLL:EX
T:css_styled_content/Resources/Private/Language/locallang.xlf:label.toTop}</
a></p>' (158 chars)
innerWrap2. =>
insertData => '1' (1 chars)
fieldRequired => 'linkToTop' (9 chars)
prepend => 'TEXT' (4 chars)
prepend. =>
dataWrap => '<a id="c{field:_LOCALIZED_UID}"></a>' (36 chars)
if. => array(1 item)max depth
editPanel => '1' (1 chars)
editPanel. =>
allow => 'move,new,edit,hide,delete' (25 chars)
line => '5' (1 chars)
label => '%s' (2 chars)
onlyCurrentPid => '1' (1 chars)
previewBorder => '4' (1 chars)
edit. => array(1 item)max depth
prefixComment => '1 | CONTENT ELEMENT, uid:{field:uid}/{field:CType}' (50 chars)
header => 'COA' (3 chars)
header. =>
10 => '< lib.stdheader' (15 chars)
20 => 'TEXT' (4 chars)
20. =>
field => 'subheader' (9 chars)
required => '1' (1 chars)
dataWrap => '<p class="csc-subheader csc-subheader-{field:layout}">|</p>' (59 chars)
htmlSpecialChars => '1' (1 chars)
if. => array(3 items)max depth
editIcons => 'tt_content:subheader,layout' (27 chars)
editIcons. => array(2 items)max depth
prefixComment => '2 | Subheader:' (14 chars)
text => 'COA' (3 chars)
text. =>
10 => '< lib.stdheader' (15 chars)
20 => 'TEXT' (4 chars)
20. =>
field => 'bodytext' (8 chars)
required => '1' (1 chars)
parseFunc => '< lib.parseFunc_RTE' (19 chars)
editIcons => 'tt_content:bodytext' (19 chars)
editIcons. => array(2 items)max depth
prefixComment => '2 | Text:' (9 chars)
image => 'COA' (3 chars)
image. =>
10 => '< lib.stdheader' (15 chars)
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tex
tpic' (80 chars)
preRenderRegisters. => array(1 item)max depth
imgList. => array(2 items)max depth
imgPath => 'uploads/pics/' (13 chars)
imgListContainsReferenceUids => '1' (1 chars)
imgObjNum => '1' (1 chars)
1. => array(14 items)max depth
textPos. => array(1 item)max depth
maxW => '600' (3 chars)
maxW. => array(1 item)max depth
maxWInText => '' (0 chars)
maxWInText. => array(1 item)max depth
equalH. => array(1 item)max depth
image_compression. => array(1 item)max depth
image_effects. => array(1 item)max depth
noRows. => array(1 item)max depth
cols. => array(1 item)max depth
border. => array(1 item)max depth
caption. => array(4 items)max depth
captionAlign. => array(1 item)max depth
imageTextSplit => '1' (1 chars)
borderThick => '2' (1 chars)
borderClass => 'csc-textpic-border' (18 chars)
colSpace => '10' (2 chars)
textMargin => '10' (2 chars)
borderSpace => '0' (1 chars)
separateRows => '1' (1 chars)
addClasses => '' (0 chars)
addClassesCol => '' (0 chars)
addClassesCol. => array(3 items)max depth
addClassesImage => 'csc-textpic-first |*| |*| csc-textpic-last' (42 chars)
imageStdWrap. => array(empty)max depth
imageStdWrapNoWidth. => array(1 item)max depth
imageColumnStdWrap. => array(empty)max depth
rendering. => array(5 items)max depth
renderMethod => 'noWraps' (7 chars)
editIcons => 'tt_content : image [imageorient|imagewidth|imageheight],[imagecols|image_noR
ows|imageborder],[image_zoom],[image_compression|image_effects|image_frames]
,[imagecaption_position]' (176 chars)
editIcons. => array(1 item)max depth
stdWrap. => array(1 item)max depth
layout => 'CASE' (4 chars)
layout. => array(3 items)max depth
textpic => 'COA' (3 chars)
textpic. =>
10 => 'COA' (3 chars)
10. =>
if. => array(2 items)max depth
10 => '< lib.stdheader' (15 chars)
20 => '< tt_content.image.20' (21 chars)
20. =>
text. => array(4 items)max depth
bullets => 'COA' (3 chars)
bullets. =>
10 => '< lib.stdheader' (15 chars)
20 => 'TEXT' (4 chars)
20. =>
field => 'bodytext' (8 chars)
trim => '1' (1 chars)
split. => array(4 items)max depth
dataWrap => '<ul class="csc-bulletlist csc-bulletlist-{field:layout}">|</ul>' (63 chars)
editIcons => 'tt_content: bodytext, [layout]' (30 chars)
editIcons. => array(2 items)max depth
prefixComment => '2 | Bullet list:' (16 chars)
uploads => 'COA' (3 chars)
uploads. =>
10 => '< lib.stdheader' (15 chars)
20 => 'FILES' (5 chars)
20. =>
references. => array(2 items)max depth
collections. => array(1 item)max depth
folders. => array(1 item)max depth
sorting. => array(1 item)max depth
renderObj => 'COA' (3 chars)
renderObj. => array(11 items)max depth
stdWrap. => array(4 items)max depth
table => 'COA' (3 chars)
table. =>
10 => '< lib.stdheader' (15 chars)
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\CssStyledContent\Controller\CssStyledContentController->render_tab
le' (78 chars)
field => 'bodytext' (8 chars)
color. => array(9 items)max depth
tableParams_0. => array(3 items)max depth
tableParams_1. => array(3 items)max depth
tableParams_2. => array(3 items)max depth
tableParams_3. => array(3 items)max depth
innerStdWrap. => array(3 items)max depth
stdWrap. => array(3 items)max depth
menu => 'COA' (3 chars)
menu. =>
10 => '< lib.stdheader' (15 chars)
20 => 'CASE' (4 chars)
20. =>
key. => array(1 item)max depth
default => 'HMENU' (5 chars)
default. => array(5 items)max depth
1 => 'HMENU' (5 chars)
1. => array(5 items)max depth
2 => 'HMENU' (5 chars)
2. => array(15 items)max depth
3 => 'HMENU' (5 chars)
3. => array(5 items)max depth
4 => 'HMENU' (5 chars)
4. => array(5 items)max depth
5 => 'HMENU' (5 chars)
5. => array(5 items)max depth
6 => 'HMENU' (5 chars)
6. => array(5 items)max depth
7 => 'HMENU' (5 chars)
7. => array(7 items)max depth
8 => 'HMENU' (5 chars)
8. => array(17 items)max depth
categorized_pages => 'HMENU' (5 chars)
categorized_pages. => array(5 items)max depth
categorized_content => 'RECORDS' (7 chars)
categorized_content. => array(4 items)max depth
stdWrap. => array(4 items)max depth
shortcut => 'COA' (3 chars)
shortcut. =>
20 => 'RECORDS' (7 chars)
20. =>
source. => array(1 item)max depth
tables => 'tt_content,tt_address,tt_links,tt_guest,tt_board,tt_calender,tt_products,tt_
news,tt_rating,tt_poll' (98 chars)
stdWrap. => array(3 items)max depth
list => 'COA' (3 chars)
list. =>
10 => '< lib.stdheader' (15 chars)
20 => 'CASE' (4 chars)
20. =>
key. => array(1 item)max depth
stdWrap. => array(3 items)max depth
form_form => 'USER' (4 chars)
form_form. => array(4 items)max depth
dce_dce => 'USER' (4 chars)
dce_dce. => array(4 items)max depth
femanager_pi1 => 'USER' (4 chars)
femanager_pi1. => array(4 items)max depth
sitemapgenerator_pi1 => 'USER' (4 chars)
sitemapgenerator_pi1. => array(4 items)max depth
div => 'TEXT' (4 chars)
div. =>
value => '<hr>' (4 chars)
override => '<hr />' (6 chars)
override. =>
if. => array(1 item)max depth
wrap => '<div class="divider">|</div>' (28 chars)
prefixComment => '2 | Div element' (15 chars)
html => 'TEXT' (4 chars)
html. =>
field => 'bodytext' (8 chars)
editIcons => 'tt_content:bodytext' (19 chars)
editIcons. =>
beforeLastTag => '1' (1 chars)
iconTitle. => array(1 item)max depth
prefixComment => '2 | Raw HTML content:' (21 chars)
default => 'TEXT' (4 chars)
default. =>
field => 'CType' (5 chars)
wrap => '<p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|"
has no rendering definition!</p>' (108 chars)
htmlSpecialChars => '1' (1 chars)
prefixComment => '2 | Unknown element message:' (28 chars)
login => 'COA' (3 chars)
login. =>
10 => '< lib.stdheader' (15 chars)
20 => '< plugin.tx_felogin_pi1' (23 chars)
dce_dceuid47 => 'COA' (3 chars)
dce_dceuid47. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid47' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid46 => 'COA' (3 chars)
dce_dceuid46. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid46' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid45 => 'COA' (3 chars)
dce_dceuid45. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid45' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid44 => 'COA' (3 chars)
dce_dceuid44. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid44' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid43 => 'COA' (3 chars)
dce_dceuid43. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid43' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid42 => 'COA' (3 chars)
dce_dceuid42. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid42' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid41 => 'COA' (3 chars)
dce_dceuid41. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid41' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid40 => 'COA' (3 chars)
dce_dceuid40. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid40' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid39 => 'COA' (3 chars)
dce_dceuid39. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid39' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid38 => 'COA' (3 chars)
dce_dceuid38. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid38' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid36 => 'COA' (3 chars)
dce_dceuid36. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid36' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid35 => 'COA' (3 chars)
dce_dceuid35. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid35' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid34 => 'COA' (3 chars)
dce_dceuid34. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid34' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid33 => 'COA' (3 chars)
dce_dceuid33. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid33' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid32 => 'COA' (3 chars)
dce_dceuid32. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid32' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid31 => 'COA' (3 chars)
dce_dceuid31. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid31' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid30 => 'COA' (3 chars)
dce_dceuid30. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid30' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid29 => 'COA' (3 chars)
dce_dceuid29. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid29' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid28 => 'COA' (3 chars)
dce_dceuid28. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid28' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid27 => 'COA' (3 chars)
dce_dceuid27. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid27' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid26 => 'COA' (3 chars)
dce_dceuid26. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid26' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid25 => 'COA' (3 chars)
dce_dceuid25. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid25' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid24 => 'COA' (3 chars)
dce_dceuid24. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid24' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid23 => 'COA' (3 chars)
dce_dceuid23. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid23' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid22 => 'COA' (3 chars)
dce_dceuid22. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid22' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid21 => 'COA' (3 chars)
dce_dceuid21. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid21' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid20 => 'COA' (3 chars)
dce_dceuid20. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid20' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid19 => 'COA' (3 chars)
dce_dceuid19. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid19' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid18 => 'COA' (3 chars)
dce_dceuid18. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid18' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid15 => 'COA' (3 chars)
dce_dceuid15. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid15' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid14 => 'COA' (3 chars)
dce_dceuid14. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid14' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid13 => 'COA' (3 chars)
dce_dceuid13. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid13' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid12 => 'COA' (3 chars)
dce_dceuid12. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid12' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid11 => 'COA' (3 chars)
dce_dceuid11. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid11' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid10 => 'COA' (3 chars)
dce_dceuid10. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid10' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid9 => 'COA' (3 chars)
dce_dceuid9. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid9' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
templateName => 'DceContainerElement' (19 chars)
dce_dceuid8 => 'COA' (3 chars)
dce_dceuid8. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid8' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid7 => 'COA' (3 chars)
dce_dceuid7. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid7' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid5 => 'COA' (3 chars)
dce_dceuid5. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid5' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid6 => 'COA' (3 chars)
dce_dceuid6. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid6' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid4 => 'COA' (3 chars)
dce_dceuid4. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid4' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid1 => 'COA' (3 chars)
dce_dceuid1. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid1' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid2 => 'COA' (3 chars)
dce_dceuid2. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid2' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid3 => 'COA' (3 chars)
dce_dceuid3. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid3' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid17 => 'COA' (3 chars)
dce_dceuid17. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid17' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
mailform => 'COA' (3 chars)
mailform. =>
10 => '< lib.stdheader' (15 chars)
20 => 'FORM' (4 chars)
20. =>
stdWrap. => array(4 items)max depth
xtoura_all => 'USER_INT' (8 chars)
xtoura_all. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'auto_url' (8 chars)
quantity => '0' (1 chars)
xtoura_fullpage => 'USER_INT' (8 chars)
xtoura_fullpage. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'auto_url' (8 chars)
quantity => '0' (1 chars)
xtoura_slider => 'USER_INT' (8 chars)
xtoura_slider. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'auto_url' (8 chars)
quantity => '0' (1 chars)
xtoura_search => 'USER_INT' (8 chars)
xtoura_search. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'widget/fulltext_search' (22 chars)
quantity => '0' (1 chars)
xtoura_teaser => 'USER_INT' (8 chars)
xtoura_teaser. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'widget/topoffer_content' (23 chars)
quantity => '6' (1 chars)
xtoura_content => 'USER_INT' (8 chars)
xtoura_content. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'xtoura/widgets/Content/' (23 chars)
quantity => '0' (1 chars)
xtoura_menu => 'USER_INT' (8 chars)
xtoura_menu. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'widget/sidebar_price_filter_nav' (31 chars)
quantity => '5' (1 chars)
xtoura_dashboard_elements => 'USER_INT' (8 chars)
xtoura_dashboard_elements. =>
userFunc => 'user_xtoura_plugin->widget' (26 chars)
settings. =>
touroperator_id => '68' (2 chars)
set_meta => '0' (1 chars)
name => 'Tour' (4 chars)
type => 'widget/price_filter_box' (23 chars)
quantity => '3' (1 chars)
plugin. =>
tx_cssstyledcontent. =>
_CSS_DEFAULT_STYLE => ' /* Headers */
.csc-header-alignment-center { text-align: center; }
.csc-h
eader-alignment-right { text-align: right; }
.csc-header-alignment-left { t
ext-align: left; }
div.csc-textpic-responsive, div.csc-textpic-responsive
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:
border-box; }
/* Clear floats after csc-textpic and after csc-textpic-im
agerow */
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc
-uploads li { overflow: hidden; }
/* Set padding for tables */
div.csc-te
xtpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spaci
ng: 0; }
div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; v
ertical-align: top; }
/* Settings for figure and figcaption (HTML5) */
di
v.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-text
pic-imagewrap { margin: 0; display: table; }
/* Captions */
figcaption.cs
c-textpic-caption { display: table-caption; }
.csc-textpic-caption { text-a
lign: left; caption-side: bottom; }
div.csc-textpic-caption-c .csc-textpic-
caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .
csc-textpic-caption-r { text-align: right; }
div.csc-textpic-caption-l .csc
-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align
: left; }
/* Float the columns */
div.csc-textpic div.csc-textpic-imageco
lumn { float: left; }
/* Border just around the image */
div.csc-textpic-
border div.csc-textpic-imagewrap img {
border: 2px solid black;
padding:
0px 0px;
}
div.csc-textpic .csc-textpic-imagewrap img { border: none; di
splay: block; }
/* Space below each image (also in-between rows) */
div.c
sc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-te
xtpic-image { margin-bottom: 0; }
/* colSpace around image columns, except
for last column */
div...' (4789 chars)
tx_form. =>
view. =>
elementPartials. => array(23 items)max depth
templateRootPaths. => array(1 item)max depth
partialRootPaths. => array(1 item)max depth
layoutRootPaths. => array(1 item)max depth
settings. =>
registeredElements. => array(27 items)max depth
registeredFilters. => array(12 items)max depth
registeredValidators. => array(20 items)max depth
features. =>
skipDefaultArguments => '1' (1 chars)
_CSS_DEFAULT_STYLE => ' div.csc-mailform ol,
div.csc-mailform ol li {
margin: 0;
padding:
0;
}
div.csc-mailform ol li {
overflow: hidden;
}
div.csc-mailf
orm fieldset {
margin: 0;
padding: 0;
position: relative;
}
di
v.csc-mailform legend {
margin-left: 1em;
color: #000000;
font-weig
ht: bold;
}
div.csc-mailform fieldset ol {
padding: 1em 1em 0 1em;
}
div.csc-mailform fieldset li {
padding: 0.5em;
margin-bottom: 0.
5em;
list-style: none;
}
div.csc-mailform fieldset.submit {
borde
r-style: none;
}
/**
* Normal label
* Left aligned, in front of i
nput
*/
div.csc-mailform li label {
float: left;
width: 13em;
margin-right: 1em;
vertical-align: baseline;
}
div.csc-mailform li i
nput + label,
div.csc-mailform li textarea + label,
div.csc-mailform li
select + label {
float: none;
width: auto;
margin-right: 0;
marg
in-left: 1em;
}
div.csc-mailform li textarea + label {
vertical-alig
n: top;
}
label em,
legend em {
display: block;
color: #060;
font-size: 85%;
font-style: normal;
text-transform: uppercase;
}
legend em {
position: absolute;
}
label strong,
legend strong {
display: block;
color: #C00;
font-size: 85%;
font-weight: normal;
text-transform: uppercase;
}
legend strong {
position: absolute;
top: 1.4em;
}
/**
* Labels alignment right
*/
.labels-align
ment-right label,
.labels-alignment-right .fieldset-subgroup legend,
.la
bels-alignment-right.fieldset-subgroup legend {
text-align: right;
}
/**
* Horizontal fieldset
*/
fieldset.fieldset-horizontal {
bord
er-width: 0;
}
fieldset.fieldset-horizontal ol {
padding: 0;
}
fieldset.fieldset-horizontal li {
float: left;
padding: 0;
margin-r
ight: 1em;
}
fieldset.fieldset-horizontal.label-below label {
displa
y: block;
margin-left: 0;
margin-top: 0.2em;
font-size: 90%;
col
or: #999999;
text-ali...' (3502 chars)
tx_femanager. =>
view. =>
templateRootPaths. => array(2 items)max depth
partialRootPaths. => array(2 items)max depth
layoutRootPaths. => array(2 items)max depth
persistence. =>
storagePid => '' (0 chars)
features. =>
rewrittenPropertyMapper => '1' (1 chars)
settings. =>
new. => array(8 items)max depth
edit. => array(5 items)max depth
invitation. => array(5 items)max depth
delete. => array(empty)max depth
list. => array(1 item)max depth
loginAs. => array(empty)max depth
misc. => array(4 items)max depth
finishers. => array(2 items)max depth
_TypoScriptIncluded => '1' (1 chars)
tx_sitemapgenerator. =>
view. =>
templateRootPaths. => array(1 item)max depth
partialRootPaths. => array(1 item)max depth
layoutRootPaths. => array(1 item)max depth
urlEntries. =>
pages => '1' (1 chars)
pages. => array(4 items)max depth
news => '1' (1 chars)
news. => array(6 items)max depth
googleNewsUrlEntry => '0' (1 chars)
googleNewsUrlEntry. =>
hideIfNotTranslated => '0' (1 chars)
table => 'tx_news_domain_model_news' (25 chars)
name => 'title' (5 chars)
language => 'TEXT' (4 chars)
language. => array(1 item)max depth
access => '' (0 chars)
genres => 'tags' (4 chars)
publicationDate => 'datetime' (8 chars)
title => 'title' (5 chars)
keywords => 'keywords' (8 chars)
stockTickers => '' (0 chars)
url => 'TEXT' (4 chars)
url. => array(1 item)max depth
tx_felogin_pi1 => 'USER_INT' (8 chars)
tx_felogin_pi1. =>
userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars)
storagePid => '' (0 chars)
recursive => '' (0 chars)
templateFile => 'fileadmin/seltamed.de/template/felogin/Resources/Private/Templates/FrontendL
ogin.html' (85 chars)
feloginBaseURL => 'https://www.seltamed.de/' (24 chars)
wrapContentInBaseClass => '1' (1 chars)
linkConfig. =>
target => '' (0 chars)
ATagParams => 'rel="nofollow"' (14 chars)
preserveGETvars => 'all' (3 chars)
showForgotPasswordLink => '' (0 chars)
showPermaLogin => '' (0 chars)
forgotLinkHashValidTime => '12' (2 chars)
newPasswordMinLength => '6' (1 chars)
welcomeHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
welcomeMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
successHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
successMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
logoutHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
logoutMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
errorHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
errorMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
forgotMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotErrorMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotResetMessageEmailSentMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordNotValidMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordTooShortMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordNotEqualMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordDoneMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
cookieWarning_stdWrap. =>
required => '1' (1 chars)
wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars)
htmlSpecialChars => '1' (1 chars)
userfields. =>
username. => array(2 items)max depth
redirectMode => '' (0 chars)
redirectFirstMethod => '' (0 chars)
redirectPageLogin => '' (0 chars)
redirectPageLoginError => '' (0 chars)
redirectPageLogout => '' (0 chars)
redirectDisable => '' (0 chars)
email_from => '' (0 chars)
email_fromName => '' (0 chars)
replyTo => '' (0 chars)
domains => '' (0 chars)
showLogoutFormAfterLogin => '' (0 chars)
dateFormat => 'Y-m-d H:i' (9 chars)
exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars)
_CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label {
display: block;
}' (48 chars)
_LOCAL_LANG. =>
de. => array(2 items)max depth
tx_dce. =>
persistence. =>
storagePid => '0' (1 chars)
page. =>
includeJSFooter. =>
femanagerValidation => 'EXT:femanager/Resources/Public/JavaScripts/Validation.js' (56 chars)
femanager => 'EXT:femanager/Resources/Public/JavaScripts/Femanager.js' (55 chars)
scratch => 'fileadmin/seltamed.de/template/scratch/js/dropdown_level_3.js' (61 chars)
10 => 'FLUIDTEMPLATE' (13 chars)
10. =>
partialRootPath => 'EXT:satzart_template/Resources/Private/Partials/' (48 chars)
layoutRootPath => 'EXT:satzart_template/Resources/Private/Layouts/' (47 chars)
imageRootPath => 'EXT:satzart_template/Resources/Public/Images/' (45 chars)
file. =>
stdWrap. => array(2 items)max depth
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars)
10. => array(3 items)max depth
20 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars)
20. => array(5 items)max depth
30 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars)
30. => array(5 items)max depth
40 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars)
40. => array(4 items)max depth
50 => 'TYPO3\CMS\Frontend\DataProcessing\MenuProcessor' (47 chars)
50. => array(5 items)max depth
variables. =>
slider => 'CONTENT' (7 chars)
slider. => array(2 items)max depth
filter => 'CONTENT' (7 chars)
filter. => array(2 items)max depth
reisearten => 'CONTENT' (7 chars)
reisearten. => array(2 items)max depth
main => 'CONTENT' (7 chars)
main. => array(2 items)max depth
header => 'CONTENT' (7 chars)
header. => array(3 items)max depth
rootLine => 'TEXT' (4 chars)
rootLine. => array(1 item)max depth
pidCalendar => 'TEXT' (4 chars)
pidCalendar. => array(1 item)max depth
tourtypeMenuHeadline => 'TEXT' (4 chars)
tourtypeMenuHeadline. => array(1 item)max depth
feUserActive => 'TEXT' (4 chars)
feUserActive. => array(1 item)max depth
feUserLogin => 'TEXT' (4 chars)
feUserLogin. => array(2 items)max depth
feUserName => 'COA_INT' (7 chars)
feUserName. => array(6 items)max depth
feUserLogout => 'TEXT' (4 chars)
feUserLogout. => array(2 items)max depth
feUser => 'TEXT' (4 chars)
feUser. => array(1 item)max depth
showFooterForm => 'TEXT' (4 chars)
showFooterForm. => array(1 item)max depth
showSearchTourfinder => 'TEXT' (4 chars)
showSearchTourfinder. => array(1 item)max depth
meta. =>
X-UA-Compatible => 'IE=edge,chrome=1' (16 chars)
X-UA-Compatible. =>
httpEquivalent => '1' (1 chars)
viewport => 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' (69 chars)
description. =>
field => 'description' (11 chars)
keywords. =>
field => 'keywords' (8 chars)
includeJS. => array(empty)
config. =>
htmlTag_stdWrap. =>
cObject => 'TEXT' (4 chars)
cObject. => array(1 item)max depth
shortcutIcon => 'EXT:satzart_template/Resources/Public/Icons/favicon.ico' (55 chars)
imageRootPath => '/typo3conf/ext/satzart_template/Resources/Public/Images/' (56 chars)
headerData. =>
1010 => 'USER_INT' (8 chars)
1010. =>
userFunc => 'user_xtoura_plugin->meta' (24 chars)
settings. => array(2 items)max depth
type => 'xtoura/widgets/Meta/' (20 chars)
meta_type => 'assets' (6 chars)
touroperator_id => '68' (2 chars)
includeCSS. => array(empty)
includeCSSLibs. => array(empty)
includeJSLibs. => array(empty)
variables. =>
rootLine => 'TEXT' (4 chars)
rootLine. =>
value => 'pages' (5 chars)
feUserActive => 'TEXT' (4 chars)
feUserActive. =>
value => 'navbar-default' (14 chars)
showFooterForm => 'TEXT' (4 chars)
showFooterForm. =>
value => '1' (1 chars)
showSearchTourfinder => 'TEXT' (4 chars)
showSearchTourfinder. =>
value => '1' (1 chars)
footerData. =>
20 => 'TEXT' (4 chars)
20. =>
value => '
' (4 chars)
touroperator => 'COA' (3 chars)
touroperator. =>
FIRMA => 'Selta Med GmbH' (14 chars)
INHABER => 'Zuzana Tatikova' (15 chars)
SLOGAN => 'Kurreisen & Wellness' (20 chars)
PLZ_ORT => '08523 Plauen / Vogtland' (23 chars)
STRASSE => 'Gottschaldstraße 1a' (20 chars)
LAND => 'Deutschland' (11 chars)
TEL => '+49 3741 - 14 85 27-0' (21 chars)
FAX => '+49 3741 - 14 85 27-18' (22 chars)
MAIL => 'reservierung@seltamed.de' (24 chars)
HOTLINE_TITLE => 'Hotline' (7 chars)
HOTLINE => '+49 3741 - 14 85 27-0' (21 chars)
asset_path => 'SeltaMedResponsive' (18 chars)
WEB => 'www.seltamed.de' (15 chars)
ColorPrimary => '#82b13e' (7 chars)
ColorSecondary => '#726b60' (7 chars)
page => 'PAGE' (4 chars)
debugMailForm => '0' (1 chars)
fillcolor => '#82b13e' (7 chars)
ColorPrimary => '#82b13e' (7 chars)
ColorSecondary => '#726b60' (7 chars)
fluidAjaxWidgetResponse => 'PAGE' (4 chars)
fluidAjaxWidgetResponse. =>
typeNum => '7076' (4 chars)
config. =>
no_cache => '1' (1 chars)
disableAllHeaderCode => '1' (1 chars)
additionalHeaders => 'Content-type:text/plain' (23 chars)
debug => '0' (1 chars)
10 => 'USER_INT' (8 chars)
10. =>
userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars)
module. =>
tx_extensionmanager. =>
settings. =>
repositoryUid => '1' (1 chars)
features. =>
skipDefaultArguments => '0' (1 chars)
tx_belog. =>
persistence. =>
classes. => array(3 items)max depth
settings. =>
selectableNumberOfLogEntries. => array(7 items)max depth
selectableTimeFrames. => array(8 items)max depth
selectableActions. => array(7 items)max depth
tx_beuser. =>
persistence. =>
storagePid => '0' (1 chars)
settings. =>
dummy => 'foo' (3 chars)
tx_sysnote. =>
view. =>
layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars)
templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars)
partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars)
tx_femanager. =>
view. =>
templateRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Templates/' (69 chars)
partialRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Partials/' (68 chars)
layoutRootPath => 'fileadmin/seltamed.de/template/femanager/Resources/Private/Layouts/' (67 chars)
settings. => array(empty)
htmlTag_stdWrap. =>
cObject. => array(empty)
sitetitle => '' (0 chars)
types. =>
0 => 'page' (4 chars)
7076 => 'fluidAjaxWidgetResponse' (23 chars)
flatSetup => array(empty)
config =>
0 => '' (0 chars)
1 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.parseFunc.ts"> BEGIN:
# C
reates persistent ParseFunc setup for non-HTML content.
lib.parseFunc {
mak
elinks = 1
makelinks {
http {
keep = {$styles.content.links.keep}
e
xtTarget = {$styles.content.links.extTarget}
}
mailto {
keep = path
}
}
tags {
link = TEXT
link {
current = 1
typolink {
parame
ter.data = parameters : allParams
extTarget = {$styles.content.links.ext
Target}
target = {$styles.content.links.target}
}
parseFunc.consta
nts = 1
}
}
allowTags = {$styles.content.allowTags}
denyTags = *
sword
= <span class="ce-sword">|</span>
constants = 1
nonTypoTagStdWrap {
HTM
Lparser = 1
HTMLparser {
keepNonMatchedTags = 1
htmlSpecialChars = 2
}
}
}
# Creates persistent ParseFunc setup for RTE content (which is m
ainly HTML) based on the "ts_css" transformation.
lib.parseFunc_RTE < lib.pa
rseFunc
lib.parseFunc_RTE {
# Processing <table> and <blockquote> blocks se
parately
externalBlocks = article, aside, blockquote, div, dd, dl, footer,
header, nav, ol, section, table, ul, pre
externalBlocks {
# The blockquot
e content is passed into parseFunc again...
blockquote {
stripNL = 1
callRecursive = 1
callRecursive {
tagStdWrap {
HTMLparser = 1
HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;marg
in-top:0;"
}
}
}
ol {
stripNL = 1
stdWrap.parseFunc = < li
b.parseFunc
}
ul {
stripNL = 1
stdWrap.parseFunc = < lib.parseFun
c
}
table {
stripNL = 1
stdWrap {
HTMLparser = 1
HTMLpars
er {
tags.table.fixAttrib.class {
default = contenttable
al
ways = 1
list = contenttable
}
keepNonMatchedTags = 1
}
}
HTMLtableCells = 1
HTMLtableCells {
# Recursive call to self
but without wrapping non-wrapped cell content
default.stdWrap {
par
seFunc = < lib.parseFunc_RTE
parseFunc.nonTypoTagStdWrap.encapsLines.no
nWrappedTag =
}
...' (47727 chars)
2 => '
# *************************************************************************
**
# Notice: "styles." (and "temp.") objects are UNSET after template parsin
g!
# Use "lib." for persisting storage of objects.
# ***********************
****************************************************
# Clear out any consta
nts in this reserved room!
styles.content >
# get content
styles.content.ge
t = CONTENT
styles.content.get {
table = tt_content
select.orderBy = sorti
ng
select.where = colPos=0
}
# get content, left
styles.content.getLeft <
styles.content.get
styles.content.getLeft.select.where = colPos=1
# get con
tent, right
styles.content.getRight < styles.content.get
styles.content.getR
ight.select.where = colPos=2
# get content, margin
styles.content.getBorder
< styles.content.get
styles.content.getBorder.select.where = colPos=3
# ge
t news
styles.content.getNews < styles.content.get
styles.content.getNews.se
lect.pidInList = {$styles.content.getNews.newsPid}
# Edit page object:
styl
es.content.editPanelPage = COA
styles.content.editPanelPage {
10 = EDITPANE
L
10 {
allow = toolbar,move,hide
label.data = LLL:EXT:css_styled_conten
t/Resources/Private/Language/locallang.xlf:eIcon.page
label.wrap = |
<b>%s</b>
}
}
# default link target for external URLs
config.extTarget
= {$styles.content.links.extTarget}
# *********************************
************************************
# "lib." objects are preserved from uns
etting after template parsing
# ********************************************
*************************
# Creates a condition for targets. Not allowed in
XHTML except for xhtml frames DTD
lib.parseTarget {
override =
override.i
f {
isTrue.data = TSFE:dtdAllowsFrames
}
}
# Creates persistent ParseFun
c setup for non-HTML content. This is recommended to use (as a reference!)
l
ib.parseFunc {
makelinks = 1
makelinks.http.keep = {$styles.content.links.
keep}
makelinks.http.extTarget < lib.parseTarget
makelinks.http.extTarget
=
makelinks.http.extTar...' (85919 chars)
3 => '
# Replace rendering of old mailform
tt_content.mailform >
tt_content.mailfo
rm = COA
tt_content.mailform.10 = < lib.stdheader
tt_content.mailform.20 = F
ORM
tt_content.mailform.20 {
stdWrap.wrap = <div class="csc-mailform">|</di
v>
stdWrap {
editIcons = tt_content: bodytext
editIcons.iconTitle.data
= LLL:EXT:css_styled_content/pi1/locallang.xlf:eIcon.form
prefixComment =
2 | Mail form inserted:
}
}
# Include model definition for all available
form elements
### <INCLUDE_TYPOSCRIPT: source="DIR:EXT:form/Configuration/T
ypoScript/Elements" extensions="ts"> BEGIN:
### <INCLUDE_TYPOSCRIPT: source
="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Button.ts"> BEGIN
:
plugin.tx_form {
# elementPartials
# Used by: frontend, wizard (not im
plemented right now)
# Overwritable by user: FALSE
#
# Defines the tem
plate selection array for the form wizard.
# Each defined item is shown as
option within the wizard.
#
# If there is no partialPath property in th
e userdefined TypoScript
# then elementPartials.ELEMENTNAME.10.partialPath
is the default.
view {
elementPartials {
BUTTON {
10 {
displ
ayName = Default
partialPath = FlatElements/Button
}
}
}
}
settings {
registeredElements {
# BUTTON
# Used by: frontend, wiza
rd (not implemented right now)
# Used ViewHelper: f:form.button
#
# A historical element which generates a <input type="button" /> tag.
# To be compatible it is a copy of the new element INPUTTYPEBUTTON
# If
you want to use a <button> tag you have to use
# BUTTON =< .BUTTONTAG or
use the BUTTONTAG directly
BUTTON =< .INPUTTYPEBUTTON
BUTTON {
pa
rtialPath =< plugin.tx_form.view.elementPartials.INPUTTYPEBUTTON.10.partialP
ath
}
}
}
}
### <INCLUDE_TYPOSCRIPT: source="FILE:typo3/sysext/form/Co
nfiguration/TypoScript/Elements/Button.ts"> END:
### <INCLUDE_TYPOSCRIPT:
source="FILE:typo3/sysext/form/Configuration/TypoScript/Elements/Buttontag.t
s"> BEGIN:
plugin.tx_for...' (100449 chars)
4 => 'plugin.tx_femanager {
view {
templateRootPaths {
0 = EXT:femanager/Res
ources/Private/Templates/
1 = {$plugin.tx_femanager.view.templateRootPath
}
}
partialRootPaths {
0 = EXT:femanager/Resources/Private/Partials/
1 = {$plugin.tx_femanager.view.partialRootPath}
}
layoutRootPaths {
0 = EXT:femanager/Resources/Private/Layouts/
1 = {$plugin.tx_femanager.
view.layoutRootPath}
}
}
persistence {
storagePid = {$plugin.tx_femana
ger.persistence.storagePid}
}
features {
rewrittenPropertyMapper = 1
}
settings {
###################################
# Settings for CREATE
user profiles
###################################
new {
# take userna
me and copy it to the email field (so email field is not necessary in FE)
#
fillEmailWithUsername = 1
# login after profile creation (don't work i
f admin confirmation is turned on)
login = 1
# prefilling (empty) inp
ut fields with values from TypoScript
prefill {
# username = TEXT
#
username.value = ExampleUsername
# email = TEXT
# email.value = test
@in2code.de
}
# redirect user (or admin if adminconfirmation) after p
rofile creation (could be a PID, URL or fileadmin-Link)
# redirect = TEXT
# redirect {
# typolink {
# parameter = 1
# returnLast = url
#
#linkAccessRestrictedPages = 1
# }
# }
# redirect user after pr
ofile creation request (only if user confirmation is activated) (could be a
PID, URL or fileadmin-Link)
# requestRedirect = TEXT
# requestRedirect {
# typolink {
# parameter = 1
# returnLast = url
# #linkAcces
sRestrictedPages = 1
# }
# }
# redirect user after user clicks conf
irmation link in email (only if user confirmation is activated) (could be a
PID, URL or fileadmin-Link)
# userConfirmationRedirect = TEXT
# userConf
irmationRedirect {
# typolink {
# parameter = 1
# returnLast = ur
l
# #linkAccessRestrictedPages = 1
# }
# }
# redirect user afte
r user clicks refuse lin...' (36504 chars)
5 => '
### <INCLUDE_TYPOSCRIPT: source="DIR:./Library" extensions="ts"> BEGIN:
##
# <INCLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configura
tion/TypoScript/Library/0010_config.ts"> BEGIN:
config {
language = de
locale_all = de_DE.utf8
sys_language_uid = 0
# Eindeutigere Feh
lermeldungen im Frontend
# siehe https://docs.typo3.org/typo3cms/Typoscr
iptReference/Setup/Config/Index.html#contentobjectexceptionhandler
cont
entObjectExceptionHandler = 0
}
config {
language = de
locale_all =
de_DE.UTF-8
sys_language_uid = 1
htmlTag_setParams = lang="de" dir="lt
r"
htmlTag_stdWrap.cObject.40 >
absRefPrefix = /
sendCacheHeaders = 1
#no_cache = 1
inlineStyle2TempFile = 0
tx_realurl_enable = 1
}
### <IN
CLUDE_TYPOSCRIPT: source="FILE:typo3conf/ext/satzart_template/Configuration/
TypoScript/Library/0010_config.ts"> END:
### <INCLUDE_TYPOSCRIPT: source="
FILE:typo3conf/ext/satzart_template/Configuration/TypoScript/Library/0020_li
b.logo.ts"> BEGIN:
# Logo in der Menue-Leiste
lib.logo = IMAGE
lib.logo {
file = EXT:{$templateName}/Resources/Public/Images/logo-2021-2.svg
alt
Text = {$touroperator.FIRMA}
layoutKey = responsive
layout.responsive.ele
ment = <img width="301" height="76" src="###SRC###" ###PARAMS### ###ALTPARAM
S### ###SELFCLOSINGTAGSLASH###>
stdWrap.typolink {
#parameter =
1
#title = Homepage {$touroperator.FIRMA}
#ATagParams = cla
ss=""
}
}
# Logo in der Menue-Leiste
lib.facebook = IMAGE
lib.facebook
{
file = EXT:{$templateName}/Resources/Public/Images/facebook.svg
al
tText = Seltamed bei Facebook
layoutKey = responsive
layout.responsive.el
ement = <img class="social-media-icon mr-1" src="###SRC###" ###PARAMS### ###
ALTPARAMS### ###SELFCLOSINGTAGSLASH###>
stdWrap.typolink {
para
meter = "https://de-de.facebook.com/SeltaMed"
title = Homepage {$tou
roperator.FIRMA}
ATagParams = class=""
target = _blank
}
}
# Logo in der Menue-L...' (168289 chars)
6 => '[GLOBAL]
lib.xtouraInterface = USER_INT
lib.xtouraInterface {
#includeL
ibs = typo3conf/ext/xtoura/XTouraPlugin/XTouraPlugin.php
#includeLibs =
PATH:EXT:xtoura/XTouraPlugin/XTouraPlugin.php
userFunc = user_xtoura_plu
gin->widget
settings {
touroperator_id = {$touroperator.pid}
se
t_meta = 0
}
}
tt_content.xtoura_all < lib.xtouraInterface
tt_content.x
toura_all {
settings {
touroperator_id = {$plugin.xtoura_all.set
tings.touroperator_id}
name = {$plugin.xtoura_all.settings.name}
type = {$plugin.xtoura_all.settings.type}
quantity = {$plugin.x
toura_all.settings.quantity}
}
}
tt_content.xtoura_fullpage < tt_conten
t.xtoura_all
tt_content.xtoura_fullpage {
settings {
touroperato
r_id = {$plugin.xtoura_fullpage.settings.touroperator_id}
name = {$p
lugin.xtoura_fullpage.settings.name}
type = {$plugin.xtoura_fullpage
.settings.type}
quantity = {$plugin.xtoura_fullpage.settings.quantit
y}
}
}
tt_content.xtoura_slider < tt_content.xtoura_all
tt_content.xtou
ra_slider {
settings {
touroperator_id = {$plugin.xtoura_slider.
settings.touroperator_id}
name = {$plugin.xtoura_slider.settings.nam
e}
type = {$plugin.xtoura_slider.settings.type}
quantity = {
$plugin.xtoura_slider.settings.quantity}
}
}
tt_content.xtoura_search <
tt_content.xtoura_all
tt_content.xtoura_search {
settings {
tou
roperator_id = {$plugin.xtoura_search.settings.touroperator_id}
name
= {$plugin.xtoura_search.settings.name}
type = {$plugin.xtoura_sear
ch.settings.type}
quantity = {$plugin.xtoura_search.settings.quantit
y}
}
}
tt_content.xtoura_teaser < tt_content.xtoura_all
tt_content.xtou
ra_teaser {
settings {
touroperator_id = {$plugin.xtoura_teaser.
settings.touroperator_id}
name = {$plugin.xtoura_teaser.settings.nam
e}
type = {$plugin.xtoura_teaser.settings.type}
quantity = {
$plugin.xtoura_teaser.se...' (5712 chars)
7 => 'plugin.tx_sitemapgenerator {
view {
templateRootPaths {
10 = {$plugin.tx_sitemapgenerator.view.templateRootPath}
}
partialRootPaths {
10 = {$plugin.tx_sitemapgenerator.view.pa
rtialRootPath}
}
layoutRootPaths {
10 = {$plugi
n.tx_sitemapgenerator.view.layoutRootPath}
}
}
urlEntries {
pages = 1
pages {
rootPageId = 1
al
lowedDoktypes = 1
stopPageTreeDoktypes = 6,199
hideP
agesIfNotTranslated = 0
}
news = 1
news {
active = 0
table = tx_news_domain_model_news
hide
IfNotTranslated = 0
lastmod = tstamp
url = TEXT
url {
typolink.parameter = 9
typolin
k.additionalParams = &tx_news_pi1[controller]=News&tx_news_pi1[action]=detai
l&tx_news_pi1[news]={field:uid}
typolink.additionalParams.in
sertData = 1
typolink.addQueryString = 1
typ
olink.addQueryString.exclude = type, no_cache
typolink.useCa
cheHash = 1
typolink.returnLast = url
typoli
nk.forceAbsoluteUrl = 1
}
}
}
googleNewsUrlEntr
y = 0
googleNewsUrlEntry {
hideIfNotTranslated = 0
table
= tx_news_domain_model_news
name = title
language = TEXT
language.value = de
access =
genres = tags
pub
licationDate = datetime
title = title
keywords = keywords
stockTickers =
url = TEXT
url {
typolink.p
arameter = 9
typolink.additionalParams = &tx_news_pi1[controller
]=News&tx_news_pi1[action]=detail&tx_news_pi1[news]={field:uid}
typolink.additionalParams.insertData = 1
typolink.addQueryString
= 1
typolink.addQueryString.exclude = type, no_cache
typolink.useCacheHash ...' (3483 chars)
8 => 'config.tx_extbase {
mvc {
requestHandlers {
TYPO3\CMS\Extbase\Mvc\Web\
FrontendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler
TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web
\BackendRequestHandler
TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler = TYPO3\C
MS\Extbase\Mvc\Cli\RequestHandler
}
throwPageNotFoundExceptionIfActionCa
ntBeResolved = 0
}
persistence{
enableAutomaticCacheClearing = 1
updat
eReferenceIndex = 0
useQueryCache = 1
classes {
TYPO3\CMS\Extbase\Dom
ain\Model\FileMount {
mapping {
tableName = sys_filemounts
col
umns {
title.mapOnProperty = title
path.mapOnProperty = path
base.mapOnProperty = isAbsolutePath
}
}
}
TYPO3\CMS\Extbas
e\Domain\Model\FileReference {
mapping {
tableName = sys_file_refer
ence
}
}
TYPO3\CMS\Extbase\Domain\Model\File {
mapping {
tableName = sys_file
}
}
TYPO3\CMS\Extbase\Domain\Model\BackendUse
r {
mapping {
tableName = be_users
columns {
username.ma
pOnProperty = userName
admin.mapOnProperty = isAdministrator
dis
able.mapOnProperty = isDisabled
realName.mapOnProperty = realName
starttime.mapOnProperty = startDateAndTime
endtime.mapOnProperty = e
ndDateAndTime
disableIPlock.mapOnProperty = ipLockIsDisabled
las
tlogin.mapOnProperty = lastLoginDateAndTime
}
}
}
TYPO3\CMS\E
xtbase\Domain\Model\BackendUserGroup {
mapping {
tableName = be_gro
ups
columns {
subgroup.mapOnProperty = subGroups
groupMods.
mapOnProperty = modules
tables_select.mapOnProperty = tablesListening
tables_modify.mapOnProperty = tablesModify
pagetypes_select.mapO
nProperty = pageTypes
non_exclude_fields.mapOnProperty = allowedExclud
eFields
explicit_allowdeny.mapOnProperty = explicitlyAllowAndDeny
allowed_languages.mapOnProperty = allowedLanguages
workspace_perms.m
apOnProperty = workspace...' (3060 chars)
9 => 'fluidAjaxWidgetResponse = PAGE
fluidAjaxWidgetResponse {
# todo: make page
type configurable
typeNum = 7076
headerData >
config {
no_cache = 1
disableAllHeaderCode = 1
additionalHeaders = Content-type:text/plain
deb
ug = 0
}
10 = USER_INT
10 {
userFunc = TYPO3\CMS\Fluid\Core\Widget\Boot
strap->run
}
}
config.tx_extbase {
mvc {
requestHandlers {
TYPO3\CMS
\Fluid\Core\Widget\WidgetRequestHandler = TYPO3\CMS\Fluid\Core\Widget\Widget
RequestHandler
}
}
}
' (480 chars)
10 => 'module.tx_extensionmanager {
settings {
repositoryUid = 1
}
features {
# if enabled, default controller and/or action is skipped when creating U
RIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc
/wiki/Skip_default_arguments_in_URIs)
skipDefaultArguments = 0
}
}' (297 chars)
11 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/TypoScript/se
tup.txt"> BEGIN:
module.tx_belog {
persistence.classes {
TYPO3\CMS\Belog\
Domain\Model\LogEntry {
mapping {
tableName = sys_log
columns {
userid.mapOnProperty = backendUserUid
recuid.mapOnProperty = record
Uid
tablename.mapOnProperty = tableName
recpid.mapOnProperty = rec
ordPid
details_nr.mapOnProperty = detailsNumber
IP.mapOnProperty =
ip
workspace.mapOnProperty = workspaceUid
NEWid.mapOnProperty = n
ewId
}
}
}
TYPO3\CMS\Belog\Domain\Model\Workspace {
mapping {
tableName = sys_workspace
}
}
TYPO3\CMS\Belog\Domain\Model\Histor
yEntry {
mapping {
tableName = sys_history
}
}
}
settings {
selectableNumberOfLogEntries {
20 = 20
50 = 50
100 = 100
200 =
200
500 = 500
1000 = 1000
1000000 = any
}
selectableTimeFrames
{
0 = thisWeek
1 = lastWeek
2 = last7Days
10 = thisMonth
11
= lastMonth
12 = last31Days
20 = noLimit
30 = userDefined
}
se
lectableActions {
0 = any
1 = actionDatabase
2 = actionFile
3 =
actionCache
254 = actionSettings
255 = actionLogin
-1 = actionError
s
}
}
}
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/Typ
oScript/setup.txt"> END:
' (1317 chars)
12 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/s
etup.txt"> BEGIN:
// Model/table mapping
config.tx_extbase.persistence.class
es {
TYPO3\CMS\Beuser\Domain\Model\BackendUser {
mapping {
tableName =
be_users
columns {
allowed_languages.mapOnProperty = allowedLanguage
s
file_mountpoints.mapOnProperty = fileMountPoints
db_mountpoints.ma
pOnProperty = dbMountPoints
usergroup.mapOnProperty = backendUserGroups
}
}
}
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup {
mapping {
tableName = be_groups
columns {
subgroup.mapOnProperty = subGroups
}
}
}
}
module.tx_beuser {
persistence {
storagePid = 0
}
settin
gs {
// This is a dummy entry. It is used in \TYPO3\CMS\Beuser\Controller\
BackendUserController
// to test that some TypoScript configuration is set
.
// This entry can be removed if extbase setup is made frontend TS indepe
ndent
// or if there are other settings set.
dummy = foo
}
}
### <INCLU
DE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt">
END:
' (1069 chars)
13 => '# Setting "felogin" plugin TypoScript
plugin.tx_felogin_pi1 = USER_INT
plugi
n.tx_felogin_pi1 {
userFunc = TYPO3\CMS\Felogin\Controller\FrontendLoginCon
troller->main
# storagePid - where are the user records? use single value
or a comma separated list
storagePid = {$styles.content.loginform.pid}
rec
ursive =
# Location of the template file, it is EXT:felogin/Resources/Priv
ate/Templates/FrontendLogin.html by default
templateFile = {$styles.content
.loginform.templateFile}
# baseURL for the link generation
feloginBaseURL
=
# should a wrapper class be set for this content element
wrapContentIn
BaseClass = 1
# typolink-configuration for links / urls
# parameter and a
dditionalParams are set by extension
linkConfig {
target =
ATagParams =
rel="nofollow"
}
# preserve GET vars - define "all" or comma separated l
ist of GET-vars that should be included by link generation
preserveGETvars
= all
# additional fields
showForgotPasswordLink =
showPermaLogin =
#
time in hours how long the link for forget password is valid
forgotLinkHash
ValidTime = 12
# when setting a new password, this is the minimum amount o
f characters
newPasswordMinLength = 6
welcomeHeader_stdWrap {
required
= 1
wrap = <h3>|</h3>
htmlSpecialChars = 1
}
welcomeMessage_stdWrap {
required = 1
wrap = <div>|</div>
htmlSpecialChars = 1
}
successHead
er_stdWrap {
required = 1
wrap = <h3>|</h3>
htmlSpecialChars = 1
}
s
uccessMessage_stdWrap {
required = 1
wrap = <div>|</div>
htmlSpecialCh
ars = 1
}
logoutHeader_stdWrap {
required = 1
wrap = <h3>|</h3>
htm
lSpecialChars = 1
}
logoutMessage_stdWrap {
required = 1
wrap = <div&