managedBy

Returns who manages this Collection.

Type

CollectionManagedBy

  • "user" if the Collection is user-created.

  • "thisPlugin" if the Collection is managed by the current plugin.

  • "anotherPlugin" if the Collection is managed by another plugin.

Collections managed by plugins are read-only. To modify them, use ManagedCollection (only possible in configureManagedCollection or syncManagedCollection modes).

Note: the plugin still needs to check if the user has permission to edit content via framer.isAllowedTo.