diff --git a/src/Entity/EmbargoesEmbargoEntity.php b/src/Entity/EmbargoesEmbargoEntity.php index d0ea7be..71cfa0e 100644 --- a/src/Entity/EmbargoesEmbargoEntity.php +++ b/src/Entity/EmbargoesEmbargoEntity.php @@ -30,6 +30,11 @@ * "label" = "label", * "uuid" = "uuid" * }, + * config_export = { + * "id" = "id", + * "label" = "label", + * "uuid" = "uuid" + * }, * links = { * "canonical" = "/admin/config/content/embargoes/settings/embargoes/{embargoes_embargo_entity}", * "add-form" = "/admin/config/content/embargoes/settings/embargoes/add", diff --git a/src/Entity/EmbargoesIpRangeEntity.php b/src/Entity/EmbargoesIpRangeEntity.php index 539feb8..b2a524d 100644 --- a/src/Entity/EmbargoesIpRangeEntity.php +++ b/src/Entity/EmbargoesIpRangeEntity.php @@ -29,6 +29,11 @@ * "label" = "label", * "uuid" = "uuid" * }, +* config_export = { + * "id" = "id", + * "label" = "label", + * "uuid" = "uuid" + * }, * links = { * "canonical" = "/admin/config/content/embargoes/settings/ips/{embargoes_ip_range_entity}", * "add-form" = "/admin/config/content/embargoes/settings/ips/add",