Pages CMS
  • GitHub GitHub
  • Discord Discord

Getting started

  • Introduction
  • Quick start

Configuration

  • Overview
  • Media
  • Content
    • Overview
    • Editors
    • Filename
    • List
    • Fields
    • View
  • Components
  • Actions
  • Collaborators
  • Settings

Fields

  • Block field
  • Boolean field
  • Code field
  • Date field
  • File field
  • Image field
  • Number field
  • Object field
  • Reference field
  • Rich-text field
  • Select field
  • String field
  • Text field
  • UUID field

Guides

  • Installing
    • Install locally
    • Deploy on Vercel
    • Self-host
    • GitHub App
  • Upgrading to 2.x
  • Migrating collaborators
  • Creating a custom field

Development

  • Authentication
  • Caching
  • Database
  • Fields
  • Environment variables
GitHubGitHub
DiscordDiscord
Getting started
Introduction
Quick start
Configuration
Overview
Media
Content
Overview
Editors
Filename
List
Fields
View
Components
Actions
Collaborators
Settings
Fields
Block field
Boolean field
Code field
Date field
File field
Image field
Number field
Object field
Reference field
Rich-text field
Select field
String field
Text field
UUID field
Guides
Installing
Install locally
Deploy on Vercel
Self-host
GitHub App
Upgrading to 2.x
Migrating collaborators
Creating a custom field
Development
Authentication
Caching
Database
Fields
Environment variables

Number field


View as Markdown Open in ChatGPT Open in Claude Cursor Open in Cursor
Image field
Object field

Numeric input for integers and decimals.

Use for prices, weights, scores, or rankings.

Options

Key Description
min Minimum value (e.g. 0).
max Maximum value (e.g. 100).

Examples

Basic number

- name: price
  type: number
  options:
    min: 0
Image field Object field

On this page

  1. Options
  2. Examples
    1. Basic number