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