diff --git a/composer.json b/composer.json index 3733f79..caa1ba6 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", "drupal/coffee": "1.x-dev", + "drupal/color_field": "^3.0", "drupal/comment_notify": "^1", "drupal/content_lock": "^2", "drupal/context_stack": "^1", diff --git a/composer.lock b/composer.lock index 191d715..a3d54ad 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5ca4175d6d649db7f4ae5e83294902d1", + "content-hash": "49068a480427a6858b3c979d9effb7b9", "packages": [ { "name": "abraham/twitteroauth", @@ -3857,6 +3857,66 @@ "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", "version": "1.5.0",