Skip to content

Commit 8f5e0dc

Browse files
committed
fix: update tluma configuration key from 'repo' to 'source'
1 parent ceab266 commit 8f5e0dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

adminforth/documentation/static/scripts/tluma-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.tlumaConfig = {
2-
repo: "devforth/adminforth", // required: "owner/repo" from GitHub
2+
source: "devforth/adminforth", // required: "owner/repo" from GitHub
33
theme: "auto", // "dark" | "light" | "auto"
44
brandColor: "blue", // "blue" | "red" | "orange" | "green" | "slate"
55
button: "bottom-right", // "bottom-right" | "bottom-left" | "top-right" | "top-left" | "hidden"

dev-personal-finance-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 75ab070871d0fab4613c256ae0b31550a53b7ef9

0 commit comments

Comments
 (0)