#1948April 8, 2019by java8581 answer
https://github.com/artf/grapesjs/issues/1398#issuecomment-417954677 why i can't set any property ? i try to update dog's name into 'cat', but i can't make it. but followed your example code. both set({ name: 'cat' }) and set('name', 'cat'). the only reason i have to update properties' name is because i want to change...
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.
#1947April 8, 2019by sakshigarg92 answers
I'm applying the following settings to label data-gjs-type and on doing that some of the label tag are not visible anymore. Similar things happen while applying the properties to form
artf
Wrong type declaration... read carefully please 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.
#1946April 6, 2019by rajesh12853 answers
Hi, I am trying to deploy grapesjs to heroku. I successfully deployed it. But I can't find the app in home page. It says application error.
rajesh1285
what config is required for index.html ? thanks
artf
GrapesJS is not an application, is a framework, so you have to build your index.html https://grapesjs.com/docs/
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.
#1945April 5, 2019by mailtopaul82 answers
Hi, I added a new tool for adding new sections in the toolbar but I need to place that alone at the bottom of the section (as per attached screenshot). Can you please let us know how to achieve this? Thanks.
artf
Please, avoid duplicate content https://github.com/artf/grapesjs/issues/791#issuecomment-481660537
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.
#1943April 3, 2019by webdeveloper04293 answers
Thank for this awesome module. But Document of this module is very lack. In one word, This doc is only for who knows grapes.js instance already. Pls write PRO document.
artf
The documentation is always under developing, but please be more specific on what/where you see a lack... eg. Getting started should introduce you to many aspects of the editor
webdeveloper0429
I already passed Getting Started Document. But in order to go deep development, guide doesn't give enough info. e.g API document too.
artf
But in order to go deep development, guide doesn't give enough info. e.g API document too. Can you be more specific? What would you like to see in the documentation? What are the questions arose after reading the Getting Started?!
#1942April 3, 2019by demodesign3 answers
While editing the template, conditional comment removed by auto rendering but works when we try to import and save
artf
Please use the search functionality in issues. If you'd tried to search HTML conditional comments, you would have found the solution...
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.
#1941April 3, 2019by simplecommerce1 answer
You're submitting a BUG Are you using the latest release (older versions are NOT supported)? v0.14.57 Are you facing the bug with your local copy of GrapesJS or with the current demo? Both. Are you able to reproduce the bug from the demo? YES What is the expected behavior? Based on our exchange, script should not be a...
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.
#1940April 2, 2019by ankitjainOfficial3 answers
Hello, I went through, the following GitHub issues: #857 #1622 #1215 Almost all of the issues, though a little different, provide a way to add font family to the list. Most common way to tackle, as far as I've understood: For both of this, I'm getting the typographySector and fontProperty as undefined. I don't know, i...
artf
Try using this editor.StyleManager.getProperty('typography', 'font-family')
workadev
Hi @ankitjainOfficial, I'm new to this so can you please help me how to add some Google fonts in detail? Thanks in advance.
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.
#1939April 2, 2019by minuwan2 answers
I need to place a "Div with some texts" inside a table's "tbody". I managed to trag and drop it. But when I saved it and load it again the div goes back to before the table tag. I belive this is happens in the blocks/compents coded to not allow any other elemenet to go inside. Is there any way to overcome this ? PS: I...
artf
I need to place a "Div with some texts" inside a table's "tbody". You can't because it's against HTML5. Inside tbody you can only place tr
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.
#1938April 2, 2019by CharlesBilbo2 answers
I'm looking to store data dynamically though a id that is called in, at the moment I'm loading in templates dynamically but cant seem to figure out a way to store them. below is a rough idea but something along those lines , any help is appreciated. `
artf
editor.StorageManager.getConfig().urlStore = 'save/' + id;
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.