Skip to content

Instantly share code, notes, and snippets.

@frecklebit
Created August 14, 2014 18:20
Show Gist options
  • Save frecklebit/8998ceae4f6d7eae5c4f to your computer and use it in GitHub Desktop.
Save frecklebit/8998ceae4f6d7eae5c4f to your computer and use it in GitHub Desktop.
var fields = [
{ title: 'Single Line Text', type: 'single_line_text', icon: 'font' },
{ title: 'Paragraph Text', type: 'paragraph_text', icon: 'paragraph' },
{ title: 'Multiple Choice', type: 'multiple_choice', icon: 'dot-circle-o' },
{ title: 'Number', type: 'number', icon: 'slack' },
{ title: 'Checkboxes', type: 'checkboxes', icon: 'check-square-o' },
{ title: 'Dropdown', type: 'dropdown', icon: 'toggle-down' }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment