With the Slider field, unlimited slides may be created with titles, descriptions and links. Arguments Name Type Default Description type string ‘slides’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the […]
Category: Fields
Redux comes packed with a variety of fields. Each has his its own set of arguments that can alter what that field does. Rather than make multiple fields for the same type of field, arguments are used to customize the field to do multiple things.
If a piece of data is missing, please let us know.
Sortable
The Sortable field allows for an unlimited array of drag-and-drop text box inputs or check boxes. Arguments Name Type Default Description type string ‘sortable’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display […]
Sorter
The Sorter field enabled the user to specify blocks that can be organized between the Enabled and Disabled columns via drag-and-drop. Arguments Name Type Default Description type string ‘sorter’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the […]
Spacing
The Spacing field allows the user to specify either padding or margin units to any HTML element or CSS selector that supports them. Arguments Name Type Default Description type string ‘spacing’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title […]
Spinner
The Spinner field returns the value entered in its input box or via clicks on its arrow buttons. Arguments Name Type Default Description type string ‘spinner’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string […]
Switch
The Switch field sets a true or false value based on the selection. Users may also change the labels of the switch. Arguments Name Type Default Description type string ‘switch’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of […]
Text
The Text field accepts any form of text and optionally validates the text before saving the value. Arguments Name Type Default Description type string ‘text’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle […]
Textarea
The Textarea field accepts any form of multi-line string input, including custom HTML. Arguments Name Type Default Description type string ‘textarea’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the option. subtitle string Subtitle display of the option, […]
Typography
The Redux Typography field in second-to-none when it comes to framework typography options. It’s often copied but never duplicated! Google fonts, font preview, color-picket, letter & word spacing, styles & weight selection, and much, much more! Arguments Name Type Default Description type string ‘typography’ Value identifying the field type. id string Unique ID identifying the […]
Using Permissions
The permissions argument is useful for restricting access to certain fields or sections that require a specified user role. For example, if the options panel is set via page_permissions to allow users with an editor role or higher to view and set options, but you’d prefer some options or sections be available only to administrators, […]