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...
KonradMil
https://opensource.org/licenses/BSD-3-Clause
parth-raj
Hi, i am using grapejs in sas app. Are there any restrictions regarding the usage of grapejs in sas app?
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.
Hi. I wish to enhance "draggable" attribute of components in order to allow excluding certain components when wildcard "*" is set for draggable components. For example, according to my case: I need the "video" and "image" component to be draggable on every component, except the "mycustomcomponent". My suggestion is to...
artf
You mean something like draggable: "*:not(your-component)"?
gabrigcl
Yes, I liked your thinking!
artf
Inside draggable and droppable properties you can pass any CSS-like query string so it's already possible
on adding button "select" component { id : 'select', className : 'fa fa-mouse-pointer', command : 'select-comp', }, in button's panels getting error on button clickgrapes.min.js:2 Uncaught TypeError: t.get is not a function \n at R.i.run (grapes.min.js:2) at R.i.updateActive (grapes.min.js:11) at y (grapes.min.js:2) a...
Piterden
Maybe you share your run config for test?
Siddharth-ss42279
solved, it was related to the fonts loading.
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 Guys, Can you help me out on how to query urlStore, urlLoad instead of using rest api call, we need to use graphQL. In GraphQL we will have only one global end point URL, but to save/retrieve the data we need to use the graphQuery Language, like: (here we are using Angular integrated with apollo to work with graphQ...
artf
Try to implement a custom Storage Manager https://github.com/artf/grapesjs/wiki/API-Storage-Manager#add
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.
If I am writing listener out of loop like below it is working let ii = 'Icon Image'; let test = change:${ii}; this.listenTo(this, test, this.doStuff); but If I am writing same listener within a loop then it is not working How to get rid of it? help please
artf
fix your loop...
anilbuddha
@artf we are just using a normal 'for' loop, what should we fix in that. Could you please elaborate us to resolve the issue. Thanks
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 want to show plain text within the trait under the setting button. In the above image 'Configuration_Type' I want to show as plain text. How can I achieve this?
Piterden
Try to And then use CSS to hide what you don't need.
sublimekaushik
Thanks. It worked.
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, Thanks for your plugin. how can i get the dropped controls, rows & columns information like json data while click the save button. Herewith i have attached my code. kindly do the needful?
artf
https://github.com/artf/grapesjs/wiki/API-Editor
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.
Description: GrapesJS editor is initialized in an editor.html file as follows: localhost:9001 is a local IIS server running PHP5. The content of uploadimage.php is as follows: Since images uploaded from GrapesJS is expected to be in the $FILES array, I dump all of its content to a log file everytime a request reaches...
artf
What about the client-side? Do you see the upload request correctly (eg. from the inspector)?
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.
Hello everyone, I noticed that if the size of the screen is smaller than height of modal, the modal is cropped, and the user cannot scroll to the bottom of the modal, in other words, a part of the modal becomes unaccessible. The following attached image shows how the image block modal is cropped (one small part of the...
artf
This behavior was just adapted for the demo (where there is shouldn't be an issue with the size) you can tweak it easily with CSS
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.