Search
ManagedCollection
ManagedCollection
A CMS Collection that is fully controlled by a plugin.
Managed Collections allow plugins to define fields and sync items programmatically. Fields and items can only be added, edited, and deleted by the owning plugin, not by the user (unless a field is marked userEditable).
A Managed Collection plugin becomes available within the CMS when it supports both configureManagedCollection and syncManagedCollection modes.
Use framer.getManagedCollection() to obtain an instance when the plugin is launched in either of those modes.
Methods & Properties
Returns who manages this Collection.
Retrieve all item IDs in this Managed Collection, in their current order.
Arrange CMS items in a specific order.
Get all fields defined on this Managed Collection.
Add, update, or remove Collection fields.
Add new items or update existing ones if their IDs match.
Remove CMS items by their ID.
Open this Collection in the Editor, making it the active selection in the Framer UI.
Set plugin data by key.
Get plugin data by key.
Get all plugin data keys.
Navigate to this collection.