GrapesJS Issues

3,464 parsed GitHub issues 370 solved · 90 open. Search, filter and explore battle-tested answers.

1,399 issues found

🔍 outdated
#1406Sep 5, 2018by jatiyanon1 answer
0 reactions

What about Heading Tags

such as H1-H5.

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.

#1405Sep 5, 2018by milanstamenkovic2 answers
0 reactions

Angular support

Hi there, Is there a chance to use grapesjs inside an angular 6 application? And if you can navigate me to some examples or tutorials? Thanks in advance, Milan

artf

I don't know about angular 6 but I'm quite sure it won't be too much different from this https://github.com/artf/grapesjs/issues/220#issuecomment-322574774

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.

#1404Sep 4, 2018by agoulart722 answers
0 reactions

AddType in domcomponent for html conditionals generates a <div> in visualization

I have followed the instructions from issues #37, #787 , #208 , #1254 The comments are there in the HTML, however an "\<div\>" element is created on visualization, how do we change the code so that this "\<div\>" could be replaced by something else, or add a style ? Ex: "\<div style="display:none"\>\</div\> would be o...

agoulart72

Find the answer myself, for anyone that may have the same problem : extend the render part and set a display:none to the object to be rendered, this will not affect the html.

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.

#1403Sep 4, 2018by Abhisheknanda13444633 answers
0 reactions

How to build minified Css?

hi @artf Can You please explain me how can i build css from style section. Everytime when i run "Npm run build".Code build in min js only should i need to add file for css build??? Thanks.

artf

npm run build minifies also CSS via "build-dev": "webpack --env=dev && npm run build:css",

Abhisheknanda1344463

ok @artf thanks :)

Abhisheknanda1344463

@artf With command "Npm run build" my css doesn't get build. i tried npm run build:css it shows error && various scripts are written in my package.json as shown below. My all css is in the Style folder."lint": "eslint src","v:patch": "npm...

#1402Sep 4, 2018by huzineczerik3 answers
0 reactions

Translate Panel options and DeviceManager buttons

Helllo @artf , How to translate the Panels and DeviceManager button titles to other languages? Please write example for me. 'FullScreen' -> 'Teljes képernyő' 'Desktop' -> 'Asztali' Thank You, Erik

huzineczerik

#1398 connected issue

artf

Please check here https://grapesjs.com/docs/api/panels.html#panels panelManager.getButton('options', 'fullscreen').set({ attributes: { title: 'Something' } }) The devices button are always Button from Panels

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.

#1401Sep 4, 2018by robgar952 answers
0 reactions

Help for create component

Hello, I need to do two things:I need a component to create a button with specifically id and disabled edit the id.Define one tag HTML impossible remove. (nor with the clear canvas function) Thanks for read me

artf

https://grapesjs.com/docs/modules/Components.html

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.

#1399Sep 3, 2018by aj00223 answers
0 reactions

Change the trait view

Hi Artf, Thanks for your great work i really wonder for your work. I have small doubt in trait management i would like to open modal instead of gear icon in editor. When user select input it is hard to change the input names because of it is not getting halite user does not recognise that gear icon instead of gear ico...

artf

I think for your case you would need to extend the input components and open the modal (eg. on double-click) where you can help the user setting its traits

aj0022

Thanks for your reply, But I don't know how to do that could you please help artf.

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.

#1398Sep 2, 2018by huzineczerik3 answers
0 reactions

GrapesJS translate

Hello @artf , Do I want to translate all functions into Hungarian, so that I can do it? Please give me examples of how to modify these texts:I checked the issues #26 but I dont understand how to translate all texts. Thank You, Erik

artf

Hi @huzineczerik if you check the Getting Started guide you will see that all the texts are defined by the configuration object. If your goal is to extend an existing preset in that case you have to access each element of the module via it...

huzineczerik

Thank You @artf , I tried but did not work What do I do wrong? UPDATE It only works if I write this after init. If I call from the console, it will not work

huzineczerik

so I tried does not work

#1395Aug 31, 2018by kuldeepcis2 answers
0 reactions

Update component for images

I've saved template in the database with all the components like images and all. But after that I've upload new images in the system so those will available in template but when I try to update old template image than it'll display only previous images not new one. Please let me know how can I update image component....

artf

Without any reproducible demo seems more like an issue on your side (db/server). I'll reopen this in case you're able to show the issue

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.

#1394Aug 30, 2018by nojacko2 answers
1 reactions

Pasting multiple paragraphs aren't editable until Grapes reloads

https://grapesjs.com/demo.htmlIn the double click into the text "All text blocks could..." to trigger editing mode.Paste this text in: The text is not editable until Grapes is reloaded

artf

Thanks @nojacko found the issue, will be fixed in the next release

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.

Browse all topics