NO BUG: 'class' attribute removes all other applied classes (also fatal error)

Hi @blakmarkitcreative ,

Yes, that’s the expected result and custom attribute behaviour in Bricks.
Defining attributes will overwrite the element attributes.

For example, if you define id attribute = my_id, the element will get a final in frontend.
Same if you define class attribute = my_class, the element will get a final in frontend.

Regarding the attributes not showing in the builder, it’s in WIP.

Regards,
Jenn