Skip to content

Commit

Permalink
[BUGFIX] Remove limitToPages setting from default routes config
Browse files Browse the repository at this point in the history
Releases: master, 9.1, 9.0
  • Loading branch information
NeoBlack committed Feb 7, 2019
1 parent 09e1ae8 commit dc30d8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Configuration/Routes/Default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
routeEnhancers:
BlogCategoryPlugin:
type: Extbase
limitToPages: [161]
extension: Blog
plugin: Category
routes:
Expand All @@ -19,7 +18,6 @@ routeEnhancers:
routeFieldResult: '{title}-{uid}'
BlogTagPlugin:
type: Extbase
limitToPages: [162]
extension: Blog
plugin: Tag
routes:
Expand All @@ -33,7 +31,6 @@ routeEnhancers:
routeFieldResult: '{title}-{uid}'
BlogAuthorPlugin:
type: Extbase
limitToPages: [163]
extension: Blog
plugin: AuthorPosts
routes:
Expand All @@ -47,7 +44,6 @@ routeEnhancers:
routeFieldResult: '{name}'
BlogArchivePlugin:
type: Extbase
limitToPages: [164]
extension: Blog
plugin: Archive
routes:
Expand Down

0 comments on commit dc30d8c

Please sign in to comment.