backbone-forms icon indicating copy to clipboard operation
backbone-forms copied to clipboard

Custom template per type

Open paulyoung opened this issue 13 years ago • 1 comments

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'

paulyoung avatar Sep 24 '12 04:09 paulyoung

Anyone knows how can i bind an "Alternative field template" to a custom editor type?

karolymarton avatar Nov 28 '14 09:11 karolymarton