Problem/Motivation
In the issue https://git.drupalcode.org/project/ai_initiative/-/work_items/3585696#no... where this recipe was suggested it was requested to depend on https://www.drupal.org/project/drupal_cms_media . But that recipes has so many unrelated dependencies. The real dependency that this recipe needs is core image media type recipe (core/recipes/image_media_type) that is also a dependency for drupal_cms_media.
I believe if the core/recipes/image_media_type is used it will be possible to cover broader audience including the one that uses Drupal CMS.
Issue fork ai_recipe_validations_image_safety-3595519
Show commands
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
a.dmitriiev commentedComment #4
a.dmitriiev commentedComment #5
a.dmitriiev commentedActually this MR also fixes the problem that it is not possible to fetch this recipe with composer:
As it depends on drupal_cms_media ^1.0 that doesn't exist anymore (see here https://www.drupal.org/project/drupal_cms_media/releases)
Comment #6
ahmad-khalil-imagexComment #8
a.dmitriiev commentedComment #10
ahmad-khalil-imagex