Problem
in FileCeFieldFormatter.php at line 120, there's a hardcoded field name field_image in the #states selector:
'#states' => [
'visible' => [
':input[name="fields[field_image][settings_edit_form][form][flatten]"]' => ['checked' => TRUE],
],
],
Issue fork custom_elements-3563465
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 #3
fagoComment #4
fagoall good, test fails are caused by https://www.drupal.org/project/canvas_extjs/issues/3563480#comment-16385550 and unrelated.
Comment #6
fago