You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case
I am trying to build a plugin to sync posts, categories, tags, etc. from WordPress but cannot because plugins can only manage a single CMS collection at a time.
Describe the solution you'd like
Instead of creating a "synced" collection one at a time, plugins should be able to register a set of collections that are grouped under their own heading in the sidebar in the CMS
Mock-up:
This would allow for a plugin to support dynamically added collections and custom sync schedules per collection if Framer ships a solution for #75
Describe alternatives you've considered
Instruct users to manually set up a separate collection for:
Posts
Categories
Tags
Authors
Handle data references by manually syncing collections in the right order. For example, first sync Categories, Tags, and Authors before syncing Posts.
The text was updated successfully, but these errors were encountered:
Describe your use case
I am trying to build a plugin to sync posts, categories, tags, etc. from WordPress but cannot because plugins can only manage a single CMS collection at a time.
Describe the solution you'd like
Instead of creating a "synced" collection one at a time, plugins should be able to register a set of collections that are grouped under their own heading in the sidebar in the CMS
Mock-up:
This would allow for a plugin to support dynamically added collections and custom sync schedules per collection if Framer ships a solution for #75
Describe alternatives you've considered
Instruct users to manually set up a separate collection for:
Handle data references by manually syncing collections in the right order. For example, first sync Categories, Tags, and Authors before syncing Posts.
The text was updated successfully, but these errors were encountered: