Adding color field

This commit is contained in:
dave onion 2026-03-25 16:24:18 -04:00
parent 2f8b45d9c5
commit c826c512a1
2 changed files with 62 additions and 1 deletions

View file

@ -36,6 +36,7 @@
"drupal/ckeditorheight": "^1", "drupal/ckeditorheight": "^1",
"drupal/classitup": "^1", "drupal/classitup": "^1",
"drupal/coffee": "1.x-dev", "drupal/coffee": "1.x-dev",
"drupal/color_field": "^3.0",
"drupal/comment_notify": "^1", "drupal/comment_notify": "^1",
"drupal/content_lock": "^2", "drupal/content_lock": "^2",
"drupal/context_stack": "^1", "drupal/context_stack": "^1",

62
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5ca4175d6d649db7f4ae5e83294902d1", "content-hash": "49068a480427a6858b3c979d9effb7b9",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
@ -3857,6 +3857,66 @@
"irc": "irc://irc.freenode.org/drupal-contribute" "irc": "irc://irc.freenode.org/drupal-contribute"
} }
}, },
{
"name": "drupal/color_field",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/color_field.git",
"reference": "3.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/color_field-3.0.2.zip",
"reference": "3.0.2",
"shasum": "2778e454798a59d3e9fd27f56a161562e2d1f0fe"
},
"require": {
"drupal/core": "^9 || ^10 || ^11"
},
"require-dev": {
"drupal/core-recommended": "^9 || ^10 || ^11",
"drupal/feeds": "^3.0@beta",
"drupal/token": "~1.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.2",
"datestamp": "1743394003",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "targoo",
"homepage": "https://www.drupal.org/user/431910",
"role": "Maintainer"
},
{
"name": "Nick Wilde",
"homepage": "https://www.drupal.org/user/nickwilde",
"role": "Maintainer"
},
{
"name": "targoo",
"homepage": "https://www.drupal.org/user/431910"
}
],
"description": "Provides a color field type to store the color value and opacity",
"homepage": "https://www.drupal.org/project/color_field",
"support": {
"source": "https://git.drupalcode.org/project/color_field",
"issues": "https://www.drupal.org/project/issues/color_field"
}
},
{ {
"name": "drupal/comment_notify", "name": "drupal/comment_notify",
"version": "1.5.0", "version": "1.5.0",