Closed (fixed)
Project:
Canvas Field Component
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Apr 2026 at 05:33 UTC
Updated:
7 May 2026 at 20:15 UTC
Jump to comment: Most recent
Any reason from the drush requirement? I had to upgrade drush version to take this module for a test drive.
{
"name": "drupal/canvas_field_component",
"type": "drupal-module",
"description": "Allow randered fields to be placed in Drupal Canvas templates.",
"keywords": [
"Drupal"
],
"license": "GPL-2.0-or-later",
"require": {
"drush/drush": "^13.7",
"drupal/canvas": "^1.3"
}
}
Remove drush from composer.json.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mandclu commentedComment #5
apmsooner commentedLooks good to me.
Comment #7
mandclu commentedThanks for raising this. It was a strange side effect of trying out a ddev add-on for contribution :-P