backbone-forms
backbone-forms copied to clipboard
Custom template per type
I'd like to be able to associate types with custom templates so I don't have to constantly define it in the schema as I do below.
schema:
agree:
template: 'checkbox'
type: 'Checkbox'
Anyone knows how can i bind an "Alternative field template" to a custom editor type?