Routing - "Speaking URLs" With SAV Library Plus
All extensions built with the SAV Library Kickstarter for the SAV Library Plus extension use the parameter
sav_library_plus in the URLs.
The SAV Library Plus extension is provided with a specific enhancer to generate human readable links.
Hint
See the Routing - "Speaking URLs" in TYPO3 section of the Main TYPO3 Core documentation for details.
The SAV Library Kickstarter generated the file
Configuration/Routes/Default.yaml which can be imported into your site route configuration.
The following configuration illustrates the configuration for the
sav_library_example0 extension.
imports:
- { resource: 'EXT:sav_library_example0/Configuration/Routes/Default.yaml' }
Copied!