From b2b58b3f5a76f6db9e0892f800214a965b5cc9fa Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Tue, 20 Jul 2021 14:37:55 +0200 Subject: [PATCH] Remove obsolete attributes --- app-template/index.html | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app-template/index.html b/app-template/index.html index 203fc28..60b3064 100644 --- a/app-template/index.html +++ b/app-template/index.html @@ -61,8 +61,6 @@ provider-root id="app" lang="de" entry-point-url="http://127.0.0.1:8000" - show-nextcloud-file-picker - show-clipboard allow-annotating html-overrides="global-override" src="/app/dbp-signature.topic.metadata.json" diff --git a/package.json b/package.json index 573e7cb..7025e7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dbp-topics/signature", "internalName": "dbp-signature", - "version": "1.0.16", + "version": "1.0.17", "main": "src/dbp-signature.js", "license": "LGPL-2.1-or-later", "repository": { -- GitLab