changeset 172 | dc05ad847d02 |
parent 156 | ddf8cc5bca45 |
child 203 | 40bffafce365 |
--- a/src/pyams_default_theme/interfaces/__init__.py Mon Oct 08 15:04:08 2018 +0200 +++ b/src/pyams_default_theme/interfaces/__init__.py Mon Oct 08 17:11:12 2018 +0200 @@ -27,6 +27,10 @@ """Content date interface""" +class IContentBannerIllustration(Interface): + """Content banner illustration adapter interface""" + + class IContentHeaderIllustration(Interface): """Content header illustration adapter interface"""