Can we add Custom React components as Blocks array to the Editor? #39
-
I want to create a custom block when added to canvas I want to send and API request to an Endpoint and populate the data from the response. Is there any way I can add custom Blocks. Because I can't find this in the documentation. BTW great Tool and interface Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@muneeb71999 : Yes, it is possible to register any custom react component and render inside the builder. if you want to explore a little, you can check how current blocks are registered. You can register in similar way and import it on the builder and render page. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@muneeb71999 it is not possible as of now to conditionally change the dropdown values. This feature is part of roadmap. |
Beta Was this translation helpful? Give feedback.
@muneeb71999 it is not possible as of now to conditionally change the dropdown values. This feature is part of roadmap.