Books List Plugin
SEO Code Snippet
# config.yaml to render the book url seo friendly
routeEnhancers:
CartBooks:
type: Extbase
limitToPages: [xx,xx] # pids of book detail plugin
extension: CartBooks
plugin: SingleBook
routes:
- { routePath: '/{book_title}', _controller: 'Book::show', _arguments: {'book_title': 'book'} }
defaultController: 'Book::show'
aspects:
book_title:
type: PersistedAliasMapper
tableName: 'tx_cartbooks_domain_model_book'
routeFieldName: 'path_segment'
routeValuePrefix: ''