tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
194 stars 19 forks source link

Add filter for custom attributes #1105

Open tdrayson opened 1 year ago

tdrayson commented 1 year ago

Description

You sanitize custom attributes on GB blocks in src/extend/global/custom-attributes/index.js

I understand the reason for doing this, however I would like to use AlpineJS which uses other attributes like x- for example.

Adding a JS filter to allow us to add our own attributes to the list would be useful.