fix
This commit is contained in:
@@ -13,22 +13,24 @@ let
|
||||
startUrl = "https://${containerCfg.subdomain}.${serverCfg.domain}";
|
||||
background = {
|
||||
image = "/media/${backgroundFileName}";
|
||||
blur = "sm"; #sm, md, xl,...
|
||||
blur = "xs"; # "", sm, md, xl,...
|
||||
# saturate = "";
|
||||
# brightness = "";
|
||||
# opacity = "";
|
||||
brightness = 50;
|
||||
# opacity = 40;
|
||||
};
|
||||
cardBlur = "xs"; #xs, md, ...
|
||||
cardBlur = "md";
|
||||
# favicon = "";
|
||||
theme = "dark";
|
||||
color = "slate";
|
||||
fullWidth = true;
|
||||
useEqualHeights = true;
|
||||
pwa = {
|
||||
|
||||
};
|
||||
layout = {
|
||||
Admin = {
|
||||
style = "grid";
|
||||
columns = 1;
|
||||
style = "row";
|
||||
columns = 4;
|
||||
};
|
||||
};
|
||||
providers = {
|
||||
|
||||
Reference in New Issue
Block a user