Theme Settings API (17)
Color picker
Color picker allows user to easily select a color value instead of using a hex color manually. The basic syntax for the color picker is…
WYSIWYG
The WYSIWYG field can be used when you want to allow user to use the visual editor instead of the raw text input. The syntax…
Textarea
The textarea field can be used when you want to allow user input more than one line of text. { "name": "copyrightNote", "label": "Copyright note",…
Text input
Text input is the default field type which is used if the specified field type does not match the other available fields. It will display…
Theme settings API
Almost every theme needs configurable options to handle user needs. Publii allows you to create theme-related and post-related options which allows users to customize the…