Givan
Givan
Hi Congratulations, GrapeJs looks awesome, the most feature rich and cleanly coded open source online html editor by far. There are some features that might make it even better in...
To avoid conflict with jinja or similar template engines you need to change the template tags from https://github.com/givanz/VvvebJs/blob/master/libs/builder/builder.js#L24-L25 ```js var startTag = "@%"; var endTag = "%@"; ``` Then do...
For a method to add dynamic components/sections please see https://github.com/givanz/VvvebJs/issues/283#issuecomment-1415882350
Hi You can check the preformatted component that has a textarea input to edit the content of the selected element https://github.com/givanz/VvvebJs/blob/master/libs/builder/components-html.js#L913-L914 it uses the innerHTML attribute. You can add the...
Hi Thank you, I appreciate the feedback :) Let me know if you have suggestions or additional feedback. I'm preparing auto install scripts to submit it to different software catalogs...
Filters component is missing only the html in theme is added, I will add it in the next commit.
Filter by brand is working with the latest commit https://github.com/givanz/Vvveb/commit/f589b8f4af67432fa6d0f41eb22006a50c6e1b81 https://github.com/givanz/landing/commit/40ba1e3d8933cccef65ada0b1b0bbfe754afd48f
Can you please redownload `latest.zip` and override `app/components`, `admin/sql` and `system` folders if possible overwrite all files except `config` and `public/themes` and clear cache? make sure that `storage/model/app` folder has...
> the contents of this folder is not deleted If files are not deleted it fails silently, I added some warnings in `tools > cache` for cache folders that are...
> Not that I am seeing this entry multiple times in the log, but the actual file does not exist ? Thanks for the bug report, It's fixed in the...