Skip to content
Snippets Groups Projects
Unverified Commit 1f68946f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add css variable documentation and bump version

parent 38366cf0
No related branches found
No related tags found
No related merge requests found
Pipeline #44738 passed
...@@ -76,6 +76,11 @@ Note that you will need a Keycloak server along with a client id for the domain ...@@ -76,6 +76,11 @@ Note that you will need a Keycloak server along with a client id for the domain
- `allow-annotating` (optional): Needs to be set to allow annotating the PDFs - `allow-annotating` (optional): Needs to be set to allow annotating the PDFs
- example `allow-annotating` - example `allow-annotating`
#### Exposed CSS variables
- `--dbp-override-image-nextcloud` is used to override the cloud image on the connection screen of the Nextcloud file picker
- example CSS: `html { --dbp-override-image-nextcloud: url(/icons/nextcloud.svg); }`
### dbp-official-signature-pdf-upload ### dbp-official-signature-pdf-upload
You can use this activity to officially sign PDF documents like this: You can use this activity to officially sign PDF documents like this:
...@@ -111,6 +116,11 @@ Note that you will need a Keycloak server along with a client id for the domain ...@@ -111,6 +116,11 @@ Note that you will need a Keycloak server along with a client id for the domain
- `show-clipboard` (optional): Needs to be set to allow using the clipboard in the file picker dialog - `show-clipboard` (optional): Needs to be set to allow using the clipboard in the file picker dialog
- example `show-clipboard` - example `show-clipboard`
#### Exposed CSS variables
- `--dbp-override-image-nextcloud` is used to override the cloud image on the connection screen of the Nextcloud file picker
- example CSS: `html { --dbp-override-image-nextcloud: url(/icons/nextcloud.svg); }`
### dbp-signature-verification ### dbp-signature-verification
This activity shows an information page where to verify signed documents, you can use it like this: This activity shows an information page where to verify signed documents, you can use it like this:
......
{ {
"name": "@dbp-topics/signature", "name": "@dbp-topics/signature",
"internalName": "dbp-signature", "internalName": "dbp-signature",
"version": "1.0.6", "version": "1.0.7",
"main": "src/dbp-signature.js", "main": "src/dbp-signature.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment