This commit is contained in:
Awey01 2024-08-13 09:57:25 +00:00
parent b0efcf8c6e
commit 9ab2ee130e
1 changed files with 7 additions and 3 deletions

View File

@ -10,11 +10,15 @@ app_license = "unlicense"
# ------------------ # ------------------
# include js, css files in header of desk.html # include js, css files in header of desk.html
# app_include_css = "/assets/jey_theme/css/jey_theme.css" app_include_css = "/assets/jey_theme/css/jey_theme.css"
# app_include_js = "/assets/jey_theme/js/jey_theme.js" app_include_js = "/assets/jey_theme/js/jey_theme.js"
override_doctype_class = {
"Report": "jey_theme.custom_report.CustomReport"
}
# include js, css files in header of web template # include js, css files in header of web template
# web_include_css = "/assets/jey_theme/css/jey_theme.css" web_include_css = "/assets/jey_theme/css/jey_theme.css"
# web_include_js = "/assets/jey_theme/js/jey_theme.js" # web_include_js = "/assets/jey_theme/js/jey_theme.js"
# include custom scss in every website theme (without file extension ".scss") # include custom scss in every website theme (without file extension ".scss")