work
This commit is contained in:
parent
b0efcf8c6e
commit
9ab2ee130e
|
|
@ -10,11 +10,15 @@ app_license = "unlicense"
|
|||
# ------------------
|
||||
|
||||
# include js, css files in header of desk.html
|
||||
# app_include_css = "/assets/jey_theme/css/jey_theme.css"
|
||||
# app_include_js = "/assets/jey_theme/js/jey_theme.js"
|
||||
app_include_css = "/assets/jey_theme/css/jey_theme.css"
|
||||
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
|
||||
# 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"
|
||||
|
||||
# include custom scss in every website theme (without file extension ".scss")
|
||||
|
|
|
|||
Loading…
Reference in New Issue