GrapesJS Issues

Search parsed GitHub issues, see highlighted answers, and open the original discussion when needed.

11 issues found

#4263April 16, 2022by omkar1111111 answer
0 reactions

SSL certificate how to?

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Reproducible demo link Describe the bug Sorry for asking it here. But I am in a hurry. I am creating a service in which I host websites for my clients. So for each new site, does GrapeDrop create a new certificate specific...

artf

Please avoid using GrapesJS issues for off-topic questions.

#3163November 28, 2020by MarksEliel3 answers
2 reactions

FEAT: Shape Divider for GrapesJS

Is there grapedrop shape divider plugin for grapesjs? Is there a website that sells plugins for grapesjs?

MarksEliel

Hi, @MarksEliel Did you manage to get it? @Abhisheknanda1344463 Wow, I received a notification from github this morning, when I saw it was your link, thank you very much, it was amazing! congratulations! Do you want to develop other plugin...

Abhisheknanda1344463

https://www.npmjs.com/package/grapesjs-shape-divider FYI @artf

artf

Nope. Anyway, you just need to create a trait (as a prop) and update the component contents (eg. with the SVG of a shape divider) on its change

#3109November 2, 2020by kuhelbeher1 answer
1 reactions

BUG: CKEditor is collapsing

Hi, I have an issue with CKEditor. When the block is too narrow when I edit it CKEditor is collapsing: Is there a way to prevent this behavior? I noticed that in Grapedrop CKEditor has normal view even though the element is narrow. I'd be appreciated for any help.

artf

Hi @kuhelbeher I've defined a min-width for the RTE container via CSS :)

#2717April 16, 2020by tranthanhhoa1 answer
0 reactions

[BUG] - Trigger "change:script"

Version: 0.16.40 Bug: Error: Cannot read property 'style' of null https://prnt.sc/s0bqer How to reproduce it: Goto https://grapedrop.com Drag a Typed component and observe into canvas Expect:No error

artf

Related to https://github.com/artf/grapesjs/issues/2656#issuecomment-610333308. Should be fixed in the next release

#2710April 13, 2020by kuhelbeher3 answers
2 reactions

[QUESTION] Unsplash images in asset manager modal

Hello, I want to add a support for unsplash API when user opens AsssetManager modal with search input (similar to Grapedrop) Is there an easy way to do it?

pouyamiralayi

@kuhelbeher you can use the `assets` option, more on this here Cheers!

obiweb

Can somebody explain step by step how to integrate Unsplash API inside GrapesJS? I„m not quiet a programmer but still understand. Thank you!

jmlcs

Hello, I want to add a support for unsplash API when user opens AsssetManager modal with search input (similar to Grapedrop) Is there an easy way to do it? Did you make it? could you share? @artf

#2696April 2, 2020by kuhelbeher2 answers
10 reactions

[QUESTION]: How can I create block with background image with behavior like built-in "image"?

Hello, I'm trying to create block with background image (similar to Grapedrop Image Box). I added new component like this: And also I added block: But unfortunatelly I cannot drop any block inside of it: Grapedrop Image Box has the same issue. Is it possible to drop elements inside of such compoent?

kuhelbeher

@noogen Thanks for advise, implemented it like this:

noogen

@kuhelbeher because, ultimately, it is still an image. It's not for use/override the way you want because in the back-end code (look at both image component model and view) https://github.com/artf/grapesjs/blob/dev/src/domcomponents/view/C...

#1898March 16, 2019by foolsopts2 answers
0 reactions

some bug in grapedrop

Step to producedrag image-block to canvas and select background.drag icon to canvas.click on image-block and go to background style tab click on background and click image button.when modal shown click on any image (not double click) then close modal.Now look at the icon in canvas you cannot change it to another icon....

artf

You're right, weird issue, I'll check it later. I'm gonna close it as is part of the Grapedrop product and not the grapesjs core, btw thanks for the report

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.

#1793February 14, 2019by tranthanhhoa2 answers
0 reactions

[Bug]: Duplicate CKEditor Toolbar

hi @artf , Grapejs version: 0.14.52 Steps reproduce:Access the link: https://grapedrop.comLogin and go to template site.Edit one template.Drag and drop text component first.Continues to drag and drop the 2 columns component under the text component.Click and hold the mouse to move text component to inside the 2 column...

artf

Seems like it happens with the upgrade of CKEditor (4.6.2 -> 4.9.2), BTW @tranthanhhoa I kindly ask you to move this issue to the appropriate repository as it's not related to the core one

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.

#1651December 12, 2018by alu01008248102 answers
0 reactions

How create a new modal dialog like the icons one?

Hi ! I would like create a new modal that contains templates for what users can use them later and add them to canvas/editor. I would like to do something similar to this. This is an example of https://grapedrop.com/ <img width="780" alt="captura de pantalla 2018-12-12 a las 9 09 10" src="https://user-images.githubuse...

artf

You can do it by creating new asset types https://grapesjs.com/docs/modules/Assets.html#customization

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.

#1532October 21, 2018by momu-smartcoach3 answers
0 reactions

How to ensure that the independent module is not dragged into other modules.

sorry to ask again,I really want to know How to set up the independent module is not dragged into other modules ,just like Built-in Blocks in grapedrop.com。 Eagerly looking forward to the specific code module modification,thank you!

momu-2016

help~~~~

artf

At the bottom of this https://grapesjs.com/docs/modules/Blocks.html you find an example of a Row block which does exactly what you need by using droppable/draggable properties of Component

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.