Plugins 3.0
March 5, 2025
Introducing Plugin API Version 3.0. Plugins can now access all Collections, not just the ones created by Plugins, unlocking tons of new use cases. For example, Plugins can now generate entire blog posts and write directly to the Framer CMS. They can find and replace content, edit content in bulk, and more. And now, anyone can write their own CMS importers and exporters, these Plugins are no longer limited to managed collections from external sources. See the new API Docs to learn more. We can’t wait to see the new Plugins you’ll build. Full changelog here.
Added CSV Import Plugin to the Plugin Repo
Added write access to Unmanaged Collections
Added API Reference Docs for new CMS APIs
Added APIs for setting the active Collection
Added APIs for syncing multiple Collections
Improved TypeScript types in core CMS APIs
Improved the CMS syncing performance