forked from openeduhub/oeh-metadata-vocabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manuel Kummerländer
committed
Mar 14, 2024
1 parent
eddf6e2
commit 9f7c0dc
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# see https://github.com/nextapps-de/flexsearch#tokenizer-prefix-search for options | ||
tokenizer: "strict" # strict, forward, reverse, full | ||
custom_domain: "" | ||
fail_on_validation: false | ||
searchableAttributes: | ||
- "prefLabel" # you should not delete this one | ||
ui: | ||
title: "OpenEduHub Vocabs" # Title is mandatory | ||
logo: "skohub-signet-color.svg" # Path | ||
colors: | ||
skoHubWhite: "rgb(255, 255, 255)" | ||
skoHubDarkColor: "rgb(15, 85, 75)" | ||
skoHubMiddleColor: "rgb(20, 150, 140)" | ||
skoHubLightColor: "rgb(40, 200, 175)" | ||
skoHubThinColor: "rgb(55, 250, 210)" | ||
skoHubBlackColor: "rgb(5, 30, 30)" | ||
skoHubAction: "rgb(230, 0, 125)" | ||
skoHubNotice: "rgb(250, 180, 50)" | ||
skoHubDarkGrey: "rgb(155, 155, 155)" | ||
skoHubMiddleGrey: "rgb(200, 200, 200)" | ||
skoHubLightGrey: "rgb(235, 235, 235)" | ||
fonts: | ||
regular: | ||
font_family: "Ubuntu" | ||
font_style: "normal" | ||
font_weight: 400 | ||
name: "ubuntu-v20-latin-regular" | ||
bold: | ||
font_family: "Ubuntu" | ||
font_style: "normal" | ||
font_weight: 700 | ||
name: "ubuntu-v20-latin-700" |