Any idea on how to add a <abbr> as a component?

I’m traying to add a element including the .initialism class and with content in the title attribute editable with the objet inspector.

The only way I found is to add a Custom Code block, but there isnt any way to add classes nor attributes to this blocks.

Any suggestion about?

Regards

Custom Code is the only way to add elements that are not built into the app. Adding classes and attributes for Custom Code is done by editing the HTML.

Yep, I know … Just want to add some classes and attributes to the HTML standard «abbr» tag, and the «custom code» object don’t let any addition…

Heya,

Forgive me if you’ve already read the documentation on the Custom Code element but here’s the page with more information.

If this wasn’t what you’re looking for, could you share your code and explain what it is you want to do?