Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
6b4e672c
Commit
6b4e672c
authored
Nov 02, 2017
by
Christian Knauf
Browse files
[TASK] Add Realurl configuration for sf_event_mgt
parent
d26a57ad
Pipeline
#2627
passed with stages
in 4 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/RealurlConfiguration.php
View file @
6b4e672c
...
...
@@ -167,6 +167,44 @@ $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = [
],
],
'160'
=>
'membersListingPage'
,
'eventDetailConfiguration'
=>
[
[
'GETvar'
=>
'tx_sfeventmgt_pievent[action]'
,
'valueMap'
=>
[
'detail'
=>
''
,
'ical'
=>
'icalDownload'
,
],
'noMatch'
=>
'bypass'
],
[
'GETvar'
=>
'tx_sfeventmgt_pievent[controller]'
,
'valueMap'
=>
[
'Event'
=>
''
,
],
'noMatch'
=>
'bypass'
],
[
'GETvar'
=>
'tx_sfeventmgt_pievent[event]'
,
'lookUpTable'
=>
[
'table'
=>
'tx_sfeventmgt_domain_model_event'
,
'id_field'
=>
'uid'
,
'alias_field'
=>
'title'
,
'addWhereClause'
=>
' AND NOT deleted'
,
'useUniqueCache'
=>
1
,
'useUniqueCache_conf'
=>
[
'strtolower'
=>
1
,
'spaceCharacter'
=>
'-'
],
'languageGetVar'
=>
'L'
,
'languageExceptionUids'
=>
''
,
'languageField'
=>
'sys_language_uid'
,
'transOrigPointerField'
=>
'l10n_parent'
,
'autoUpdate'
=>
1
,
'expireDays'
=>
180
,
]
]
],
'230'
=>
'eventDetailConfiguration'
,
],
'postVarSets'
=>
[
'_DEFAULT'
=>
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment