Image Components have logic to call Modal and prompt user's interaction for options/configuration of image url. Would like to do similar to link components for link URL. It might be convenient for other components like Form components for business users to drag and type information in single flow. How to achieve that,...
artf
Hi guys try to check out this #286
daniel-farina
I'm also looking in to this trying to get familiar with the code. Once we figure it out we could make some plugins a lot more powerful. Please let me know if you figure it out. We should make a little manual for it.
edwardjiawei
Sound good enough for my case. I have similar intention with #286
I am in the middle of working on some custom components/blocks. To achieve this i have been using the api docs and using your grapejs plugins as examples. This file in particular https://github.com/artf/grapesjs-navbar/blob/master/src/components.js . The issue i have is on save and reloading of the page. the script ta...
I'm adding a new component to the canvas using editor.addComponents({ ... }); but it's always added as the last element, to the bottom of the canvas. Is there a way to insert it at a specific point on the canvas? All my components are rows, so ideally I'd like to insert components by index. Thanks, T
Can not drop components on canvas in IE 11 but working fine in Firefox, Chrome. While clicking on blocks to drag getting error in console: Object doesn't support property or method 'matches' Also checked on http://grapesjs.com/demo.html getting same error. TIA