- Issue created by @joachim
When the setting is saved on a field, the computed field doesn't show up until caches are cleared.
The form alteration needs to add a submit handler and do:
\Drupal::service('entity_field.manager')->clearCachedFieldDefinitions();
Active
Code