statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 75 forks source link

Fix console export now that repositories are split #196

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

Since https://github.com/statamic/cms/pull/8343 merged to core the localizations property/relationship is no longer available, so we need to take a different approach to export global set variables.

Also sneaking in a change to the confirmation prompt on navigation exports.