ymcatwincities / colorapi
此包已被 废弃 并不再维护。未建议替代包。
提供围绕 Drupal 中“颜色”概念的完整功能集,包括底层数据类型、可选的颜色字段和可选的颜色实体,以及相关功能。
dev-8.x-1.x
2020-08-04 12:22 UTC
This package is auto-updated.
Last update: 2020-11-04 13:22:24 UTC
README
Module Overview This module provides a Color Field API Field (machine_name: colorapi_color_field). The field collects and stores a human readable name, as well as a TypedData API color object, storing it in both hexadecimal color string format #XXXXXX, where X is a hexadecimal (0-9, a-f) character, and RGB format, holding values for red, green and blue. Modules that provide widgets for this field type: - Jquery Colorpicker (https://www.drupal.org/project/jquery_colorpicker)