@@ -347,6 +349,34 @@ As a rule of thumb, each key with a boolean value (e.g. *true* or *false*) defau
**Note**: The strings contained within the group label keys (e.g. *Person*, *Place*, ...) have to match its API-counterpart explicitely. Please refer to the note above (content-type).
-**breadcrumbNavigation**
-**show**
defines if a project header should be shown or not.
Defaults to `false`
-**title_homepage_key**
defines the string shown as first item in the breadcrumb. Shows a "Home Icon"
Note: To change this title please navigate to "tido/src/i18n/en or tido/src/i18n/de" and find "title_homepage".
Has to be set!
-**title_viewer_key**
defines the string shown as last item in the breadcrumb. Shows a "Document Icon"
Note: To change this title please navigate to "tido/src/i18n/en or tido/src/i18n/de" and find "title_viewer".
Has to be set!
-**website**
Navigates to the Home Page page on website.
-**colors**
set the colors used in the frontend.
...
...
@@ -403,6 +433,20 @@ As a rule of thumb, each key with a boolean value (e.g. *true* or *false*) defau
Defaults to `Manuscript`
-**lang (language)**
refers to the default language of the application.
set the value to `de-de` if you would like to turn the viewer into "German" language by default.
Defaults to `en-us`
-**language-switch**
set this value to `false` if you don't want to switch the language. this setting hides the appropriate toggle.
Defaults to `true`
-**notificationColors**
sets the colors used in frontend to apply for icons in notification messages.
...
...
@@ -423,48 +467,12 @@ As a rule of thumb, each key with a boolean value (e.g. *true* or *false*) defau
Defaults to `false`
-**lang (language)**
refers to the default language of the application.
set the value to `de-de` if you would like to turn the viewer into "German" language by default.
Defaults to `en-us`
-**standalone**
denotes if the Viewer will be used as a single page application or if it will be embedded into an existing page. If you want to use it in the latter case, please toggle the value to `false`. That way the language toggle in the footer section will not show up.
Defaults to `true`
-**breadcrumbNavigation**
-**show**
defines if a project header should be shown or not.
Defaults to `false`
-**title_homepage_key**
defines the string shown as first item in the breadcrumb. Shows a "Home Icon"
Note: To change this title please navigate to "tido/src/i18n/en or tido/src/i18n/de" and find "title_homepage".
Has to be set!
-**title_viewer_key**
defines the string shown as last item in the breadcrumb. Shows a "Document Icon"
Note: To change this title please navigate to "tido/src/i18n/en or tido/src/i18n/de" and find "title_viewer".