When adding a custom class to the accordion group via field_formatter_class module, the class does not actually get rendered because the "classes" variable gets overridden by the classes_array variable during preprocessing. Patch to come.

Comments

tom friedhof created an issue. See original summary.

tom friedhof’s picture

Status: Active » Needs review
StatusFileSize
new577 bytes

Here is that patch that fixes this.