Initial commit - Typo3 11.5.41
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
routeEnhancers:
|
||||
MediaGallery:
|
||||
type: Extbase
|
||||
extension: FsMediaGallery
|
||||
plugin: Mediagallery
|
||||
routes:
|
||||
- routePath: '/'
|
||||
_controller: 'MediaAlbum::nestedList'
|
||||
- routePath: '/{page}'
|
||||
_controller: 'MediaAlbum::nestedList'
|
||||
_arguments:
|
||||
page: 'currentAlbumPage'
|
||||
- routePath: '/album/{media_album}'
|
||||
_controller: 'MediaAlbum::nestedList'
|
||||
_arguments:
|
||||
media_album: mediaAlbum
|
||||
- routePath: '/album/{media_album}/{page}'
|
||||
_controller: 'MediaAlbum::nestedList'
|
||||
_arguments:
|
||||
media_album: mediaAlbum
|
||||
page: 'currentPage'
|
||||
defaultController: 'MediaAlbum::nestedList'
|
||||
aspects:
|
||||
media_album:
|
||||
type: PersistedAliasMapper
|
||||
tableName: sys_file_collection
|
||||
routeFieldName: slug
|
||||
page:
|
||||
type: StaticRangeMapper
|
||||
start: '1'
|
||||
end: '100'
|
||||
Reference in New Issue
Block a user