TripalCultivate / TripalCultivate-Theme

Provides a base theme for our collection of Tripal Cultivate sites.
0 stars 0 forks source link

Color picker #22

Closed reynoldtan closed 5 months ago

reynoldtan commented 6 months ago

This PR will provide a color picker window to assist user enter a hex color value into the tile background color field.

image

A hook_form_alter() is used to attach the color picker JS library and target the form to add tile content block.

To test:

  1. Access my site/admin/content and click Blocks tab image
  2. Click +Add content block button. In the Add content block, click Tripal Cultivate Theme Tile Block to load content entry form.
  3. Scroll down to the TIle Background Colour Field.

Color picker will check for invalid hex value: image