Search
createManagedCollection
createManagedCollection
Add a new plugin-managed CMS Collection.
const newCollection = await framer.createManagedCollection(name)
If a name is provided which matches an existing Collection, the promise will reject.
Parameters
name:string– The name to give the new collection.
Returns
Promise<ManagedCollection>