Skip to content
GitLab
Menu
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
046d2358
Commit
046d2358
authored
Nov 02, 2017
by
Christian Knauf
Browse files
[TASK] Add realurl configuration for ext:t3o_membership
parent
8614f424
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/RealurlConfiguration.php
View file @
046d2358
...
...
@@ -130,6 +130,43 @@ $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = [
],
],
'194'
=>
'certificationListingLetterPage'
,
'membersListingPage'
=>
[
[
'GETvar'
=>
'tx_t3omembership_list[action]'
,
'valueMap'
=>
[
'list'
=>
''
,
],
'noMatch'
=>
'bypass'
],
[
'GETvar'
=>
'tx_t3omembership_list[controller]'
,
'valueMap'
=>
[
'Listing'
=>
''
,
],
'noMatch'
=>
'bypass'
],
[
'GETvar'
=>
'tx_t3omembership_list[membership]'
,
'lookUpTable'
=>
[
'table'
=>
'tx_t3omembership_domain_model_membership'
,
'id_field'
=>
'uid'
,
'alias_field'
=>
'name'
,
'addWhereClause'
=>
' AND NOT deleted'
,
'useUniqueCache'
=>
1
,
'useUniqueCache_conf'
=>
[
'strtolower'
=>
1
,
'spaceCharacter'
=>
'-'
],
'languageGetVar'
=>
'L'
,
'languageExceptionUids'
=>
''
,
'languageField'
=>
'sys_language_uid'
,
'transOrigPointerField'
=>
'l10n_parent'
,
'expireDays'
=>
180
,
],
],
],
'160'
=>
'membersListingPage'
,
],
'postVarSets'
=>
[
'_DEFAULT'
=>
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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