#2613March 2, 2020by Rasazna3 answers
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...
Rasazna
I am using gridly and high charts as two different blocks. I will drag the gridly block first and drag the the chart into the gridly block. How can this be done. I am only able to place the chart around the gridly block. But I want it insi...
artf
Please read the documentation first, seems like you have no idea how Components work...
Rasazna
can you just help me how to do it . I still could not figure it out. A sample code would be really helpful.
#2612March 2, 2020by pradeeshattlee1 answer
Hey @artf I have a question around Asset Manager. When uploading an image via computer or URL You can create image blocks with the command from the left panel and edit them with double click everything Seems to work perfectly. But when I try the same in an iPad or a Touch-enabled device it doesn't work I used this Plu...
bgrand-ch
Hello, For future questions or technical issues, which aren't bugs, GitHub's Discussions tab is the place to be. Don't forget to close this issue if it is resolved or write a new detailed message in Discussions -> Q&A category (and close t...
#2574February 17, 2020by MCiocio1 answer
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...
pouyamiralayi
@MicheleBowl this is how you can support the project!
#2573February 17, 2020by rastaprime202 answers
Hi @artf Hope you are doing well. I've been cracking on this matter for the past few days now, I've been searching whether I got the same scenario with the others, but unfortunately, I can't find any solutions that can solve my problem, so I decided to raise an issue ticket. I hope I will make sense. So I have a 'Save...
artf
This is the command I use in Grapedrop to get all the CSS from a component
rastaprime20
Hi @artf Thank you so much for your response! I will try this out, and let you know if I run into any problems. I really appreciate this.
#2561February 10, 2020by Rasazna2 answers
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...
pouyamiralayi
@Rasazna if you want to do this only for a specific component, pencil button for image is a good example.if you want to do this for all the components, check initToolbar function. Cheers!
artf
@Rasazna FOLLOW the issue template
#2560February 10, 2020by Rasazna3 answers
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...
pouyamiralayi
@Rasazna please refer to #2542 Cheers!
pouyamiralayi
@Rasazna if you want to create a custom version of asset manager (probably your use case), you must define your own particular modal which is explained in #2491 if you want to customize the current asset manager, #2504 & #2316 would be a g...
Rasazna
My component is Aggrid it is not image component . I have created a aggrid block element so when the grid is dragged and dropped , I want to provide a asset manager kind of option to set the grid options and i want the options to bind only...
#2539January 31, 2020by ayana303 answers
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...
pouyamiralayi
@ayana30 you can append them to the global category, check out more on this here Cheers!
pouyamiralayi
@ayana30 please refer to uploading assets Cheers!
ayana30
am trying to list images here by using unsplash api.
#2532January 25, 2020by nawaz1231 answer
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...
nawaz123
Open block Components in UI are not visible in Downloaded (localhost) Grapejs as shown in screenshot while Open block Components in UI are visible in demo page (https://grapesjs.com/demo.html) Kingly guide to resolve this issue?
#2518January 21, 2020by denish-kanabar3 answers
Hello Team, I have bit different requirement for export and import code. Is it possible to get html and css in memory (i want to save it in DB ) instead of opening PopUp which gives an option to save zip file ? I am using webpage plugin in angular app Also is it possible to load page with pre-rendered or pre-supplied...
pouyamiralayi
@denish-kanabar you can do this way: Cheers!
pouyamiralayi
Hi @denish-kanabar Is it possible to get html and css in memory (i want to save it in DB ) please refer to the storage apiload page with pre-rendered or pre-supplied HTML cheers!
denish-kanabar
have checked that thread and from there only could import plugins but now issue is with calling API while adding command for editor to save in DB
#2505January 12, 2020by vfxdude3 answers
The layer manager is currently hidden away in a tab, but it should in my opinion be visible all the time. Webflow also had it hidden away in a tab, but moved it to the left side. https://webflow.com/feature/new-navigator-location
pouyamiralayi
@vfxdude please check out this fiddle for custom UI (also the layers panel is on the left side). cheers!
vfxdude
@pouyamiralayi thanks. I was fiddling with a similar idea myself. https://codepen.io/neocoder/pen/bGNMyQK (using the Webpage Preset plugin ). It would be better and easier if there was an option for this in the Webpage Preset plugin though.
artf
It would be better and easier if there was an option for this in the Webpage Preset plugin though. Currently, I can't dedicate time to presets, but PRs are always welcome