Replies: 1 comment 3 replies
-
I gave more thoughts about this @artf @danstarns and I don't see how to render the loops |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
This discussion is about the use of the new data source API in a specific use case : designing websites with dynamic data coming from a CMS. I would love to have some feedback about the plugin I created (open source, open for contributions) and ideas for the integration of the new API :)
Here is Silex Lab's DataSource plugin which will benefit the new API for rendering the dynamic data on the canvas. This plugin loads GraphQL data from a data source you specify, and use the type system provided by GraphQL to let the user build expressions in the components attributes. You can test the plugin in Silex (v3.silex.me)
Here are the dynamic attributes that the plugin stores in a component:
Here is how I would fit the API in the plugin
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions