createManagedCollection

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 name is provided which matches an existing Collection, the promise will reject