cubicweb/skeleton/cubicweb_CUBENAME/uiprops.py.tmpl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Oct 2017 11:59:55 +0200
branch3.25
changeset 12215 b9ffd3216187
parent 11454 7770559e3945
permissions -rw-r--r--
Added tag 3.25.3, centos/3.25.3-1, debian/3.25.3-1 for changeset d238badfc268

# -*- coding: utf-8 -*-
###############################################################################
#
# Put here information about external resources / styles used by your cube,
# or to overides existing UI properties.
#
# Existing properties are available through the `sheet` dictionary available
# in the global namespace. You also have access to a `data` function which
# will return proper url for resources in the 'data' directory.
#
# /!\ this file should not be imported /!\
###############################################################################

# CSS stylesheets to include in HTML headers
# uncomment the line below to use template specific stylesheet
# STYLESHEETS = sheet['STYLESHEETS'] + [data('cubes.%(cubename)s.css')]