Configuration ReferenceΒΆ

If your editors should to use the themes of borderstyles in content-elements, you have to change the TCA (see comments in overrides/tt_content.php). You have although to integrate the borderstyle in every template, where it is needed.

Use <f:debug>{_all}<f:debug> to find the column, which contain the classname of your borderstyle.

The extension add per default the column ‘tx_borderstyle_class’ to the model of tt_content. The column is avaiable in the backend after installation of this extension. After you have defined your first borderstyle-theme, you can select in that column your borderstyle. It will have NO effect to the frontend, unless you integrate correctly the column inyour html-template.

If your own models should use the borderstyle, you have to integrate a new column for the classname. You use the definition of tx_borderstyle_classname for the tt_content as example.