- πΊπΈUnited States dww
Thanks for this issue, and the (mostly) working patch! I needed the same. Ported to the 3.0.x branch. Also, #9 is still using the deprecated
entity_get_form_display()
, converted to use\Drupal::service('entity_display.repository')->getFormDisplay()
, instead. - last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass - πΊπΈUnited States dww
This adds the missing schema definition for the new formatters.
- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass - πΊπΈUnited States dww
Fixing phpcs errors introduced by this patch...
- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass - πΊπΈUnited States dww
Sorry for the noise, missed one more violation introduced by this patch.
- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass - πΊπΈUnited States dww
I just upgraded the site where I need this patch to 10.3.x and discovered weβre using yet more deprecated code in here. Opened an MR with patch #15 ported to D10.