-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Add config file for the UI customization (#30)
* add config file Signed-off-by: wambuipixel <[email protected]> * fix: exclude json files from license checks Signed-off-by: wambuipixel <[email protected]> * add logo Signed-off-by: wambuipixel <[email protected]> * fix: remove check license for svg files Signed-off-by: wambuipixel <[email protected]> * fix: add slash to src Signed-off-by: wambuipixel <[email protected]> * rename logo Signed-off-by: wambuipixel <[email protected]> --------- Signed-off-by: wambuipixel <[email protected]>
- Loading branch information
1 parent
af83e34
commit cae0a2f
Showing
3 changed files
with
40 additions
and
1 deletion.
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
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,21 @@ | ||
{ | ||
"Configuration": { | ||
"font": "roboto", | ||
"logo": { | ||
"src": { | ||
"defaultLogo": "/logo.svg", | ||
"altLogo": "/logo.svg" | ||
}, | ||
"alt": "Cube AI Logo", | ||
"height": 64, | ||
"width": 250, | ||
"mobileWidth": 50, | ||
"mobileHeight": 64, | ||
"homeTopbarWidth": 40, | ||
"homeTopbarHeight": 64, | ||
"navbarWidth": 60, | ||
"navbarHeight": 64, | ||
"link": "https://github.com/ultravioletrs/cube" | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.