skeleton/uiprops.py.tmpl
changeset 5466 b5af2ac0c43c
parent 0 b97547f5f1fa
child 8207 c04676b16c59
equal deleted inserted replaced
5454:76b828dc3b9f 5466:b5af2ac0c43c
       
     1 ###############################################################################
       
     2 #
       
     3 # Put here information about external resources / styles used by your cube,
       
     4 # or to overides existing UI properties.
       
     5 #
       
     6 # Existing properties are available through the `sheet` dictionary available
       
     7 # in the global namespace. You also have access to a `data` function which
       
     8 # will return proper url for resources in the 'data' directory.
       
     9 #
       
    10 # /!\ this file should not be imported /!\
       
    11 ###############################################################################
       
    12 
       
    13 # CSS stylesheets to include in HTML headers
       
    14 # uncomment the line below to use template specific stylesheet
       
    15 # STYLESHEETS = sheet['STYLESHEETS'] + [data('cubes.%(cubename)s.css')]