GT Page Blocks Builder 2.3.1
- FIX: CSS class autocomplete was broken because PHP sent
cssClassesas a JSON object (due toarray_uniquekey gaps) instead of a JSON array. Addedarray_values()wrapper soArray.isArray()passes on the JS side.
Gatilab Products
Improvements, fixes, and the details behind each release.
Custom HTML, CSS, and JavaScript sections with previews and reusable blocks.
cssClasses as a JSON object (due to array_unique key gaps) instead of a JSON array. Added array_values() wrapper so Array.isArray() passes on the JS side.