Replies: 3 comments 4 replies
-
Hi, if I understood you correctly, this example will help you. |
Beta Was this translation helpful? Give feedback.
-
Hi! Currently, this functionality is not available, but the image upload widget can be extended to support it. |
Beta Was this translation helpful? Give feedback.
-
Hi, @adambirds ! I'm implemented ability to show custom form in image widget: you can pass render-function to editor props, which will render a form to suit your needs. See #639 Example in playground If you need to keep the current form with tabs, you can simply copy its source code to your project and add 3rd tab with a gallery. If this solution suits you, just approve #639, please |
Beta Was this translation helpful? Give feedback.
-
How easy would it be to customise the image adding system?
Basically I'm creating a CMS, and I'll be using the gravity editor for creating my blogs, but I want the user to be able to upload images to a gallery (wordpress style) which i will upload to my django backend. But then when the user clicks the add image button i want them to either be able to pick from my gallery or upload a new image to the gallery and then to the markdown.
So I'm just wondering where do I go about adding this extra functionality to the image button in the toolbar? I'll be using NextJS 14 if that matters but as a client component.
Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions