Hi Artf there is head tag and meta tags in my head tag of HTML i am assigning to editor components. Like But it is displaying <head> content in body of iframe like
artf
GrapesJS is not designed to handle stuff outside of the body, indeed all the content are appended inside the body. So, for example, if you're creating a Page Builder you use GrapesJS for creating the template of the page NOT its metadata,...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I've been reading the GrapeJS API but couldn't find where I can manipulate a block's settings and pass those parameters as they are in the Google Maps block. Where can I find the information I need?
artf
This is how the map block is inserted via basic blocks plugin So you can override it in this way
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
hi ,Thank you for your advice on the previous question.but when i change the content ,there will be a extra table.can you tell me which method can just change the content?
artf
again @ionic666, components are children, so you're NOT replacing the component, you're just adding children. If you need for example to update attributes of the wrapper you do this selected.setAttributes({ property: 'value' })
ionic666
@artf sorry ,i just want to know which method can change the content in table.because i want to change the 'tr' and 'td' in 'table'
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello Everyone, I am facing issue in Navbar where responsiveness is not working and styling is also conflicting with bootstrap. @artf Can you please help on this? Warm regards Milap
FrciSmrci
Hey @milapshah15 , could you provide a little more information? Do you import bootstrap through the GrapesJS initialisation config under canvas styles property? Is the issue you are facing with responsiveness on bootstrap navbar or grapesj...
no-response[bot]
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
perfect . finally community is creating a perfect tool with 100% control over css and html. but i'm wandered why transform:translate is missing ?
artf
It's missing just because this is how is defined in the preset plugin but you can actually override it with your configuration and add all the transform you need
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi @artf, Are there any other export options than HTML/CSS ? I'm thinking of a way to directly load the configuration from a remote server and render it on a web page on the fly. Good job on grapejs! :)
artf
Yeah sure, I explain the exact thing here https://github.com/artf/grapesjs/wiki/Storage#store-and-load-templates You can init the editor from HTML or directly (without parsing) via the JSON
artf
Thanks @maxencehenneron but I don't understand how this I'm thinking of a way to directly load the configuration from a remote server and render it on a web page on the fly (that you can alredy do it via the built-in remote storage) is rel...
maxencehenneron
Currently, grapeJS exports the template in HTML/CSS, I wanted to know if there was an easy way to create a front-end app that would load the configuration saved by GrapeJS via the remote storage and render it on a web page. The flow would...
i need to check import section onclick to blank or not and more info below atteched image. [https://user-images.githubusercontent.com/37970833/40917410-ca408020-6820-11e8-90cf-8b1020394181.PNG] please tell me know how to handle it ?. !best regards
lock[bot]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.