GrapesJS Issues

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

1,399 issues found

🔍 outdated
#1285Jul 15, 2018by rdtomar222 answers
0 reactions

How suitable grapeJs for custom webPages for every user in an web app.

Thanks for such an awesome tool. I am looking for a library which can support my user with custom personalised web pages under a single app. How suitable is grapeJS for such case where I need to store a lot of user template data? Also in view of dataBases what should how and what I should be storing HTML/Json? Thanks.

artf

I think GrapesJS fits perfectly your needs, just read about the Storage to get an idea on how you would work

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.

#1284Jul 15, 2018by ORESoftware3 answers
0 reactions

Super confused - how to launch the GUI tool?

Sorry I am very confused - I heard about this tool recently - it looks like it can be used as a GUI tool. But in the downloads section of the readme it says: npm i grapejs etc. those download techniques seem to be for installing a library, not for downloading/launching a GUI tool. How do we download and install the GU...

artf

Download the library (eg. https://unpkg.com/grapesjs), include it inside your html page and launch it https://github.com/artf/grapesjs#usage

ORESoftware

If that's the case - why can't we just clone a Git repo and have everything set up for us? Why do I have to create the HTML manually, to get started?

artf

Because GrapesJS is supposed to be a framework, not a ready to use application https://grapesjs.com/docs/#what-is-grapesjs

#1283Jul 13, 2018by NorthstarTech2 answers
0 reactions

Web Fonts in grapesJS (Austin Light)

I want to add the web fonts like "Austin Light" etc in Typography grapesJS Editor. How can I achieve this? Help Required.

artf

Please, try to search for issues before opening a new one https://github.com/artf/grapesjs/issues/1215 https://github.com/artf/grapesjs/issues/857

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.

#1282Jul 13, 2018by SalesFeed3 answers
0 reactions

AvoidInlineStyle true breaks saving properties

Case:Set avoidInlineStyle to trueDrag an image to the canvas, set it's width to 100% via Layout > WidthSave the canvasReload the canvas Expected: Image to be 100% width Actual result: The image is back to it's original size

artf

Just tried this https://jsfiddle.net/szLp8h4n/235/ and works as expected (uses the default local storage) Are you sure you're saving properly?

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.

#1281Jul 13, 2018by tomichal3 answers
0 reactions

What is the proper way to initialize the editor with an already existing HTML and CSS content?

Hi @artf , it seems that in order to initialise an instance of the editor with an already existing CSS you can either give the editor "gjsstyles" or "gjscss". Similarly for HTML it's either "gjscomponents" or "gjshtml". What is the proper way? So far the way I've been doing this is to have this code run just before ru...

artf

Am I doing this right? Not really. You have to setup the remote storage

tomichal

Thanks @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.

#1280Jul 12, 2018by HakuTheWolfSpirit3 answers
0 reactions

Rendering third party components in grapessj editor

Hello, we'd like to render third party controls. This is a general question and we wan't to know whether we are going into the right direction. To render the controls we are required to use a third party technology (Vue, React, or similar frameworks). Both of the frameworks have one common problem: they are lagging th...

artf

Vue compiles at runtime if you use the version with compiler. Exactly like this component https://github.com/alexjoverm/v-runtime-template As second question I'd like to know whether it is possible to hook onto events from the editor from...

HakuTheWolfSpirit

Hi, thanks for the answer.Vue compiles at runtime if you use the version with compiler. Exactly like this component https://github.com/alexjoverm/v-runtime-template The problem with Vue is that there is not really a method that allows me t...

artf

The problem with Vue is that there is not really a method that allows me to put a string in as parameter and get html as an output. I have asked this question on StackOverflow and hopefully I will get an answer in near time. yeah but you c...

#1278Jul 12, 2018by guyzamir2 answers
0 reactions

Use with php & mysql

Hello. Can this be used like a regular wysiwyg editor to save the data to a database and create pages dynamically to a website?

artf

Sure

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.

#1277Jul 11, 2018by AnkitKachhadiya3 answers
4 reactions

Set href for link block

I want to set href for link block as there is empty href by default.

maryia-kabash

@AnkitKachhadiya you can change it by going to "Component settings" tab (gear icon). The same is for link block.

artf

@AnkitKachhadiya you can also update dynamically the default one

AnkitKachhadiya

Thank you for the help Can you please re-open these issue @maryia-kabash @artf I have made a custom block for my custom link see code:editor.BlockManager.add("unsubscribe-block", { label: "Unsubscribe", content: { type: "link", content: "u...

#1275Jul 11, 2018by dsgh1 answer
0 reactions

Undefined variable: comp

When using non hoverable components, I'm getting this error. PR incoming.

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.

#1274Jul 11, 2018by jvillena3 answers
1 reactions

Remote storage option is not sending in $_POST the JSON structure

Hi @artf! I'm working to adapt your content builder in our system using the latest release v.0.14.21. I have set up the following configuration of the StorageManager: storageManager: { type: 'remote', stepsBeforeSave: 1, autoload: true, autosave: false, urlStore: '/save', urlLoad: '/load', contentTypeJson: true }, Wit...

jvillena

Thanks a lot! It works like a charm! Great Job. We are going to work in different new plugins so we will include them as open source as well. I'll keep you inform.

artf

We're using fetch under the hood so check this out https://stackoverflow.com/questions/36669911/post-not-retrieving-data-from-javascripts-fetch and let me know

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