Skip to content

Form Decorator not inherited in sub sections #29

Open
@torstenrudolf

Description

@torstenrudolf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions