orthotypos / CockpitCMS-NumberField

Number field Cockpit CMS Add-On

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

Number field Cockpit CMS Add-On

License:MIT License


Languages

Language:PHP 100.0%