zebradog / yorkshire

Drupal 8 AdminLTE theme
https://almsaeedstudio.com/preview
GNU General Public License v2.0
4 stars 2 forks source link

Implement Color Select Field from AdminLTE #23

Closed ericholmer closed 6 years ago

ericholmer commented 8 years ago

Allow users to preview the hex colors that are added to the color fields.

screen shot 2016-01-06 at 9 30 07 am

matt-schuh commented 8 years ago

I can't find any documentation on creating a widget for an existing field. All documentation point to creating a whole new field and a widget to go with it. I was hoping to be able to add a color widget to text fields to grab hex codes so that the data wouldn't have to be re-entered, however if I can't find documentation on adding a widget to an existing field this may not be an option.

matt-schuh commented 8 years ago

It may work to take the existing "color_field" module and add/edit a widget in there. Currently, it would work but doesn't seem to have an option to type a hex code. It has color pickers but no text input. It would probably be fairly simple to edit that and swap a widget out for the AdminLTE colorpicker.