Number field Cockpit CMS Add-On
Download zip and extract to 'your-cockpit-docroot/addons' (e.g. cockpitcms/addons/numberfield).
Please note that the folder name must be numberfield
.
Upon installation the new Number
field type should be present in the list of fields.
List of options (all optional):
{
"default": Number,
"min": Number,
"max": Number,
"step": Number,
"placeholder": String,
"readonly": Boolean
}