start creating branding
This commit is contained in:
parent
ec2e8d1f54
commit
05f7743878
@ -556,3 +556,13 @@ func GenerateRandomBytes(n int) ([]byte, error) {
|
|||||||
|
|
||||||
return b, nil
|
return b, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Branding struct {
|
||||||
|
Name string
|
||||||
|
ExternalLinks bool
|
||||||
|
}
|
||||||
|
|
||||||
|
var DefaultBranding = Branding{
|
||||||
|
Name: "File Browser",
|
||||||
|
ExternalLinks: true,
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user