https://github.com/ymcatwincities/jquery_colorpicker
Fork of jquery_colorpicker for Drupal 9 testing
https://github.com/ymcatwincities/jquery_colorpicker
Last synced: 2 months ago
JSON representation
Fork of jquery_colorpicker for Drupal 9 testing
- Host: GitHub
- URL: https://github.com/ymcatwincities/jquery_colorpicker
- Owner: ymcatwincities
- Created: 2020-07-28T10:31:50.000Z (over 5 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2020-07-28T11:49:22.000Z (over 5 years ago)
- Last Synced: 2023-09-14T10:31:00.677Z (about 2 years ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Maintainers
INTRODUCTION
------------
The Drupal 8 branch of Jquery Colorpicker offers jQuery Colorpicker widget for
the (Hexidecimal) Color field, and a Form API form element than can be used as
follows:
'jquery_colorpicker',
'#title' => t('Color'),
'#default_value' => 'FFFFFF',
];
?>
REQUIREMENTS
------------
This module depends upon:
- The jQuery Colorpicker library (https://www.eyecon.ro/colorpicker/)
- The Drupal (Hexidecimal) Color module
(https://www.drupal.org/project/hexidecimal_color)
- The Drupal Vendor Stream Wrapper module
(https://www.drupal.org/project/vendor_stream_wrapper).
These dependencies are managed through Composer when the module is installed
using:
composer require drupal/jquery_colorpicker
INSTALLATION
------------
Add the module to your project using:
composer require drupal/jquery_colorpicker
Then enable the module as you would any Drupal module.
MAINTAINERS
-----------
This module is maintained by:
* Jaypan (https://www.jaypan.com)
* Plopesc (https://www.drupal.org/u/plopesc)