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
extensions.typo3.org
extensions.typo3.org
Commits
4cc2767d
Commit
4cc2767d
authored
Dec 01, 2021
by
Thomas Löffler
Browse files
[TASK] Add route for downloading extension without format
parent
b1f67bd6
Pipeline
#20310
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Configuration/Routes/Extensions.yml
View file @
4cc2767d
...
...
@@ -7,6 +7,7 @@ routeEnhancers:
routes
:
-
{
routePath
:
'
/{extensionKey}'
,
_controller
:
'
Extension::show'
,
_arguments
:
{
'
extensionKey'
:
'
extension'
}
}
-
{
routePath
:
'
/download/{extensionKey}'
,
_controller
:
'
Extension::download'
,
_arguments
:
{
'
extensionKey'
:
'
extension'
}
}
-
{
routePath
:
'
/download/{extensionKey}/{versionString}'
,
_controller
:
'
Extension::download'
,
_arguments
:
{
'
extensionKey'
:
'
extension'
,
'
versionString'
:
'
versionString'
}
}
-
{
routePath
:
'
/download/{extensionKey}/{versionString}/{format}'
,
_controller
:
'
Extension::download'
,
_arguments
:
{
'
extensionKey'
:
'
extension'
,
'
versionString'
:
'
versionString'
,
'
format'
:
'
format'
}
}
defaultController
:
'
Extension::show'
aspects
:
...
...
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