Skip to content

Allowing general header customization

theo lem requested to merge allow-change-sitename into master

Allowing custom HTML to be set as general header instead of default "Framaforms". The header can now be set in the framaforms administration menu (at /admin/config/system/framaforms).

Examples :

Screenshot of the configuration menu

Configuration menu


Screenshot of a customized website header

Customized header

The following tags might be used : <i><strong><b><p><div><del><h1><h2><h3<h4>. Bootstrap classed can therefore be assigned to sections. The title is wrapped around the following tags : <header><a><h1>title</header></a></h1>

Edited by theo lem

Merge request reports