Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
1f68946f
Unverified
Commit
1f68946f
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-0
10 additions, 0 deletions
README.md
package.json
+1
-1
1 addition, 1 deletion
package.json
with
11 additions
and
1 deletion
README.md
+
10
−
0
View file @
1f68946f
...
...
@@ -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
-
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
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
-
`show-clipboard`
(optional): Needs to be set to allow using the clipboard in the file picker dialog
-
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
This activity shows an information page where to verify signed documents, you can use it like this:
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
1f68946f
{
"name"
:
"@dbp-topics/signature"
,
"internalName"
:
"dbp-signature"
,
"version"
:
"1.0.
6
"
,
"version"
:
"1.0.
7
"
,
"main"
:
"src/dbp-signature.js"
,
"license"
:
"LGPL-2.1-or-later"
,
"repository"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment