You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
Right now, the module has a limitation: It works only with entity types that are using config entities in order to define bundles.
Support also:
Entities without bundles. The user entity is such an example.
Entities with bundles but without bundle entity types. Example: entity_test.
Integrate configurable fields in the rdf_entity_mapping entity. Now they are spread in the field storage configs. We may consider to add them in the bundle rdf_entity_mapping entity so we know that all mappings are stored in a single centralized place.
Unify all mappings from an entity type into a single mapping config, per entity type.this is debatable. We might want a config entity for entity type (holding base fields, etc) and switch back to bundle 3rd party. EDIT: We keep the actual model rdf_entity.mapping.{entity_type}.{bundle}.yml.
The text was updated successfully, but these errors were encountered:
Cloned from ec-europa/rdf_entity#18
Right now, the module has a limitation: It works only with entity types that are using config entities in order to define bundles.
user
entity is such an example.entity_test
.Unify all mappings from an entity type into a single mapping config, per entity type.this is debatable. We might want a config entity for entity type (holding base fields, etc) and switch back to bundle 3rd party.EDIT: We keep the actual modelrdf_entity.mapping.{entity_type}.{bundle}.yml
.The text was updated successfully, but these errors were encountered: