Hey,
I’ve tried to create some Gutenberg blocks with Pinegrow and was wondering why some of my sections weren’t visible inside Gutenberg. I’ve checked the block files created by Pinegrow and saw that there were some issues because some of my HTML markup is containing attributes with JavaScript arrays.
A short example:
<div class="progress-bar progress-bar-sm bg-primary text-color-primary" role="progressbar" data-slider="{'decimal': 1}">
The Array inside the data-slider attribute is causing an issue cause it breaks the javascript file generated by Pinegrow.
Any ideas how to solve this?