tellform/base_bak/config/forms.client.config.js
2017-09-20 15:18:19 -07:00

19 lines
262 B
JavaScript

'use strict';
// Configuring the Forms drop-down menus
angular.module('forms').value('supportedFields', [
'textfield',
'textarea',
'date',
'dropdown',
'hidden',
'password',
'radio',
'legal',
'statement',
'rating',
'yes_no',
'number',
'natural'
]);