Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymcatwincities/jquery_colorpicker
Fork of jquery_colorpicker for Drupal 9 testing
https://github.com/ymcatwincities/jquery_colorpicker
Last synced: about 1 month 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 4 years ago)
- Default Branch: 8.x-2.x
- Last Pushed: 2020-07-28T11:49:22.000Z (over 4 years ago)
- Last Synced: 2023-09-14T10:31:00.677Z (over 1 year 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
* MaintainersINTRODUCTION
------------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)