Robert McIntosh
Robert McIntosh
Have you found an update to this? Or is there a way to hide the `layout-blocks-container/view.html` from showing up as an element to be dragged onto the screen?
So I am not sure if this is the issue or not, but just incase it helps. If you create two blocks and one has a `view.php` and the other...
> The unminified scripts are located here: https://github.com/HansSchouten/PHPageBuilder/tree/master/src/Modules/GrapesJS/resources/assets/js I am still not sure if its something in the PHP or the javascript that causing the wrapping, but its really the...
All I can tell is it has something to do with the `is-html` check. If you set this to `true` in the `BlockRenderer` file you can drag and drop elements...
This may not be the best solution, but it has been working for me. Right before the "return $alert;" I wrote this little snippet of code: http://pastebin.com/GbRqMMNg You can use...
I kept the class, just attached it to `html` instead of body, as `:root` and `html` are essentially the same thing in the eyes of css to the best of...
Its not really that important, I just asked as I am working on a theming library that I am getting ready to release and I noticed Tidy5e used variables so...
If you want to save time, I'd be happy to do this for you. As I'd love to include support. Honestly, it only seems fair as I am the one...
This could be solved by including the dark mode css variables in a stylesheet called `darkmode` and appending it to the head of the document when the variable is active...
This is something I will be working on over the weekend.