- Issue created by @dimitriskr
The module's config in our site was outdated, producing some warnings about missing keys in configuration, specifically under reading_time.container. After we re-saved the config, the errors went away
Add an event subscriber to listen to this event \Drupal\Core\Entity\EntityTypeEvents::CREATE
and whenever a node type is created, update the configuration, with disabled functionality
Active
1.0
Code