From 89c7065ff30760e3f11c349b4c3b6aaca4dc4ed9 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 26 Nov 2018 15:58:13 +0000 Subject: [PATCH] Add in env-properties (used only in connect portal) 'shareInZenodoPage' property. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53975 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/properties/env-properties.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 6a49cb84..2101dd21 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -139,4 +139,6 @@ export class EnvProperties { widgetLink; claimsInformationLink; + + shareInZenodoPage; }