Replies: 1 comment 1 reply
-
I started thinking more about this and realized we don't currently have a plan for how to handle creating and storing the editor configs, is that something that should be done through graphql through a source? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been continuing to brainstorm about the possibility of creating an editor that can accompany flatbread.
since graphql allows for introspection the editor can be pretty generic and use the introspection to dynamically generate the ui and use mutations to update the data
For the editor to work we need to allow updating and creating new records
we could also allow for a netlify style yaml config to improve the editor view of fields if needed.
Beta Was this translation helpful? Give feedback.
All reactions