Rhym / silverstripe-color-field

A colour picker field for the Silverstripe CMS.

Home Page:https://packagist.org/packages/ryanpotter/silverstripe-color-field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilverStripe Color Field

Latest Stable Version Total Downloads Monthly Downloads

A colour picker field for the Silverstripe CMS.

Uses Iris Colour Picker.

Installation

Installation with composer:

composer require ryanpotter/silverstripe-color-field

Usage

use RyanPotter\SilverStripeColorField\Forms\ColorField;
private static $db = [
    'MyColor' => DBVarchar::class . '(7)',
];
ColorField::create('MyColor')

Screenshot

Screenshot

Configuration

Add as many colours as you want to the palettes.

RyanPotter\SilverStripeColorField\Forms\ColorField:
  colors:
    - '#1976D2'
    - '#2196F3'
    - '#BBDEFB'
    - '#FFFFFF'
    - '#FF4081'
    - '#212121'
    - '#727272'
    - '#B6B6B6'

About

A colour picker field for the Silverstripe CMS.

https://packagist.org/packages/ryanpotter/silverstripe-color-field


Languages

Language:PHP 59.3%Language:JavaScript 18.5%Language:CSS 16.0%Language:Scheme 6.1%