Sorry, we don't support your browser.  Install a modern browser

Add custom class to field in panel via blueprint

I do a fair bit of customization of the panel via CSS. It would be much easier (and feel a bit less hacky) if I could pass a custom class to a field via the bluepirnt, eg.

headline:
    type: text
    class: '.custom-class'
2 months ago