updated the Readme.md file
## CONTENTS OF THIS FILE | ||
--------------------- | ||
- Introduction | ||
- Installation | ||
- Permissions | ||
- Usage | ||
# Color Palette | ||
|
||
## INTRODUCTION | ||
------------ | ||
Color Palette module provides a widget that launches a color palette with | ||
a pre-approved color options for capturing entity field inputs. | ||
Unlike any other colorpicker, this widget only shows configured set of | ||
... | ... | @@ -19,15 +11,27 @@ Color palette widget collect color input value in hexcode for entity fields. |
Example value, #ff0000, $#00ff00 etc. | ||
This widget supports 'Text' and 'Taxonomy Term' field type at the moment. | ||
|
||
Submit bug reports and feature suggestions, or track changes in the | ||
[issue queue](https://www.drupal.org/project/issues/colorpalette). | ||
## Table of contents | ||
- Installation | ||
- Permissions | ||
- Usage | ||
- Maintainers | ||
|
||
## Installation | ||
## INSTALLATION | ||
------------ | ||
Install as you would normally install a contributed Drupal module. | ||
See: https://www.drupal.org/documentation/install/modules-themes/modules-8 | ||
Install as you would normally install a contributed Drupal module. For further | ||
information, see | ||
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). | ||
## PERMISSIONS | ||
------------- | ||
## Permissions | ||
Find 'Permission' link on Extend page i.e., at admin/modules page against | ||
the module name, OR direct link admin/people/permissions#module-colorpalette. | ||
... | ... | @@ -37,8 +41,8 @@ Available user permissions: |
or re-use existing color(s) from the launched palette itself. | ||
## USAGE | ||
------------- | ||
## Usage | ||
|
||
Once installed this module provides two new taxonomy/vocabulary: | ||
1. Colors | ||
New colors can be introduced creating terms within this vocabulary. | ||
... | ... | @@ -93,6 +97,7 @@ While creating a new color by using above steps, please remember that |
& Field Tags of exiting color will be merged | ||
- Finally, Color will have above merged 'Filter Tags' value | ||
## Maintainers | ||
------------ | ||
- abhaysaraf - (https://www.drupal.org/u/abhaysaraf) | ||
\ No newline at end of file | ||
- [abhaysaraf](https://www.drupal.org/u/abhaysaraf) |