Skip to content
Snippets Groups Projects
Commit 95d4c24b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Refactor demo to toolkit showcase

parent e6035c46
No related branches found
No related tags found
No related merge requests found
Pipeline #15046 passed
Showing
with 12 additions and 12 deletions
node_modules node_modules
demo/dist toolkit-showcase/dist
.idea .idea
yarn-error.log yarn-error.log
\ No newline at end of file
File moved
# Frontend Toolkit Demo # Frontend Toolkit Showcase
## Setup ## Setup
......
File moved
File moved
{ {
"name": { "name": {
"de": "Toolkit Demo", "de": "Toolkit Showcase",
"en": "Toolkit Demo" "en": "Toolkit Showcase"
}, },
"short_name": { "short_name": {
"de": "Toolkit Demo", "de": "Toolkit Showcase",
"en": "Toolkit Demo" "en": "Toolkit Showcase"
}, },
"description": { "description": {
"de": "Mit dieser Applikation die Funktion der DBP Web Components testen", "de": "Mit dieser Applikation die Funktion der DBP Web Components testen",
"en": "With this application you can test the function of the DBP web components" "en": "With this application you can test the function of the DBP web components"
}, },
"routing_name": "toolkit-demo", "routing_name": "toolkit-showcase",
"activities": [ "activities": [
{"path": "person-select.metadata.json"}, {"path": "person-select.metadata.json"},
{"path": "knowledge-base-web-page-element-view.metadata.json"}, {"path": "knowledge-base-web-page-element-view.metadata.json"},
......
File moved
File moved
File moved
{ {
"short_name": "Toolkit Demo", "short_name": "Toolkit Showcase",
"name": "Toolkit Demo", "name": "Toolkit Showcase",
"start_url": "./dbp-toolkit-demo.html", "start_url": "./dbp-toolkit-showcase.html",
"icons": [ "icons": [
{ {
"src": "local/dbp-toolkit-demo/icon-192.png", "src": "local/dbp-toolkit-showcase/icon-192.png",
"type": "image/png", "type": "image/png",
"sizes": "192x192" "sizes": "192x192"
}, },
{ {
"src": "local/dbp-toolkit-demo/icon-512.png", "src": "local/dbp-toolkit-showcase/icon-512.png",
"type": "image/png", "type": "image/png",
"sizes": "512x512" "sizes": "512x512"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment