- Issue created by @fishfree
- πΊπΈUnited States jrockowitz Brooklyn, NY
The root cause is the augmentor code is looking only for
field_*
field name and not configurable fields viastr_starts_with($field_name, 'field_')
https://git.drupalcode.org/search?search=%22str_starts_with%28%24field_n...
The code could be updated to look for configurable fields, or someone could write a simple patch to also look for
schema_*
field names - Status changed to Closed: works as designed
8 months ago 9:42pm 22 May 2024