Elements
The different types of settings elements give you the developer the ability to choose any number of ways to let the end user customize the theme without touching the code.
Action
Displays a dropdown that lets the user choose what action a link takes. Depending on a section it then displays another field for them to direct the action.
Assessment
Displays a dropdown of all the assessments in the users account.
Checkbox
Displays a checkbox within the Theme Settings, allowing for a Boolean true / false setting.
Color
Displays a color-picker that returns a hex value.
Date Time
Displays a date_time picker.
Divider
Does not display an input but instead shows a divider between other settings. Great for breaking settings into sub sections.
Event
Displays a list of the events in the users account.
Font Select
Displays a custom dropdown with google fonts pre loaded in visually in their respective fonts.
Form
Displays a list of the forms in the users account.
Header
Does not display an input instead displays a heading that can be used to label sub sections. The style setting set to subheading can be used to shrink the font size.
Image Picker
Displays an option to select a previous image or upload a new image.
Link List
Displays a list of the link lists ( navigation menus ) in the users account.
Offer
Displays a list of the offers in the users account.
Option
Displays a list of options for a user to select from.
Post
Displays a list of the posts in a users account.
Radio
Displays a list of radio buttons for the user to select from.
Rich Text
Displays a full WYSIWYG editor for the user to use to create rich text layouts.
Select
Displays a dropdown select box for the user to choose from.
Text
Displays a one line text input for users to put short text strings in.
Video
Displays a video uploader for users to upload their videos or choose recently uploaded videos.
Last updated