Open
Description
When I specify a custom decorator for my form like
<form sf-schema="schema"
sf-form="form"
sf-model="data"
sf-decorator="my-horizontal-form-decorator"
class="form-horizontal"
>
</form>
to use other templates than the templates from the default decorator, on top level everything works fine.
But inside sections this specified decorator doesn't seem to be inherited and the default decorator is used.