I am looking for the configuration YAML for TYPO3 tx_blog extension.
Ext:blog
come up with enhancing routing feature itself. It will give you basic YAML configuration below path:
'EXT:blog/Configuration/Routes/Default.yaml'
You just need to import these settings, use below code in your routing YAML configuration.
imports:
- { resource: "EXT:blog/Configuration/Routes/Default.yaml" }
Hope this helps you!