fix: hooks.py boilerplate escape chars
Creating new app currently breaks due to comments in hooks.py do not properly escape sample configuration on webform hooks.
This commit is contained in:
parent
5fabf8ce00
commit
4479405872
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ app_license = "{app_license}"
|
|||
# web_include_js = "/assets/{app_name}/js/{app_name}.js"
|
||||
|
||||
# include js, css files in header of web form
|
||||
# webform_include_js = {"doctype": "public/js/doctype.js"}
|
||||
# webform_include_css = {"doctype": "public/css/doctype.css"}
|
||||
# webform_include_js = {{"doctype": "public/js/doctype.js"}}
|
||||
# webform_include_css = {{"doctype": "public/css/doctype.css"}}
|
||||
|
||||
# include js in page
|
||||
# page_js = {{"page" : "public/js/file.js"}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue