GrapesJS Issues

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

23 issues found

🔍 inactive
#369Oct 3, 2017by ateshuseyin3 answers
0 reactions

Usage from source failed

I tried to use grapesjs from source by using require('grapesjs/src') to debug both my source and grapesjs. But could not success because of below issues;There is some requires like require('plugin_manager'). These can be passed by webpack config but it is not a nice solution.'<# VERSION #>' preprocessing should be don...

ateshuseyin

At DevicesView.js:5 there is underscore usage w/o require: template: _.template(`

ateshuseyin

I just notice that you are using ProvidePlugin. That is a solution but these kind of configurative solutions are a limitation to grapesjs users which are using from source.

artf

correct @ateshuseyin I just never configured it to work properly from source, indeed have to move few configurations from webpack to npm. Appreciate your help 👍

#367Oct 3, 2017by daniel-farina3 answers
6 reactions

Community - Open collective & Discord.

Hi Artur/guys, I'm proposing the following ideas: Open a discord channel or slack (Discord is taking over) to discuss off topic things related to Grapejs. Contribute to this project via Open Collective. I just became the first monthly backer, I'm sure other people can contribute a few bucks per month to pay for all th...

artf

Discord channel created :)

artf

WOW 😮 thanks @daniel-farina this is huge, I really appreciate your words and really grateful for your support on Open Collective, this means a lot ❤️ ❤️ ❤️ I'll open a Discord channel soon

daniel-farina

Great, I just joined. Dan

#364Oct 2, 2017by cmcintosh3 answers
4 reactions

Sort How Block Categories are displayed.

Is there a method to set how the categories are shown in the Block tab?

d3vr

As a (not-so-great and hopefully temporary) workaround, I moved the category I wanted to move using jQuery after the editor was fully initialized:

cmcintosh

We could look at something simple as adding a Weight parameter like CMS's like drupal do. Ill look at the code to see how hard it would be to create a PR.

edwardjiawei

Should the plugin added components being sort. should able to customized afterward like editor.BlockManager.sort(filter) -- by filter of label, by any config of order in BlockManager.add

Browse all topics