How can I use the Page frame head in GrapesJS?
In order for a GrapesJS builder to utilize different font faces, I create a <style>
element containing all of the @font-face
declarations I plan on using and append it to the canvas document head. I add preload font <link>
elements to the head as well.
How to upload documents using asset manager – GrapesJS
I want to create a custom block which can be used to upload documents other than images like pdf, docx, excel etc.
Creating accordion or collapsible block in grapesjs
I want to create an accordion in grapesjs. But the click on it is not working. Its not collapsing or expanding. How can we create one in grapesjs.