Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
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
Web Component Framework
Toolkit
Commits
c14071ba
Unverified
Commit
c14071ba
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Move and add provider-root documentation
parent
373d3170
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#56417
failed
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/app-shell/README.md
+4
-4
4 additions, 4 deletions
packages/app-shell/README.md
packages/app-shell/package.json
+1
-1
1 addition, 1 deletion
packages/app-shell/package.json
with
5 additions
and
5 deletions
packages/app-shell/README.md
+
4
−
4
View file @
c14071ba
...
...
@@ -27,12 +27,12 @@ You need Keycloak and other parts to be in place to really make full use of the
Best take a look on examples like
[
index.html
](
https://gitlab.tugraz.at/dbp/esign/signature/-/blob/master/examples/dbp-signature/index.html
)
for more explanation.
You need to set the
`provider-root`
attribute for the app-shell to "terminate" all provider events.
If you don't want to set the app-shell as
`provider-root`
then you need to set the attributes
`auth`
,
`requested-login-status`
and
`analytics-event`
as attribute for the app-shell or in a
`dbp-provider`
above it.
## Attributes
-
`provider-root`
(optional): You need to set the
`provider-root`
attribute for the app-shell to "terminate" all provider events
-
If you don't want to set the app-shell as
`provider-root`
then you need to set the attributes
`auth`
,
`requested-login-status`
and
`analytics-event`
as attribute for the app-shell or in a
`dbp-provider`
above it
-
example
`<dbp-app-shell provider-root></dbp-app-shell>`
-
`lang`
(optional, default:
`de`
): set to
`de`
or
`en`
for German or English
-
example
`<dbp-app-shell lang="de"></dbp-app-shell>`
-
`src`
: The path to a topic metadata file (json)
...
...
This diff is collapsed.
Click to expand it.
packages/app-shell/package.json
+
1
−
1
View file @
c14071ba
{
"name"
:
"@dbp-toolkit/app-shell"
,
"homepage"
:
"https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/app-shell"
,
"version"
:
"0.2.
6
"
,
"version"
:
"0.2.
7
"
,
"main"
:
"src/index.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