Guest User

Untitled

a guest
Jul 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. WIDGET_REGISTRY_INFO = (
  2. ('String', {'widget':StringWidget(), 'visible':True, 'useVocab':False}),
  3. ('Email', {'widget':StringWidget(Stringfield.Emailfield._properties['widget']), 'visible':True, 'useVocab':False}),
  4. ('Textarea', {'widget':TextAreaWidget(), 'visible':True, 'useVocab':False,
  5. 'size_macro':'here/atse_macros/macros/row_col_size'}),
Add Comment
Please, Sign In to add comment