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 71 forks source link

Handle vendor namespaces and handle for blueprints and fieldsets #310

Closed ryanmitchell closed 4 days ago

ryanmitchell commented 1 week ago

When importing add-on namespaced field sets and blueprints from the stache the namespace (for blueprints) is prefixed with vendor, and for field sets the handle is prefixed too.

This PR updates the logic to handle those appropriately.