Is there any demo for remote storagemanager with php or else?
thank you so much!
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.
3,464 parsed GitHub issues — 370 solved · 90 open. Search, filter and explore battle-tested answers.
1,399 issues found
🔍 outdatedthank you so much!
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.
I am trying to use basic Grapesjs editor to CMS. Here's my code: I have installed the grapesjs using NPM. Later I tried running this html file in the local, as expected the output was Grapesjs editor. I used this same file in CMS and I am getting grapesjs is not defined.
artf
I just copy pasted your code and everything works as expected https://jsfiddle.net/mxdLpe0k/
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.
hi there, few days ago I started to research about sending some values from an Angular modal (which is invoked at the front of the grapes editor) to the Editor itself, in this case I want to send some images from my custom Angular AssetManager, to the editor, in order to use those images for building the website. Is t...
artf
You can manage GrapesJS assets via Asset Manager or if you want you can even replace the built-in one (find more about this here #491)
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.
Hey guys.really impressed with the great job done.I have a question regarding component development. the question is can i use react to develop plugins?if yes is there any doc or guideline related?
artf
Hi @B-Esmaili GrapesJS is framework-agnostic so you just need to use its API to define new components. Here some doc where you can get started:Create pluginsCreate custom Components
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.
Hello @artf , Hope you are doing well. I have two questions regards dynamic blocks adding, 1) Is it possible to render the block with dynamic id? 2) Is it possible to change the id/class/onClick methods in block:drag:stop or component:add grapesjs methods? Here is some of my code, In above example i need to make dynam...
artf
In your block:drag:stop callback you should make a change to the droppedComponent (is an instance of Component, so use its API), the $('#staticId') doesn't even exist, the canvas is in the other frame of the document.
AkibDeraiya123
Hello @artf, Thank you for your quick support. It's working for me now, This is worked for me. Suppose i have content like, Is there any possibilities to update img tag's id and onclick function?
artf
@AkibDeraiya123 you can do whatever you want, check the API please https://grapesjs.com/docs/api/component.html
Hello! I'm using the latest version of GrapesJS, however it is causing issues with my project, because GrapesJS is saving the edits as a cookie, so that if I come back, the design I had before is still there. The way my project works is that you have to select a template from a list, but it wont work because of the co...
artf
because GrapesJS is saving the edits as a cookie localStorage, not cookies... Read the documentation please https://grapesjs.com/docs/modules/Storage.html
kario132
Thank you!
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.
In video Component i need to add new custom traits beside the existing ones, when i do this all traits are disappeared
artf
Please follow the issue template
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.
When I drag a block into the canvas, some attributes of that block is missing from the above example the "data-gjs-test" was removed after dragging the block into the canvas. I want it to remain . Thank you
artf
Those attributes were made to be removed, if you need them, probably you're doing something wrong...
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.
Hi Artf ,Thanks for your great tool,I have created test case for my problem https://js.do/code/271771 I have created custom tool sidebar and create trait to render component with checkbox updates. -To reproduce 1-drag sidebar component into canvas (it should print initial fname value in console) 2-open filter menu in...
artf
In your doStuff method you're only getting the name of the trait, so nothing useful. I think if you change that checkbox trait in a simple input, you'll see the script changing correctly in the export code
alialrabi
Thanks for your replay, Could you please explain more what should I do?What do you mean by ( change that checkbox trait in a simple input)? I have updated demo to be more clear https://js.do/alialrabi/273238 . There are two checkbox fname...
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.
WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...
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.