Advertisement
davilima6

manifest.cfg

Nov 3rd, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [theme]
  2. title = mytheme
  3. description = A diazo theme
  4. preview = preview.png
  5. rules = /++theme++mytheme/rules.xml
  6. prefix = ++theme++mytheme
  7. doctype = <!DOCTYPE html>
  8. enabled-bundles =
  9. disabled-bundles =
  10.  
  11. development-css = ++theme++mytheme/less/mytheme-main.less
  12. production-css = ++theme++mytheme/mybundle-compiled.css
  13. tinymce-content-css = ++theme++mytheme/mybundle-compiled.css
  14.  
  15. # development-js = ++theme++mytheme/js/mytheme-custom.js
  16. # production-js = ++theme++mytheme/mybundle-compiled.js
  17. development-js =
  18. production-js =
  19.  
  20. [theme:overrides]
  21. directory = overrides
  22.  
  23. [theme:parameters]
  24. ajax_load = python: request.form.get('ajax_load')
  25. portal_url = python: portal.absolute_url()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement