Settings Schema
Text
Check the settings Schema and add the following inside the Settings object.
//settings:
{
"key": {
"type": "text"...
Number
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "number&qu...
Text-Area
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "textarea&...
Select
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "select&qu...
Radio Buttons
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "radios&qu...
Checkbox
This page lists the script for adding a checkbox or checkboxes.
Checkbox Script
Check the settings Schema and add the following inside the Settings o...
Range
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "range&quo...
Color
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "color&quo...
Image
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "image&quo...
Product
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "product&q...
Category
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "category...
List
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "list"...
Fieldset
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "fieldset&...