ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

Provide theming functions for common webform components #127

Open algeronwaterschoot opened 9 years ago

algeronwaterschoot commented 9 years ago

Not all webform components are rendered equally. Some have extra wrappers, others have extra classes. Components aren't rendered using template files, so it's not immediately clear at first glance how to change their HTML.

We could provide one or several placeholder preprocess/theming functions (as many as we need) in the template, where frontend developers can easily modify the HTML of these components without having to dig through the webform module stack.