Allows entities (say, a “School” entity) to inherit certain fields (say, the “Covid-19 policy” field) from another entity.
Fields’ contents are evaluated every time a node is saved, so you can disable this module any time without losing data.
How it works
You tell Entity Inherit, in /admin/config/entity_inherit which fields are used to define an entity’s parent. For example you might create an entity reference field named field_entity_inherit_parent
for this purpose.