Closed (fixed)
Project:
AI SEO Optimizer
Version:
0.1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2025 at 13:18 UTC
Updated:
17 Dec 2025 at 10:19 UTC
Jump to comment: Most recent
I tested installing this recipe, but got stuck on "drupal/custom_field": "^4.0.x-dev" requirement, because I already have 4.0.1 installed.
I'm not sure why the dev branch was needed, and which release of custom_field didn't yet provide the features required, but from what I can tell this was added over a month ago, and there has since been a 4.0.1 release, which would probably be usable by this recipe.
Could this be changed to drupal/custom_field:^4.0.1, or is there a reason not to?
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 #2
svendecabooterComment #5
a.dmitriiev commentedI was waiting for this issue #3535237: Create custom_field Field Widget Action plugin for AI automators. Now it is in stable version, so it is safe to require it instead of DEV one.
Comment #7
svendecabooterThanks!