# HG changeset patch # User Thierry Florac # Date 1528467631 -7200 # Node ID 9386c04e9decf8b4b5fcadeff76b2f3e73ad5e66 # Parent c4baa5f90aaea931071ac85b253e515b89949dc6 Add illustration support to site root diff -r c4baa5f90aae -r 9386c04e9dec src/pyams_content/root/__init__.py --- a/src/pyams_content/root/__init__.py Fri Jun 08 14:57:53 2018 +0200 +++ b/src/pyams_content/root/__init__.py Fri Jun 08 16:20:31 2018 +0200 @@ -18,6 +18,7 @@ # import standard library # import interfaces +from pyams_content.component.illustration import IIllustrationTarget from pyams_content.features.alert.interfaces import IAlertTarget from pyams_content.features.footer.interfaces import IFooterTarget from pyams_content.features.header.interfaces import IHeaderTarget @@ -46,7 +47,7 @@ @implementer(IDefaultProtectionPolicy, ISiteRoot, ISiteRootRoles, IPortalContext, - IHeaderTarget, IFooterTarget, IAlertTarget, IPreviewTarget) + IIllustrationTarget, IHeaderTarget, IFooterTarget, IAlertTarget, IPreviewTarget) class SiteRoot(ProtectedObject, BaseSiteRoot, UserSkinnableContent): """Main site root"""