tellform/base_bak/config/forms.client.config.js

19 lines
262 B
JavaScript
Raw Normal View History

2016-04-27 21:38:56 +00:00
'use strict';
// Configuring the Forms drop-down menus
2016-05-05 10:00:24 +00:00
angular.module('forms').value('supportedFields', [
'textfield',
'textarea',
'date',
'dropdown',
'hidden',
'password',
'radio',
'legal',
'statement',
'rating',
'yes_no',
'number',
'natural'
]);