Updating data-gjs properties on label and form type results in weird behaviour
Wrong type declaration... read carefully please https://grapesjs.com/docs/modules/Components.html
Read full answer below ↓Question
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
domc.addType("label", {
model: defaultModel.extend({
defaults: Object.assign({}, defaultModel.prototype.defaults, {
removable: false,
draggable: false,
droppable: false,
badgable: false,
stylable: false,
highlightable: false,
copyable: false,
resizable: false,
editable: true,
selectable: false,
hoverable: false
}
})
});
Answers (2)
Wrong type declaration... read carefully please https://grapesjs.com/docs/modules/Components.html
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.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1959
[Question] Edit innerHTML in a custom button
Hi All, I am trying to change the text in a button component, but I am not able to edit it. I added this type: I included the editable: tru...
Issue #1148
Script in component get messed up, any idea?
I created a component like const TWITTERTYPE = 'TWITTER'; domc.addType(TWITTERTYPE, { model: defaultModel.extend({ defaults: { ...defaultMo...
Issue #484
Can I restrict what blocks that can be dropped into a container
My intent is to create a block that should allow only image components (I'm using the default one from grapes-blocks-basic) to be dropped i...
Issue #738
image reverted to original size after resized
hi, i got a strange issue with component: i got 2 types, image and icon the issue is when i first drag and drop the image component, i'm ab...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.
Browse premium plugins →Related tutorials
In-depth guides on the same topic.
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.