- Issue created by @phenaproxima
Core is about to add a default content export system: ✨ Add a command-line utility to export content in YAML format Active
It is extensible and modules can integrate with it by means of an event. Pathauto should integrate with this new system.
It is possible that nothing will actually be necessary; core naïvely exports the Path field items, only removing the non-portable path ID.
But if it turns out that core is not exporting the Pathauto flag, then Pathauto should subscribe to the new PreExportEvent
and wrap around the core callback for path
field items, ensuring that the flag is preserved on export.
Postponed
1.0
Code