Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 494 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 494 Bytes

CockpitCMS-NumberField

Number field Cockpit CMS Add-On

Installation

Download zip and extract to 'your-cockpit-docroot/addons' (e.g. cockpitcms/addons/numberfield).
Please note that the folder name must be numberfield.

Usage

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
}