# HG changeset patch # User Damien Correia # Date 1528192224 -7200 # Node ID 40923f406943a270853b3e694cf0db5f5b19ab91 # Parent f923138e98b3c8d33b491aa3a62a60aa293d38f0 Updated skin diff -r f923138e98b3 -r 40923f406943 src/source/howto-skin.rst --- a/src/source/howto-skin.rst Tue Jun 05 11:45:54 2018 +0200 +++ b/src/source/howto-skin.rst Tue Jun 05 11:50:24 2018 +0200 @@ -35,6 +35,7 @@ ---------------------------------- Build a new interface inherit from `ICustomLayer` + .. code-block:: python class ICustomLayer(ICustomLayer): @@ -43,6 +44,7 @@ Define an utility providing ISkin with the custom label and the layer interface .. code-block:: python + @utility_config(name='Custom skin', provides=ISkin) class CustomSkin(object): """custom root skin""" @@ -64,6 +66,7 @@ mycms.need() .. note:: + In the ZMI website you can now change the default graphical theme by you custom skin .. image:: _static/select_skin.png