src/pyams_skin/interfaces/configuration.py
changeset 110 e575b6ab5745
parent 85 0dd5876f9d70
child 134 d227e7037aa4
--- a/src/pyams_skin/interfaces/configuration.py	Mon Jan 18 18:36:55 2016 +0100
+++ b/src/pyams_skin/interfaces/configuration.py	Mon Jan 18 18:37:46 2016 +0100
@@ -172,3 +172,9 @@
                                 description=_("Should icons be displayed into content's title area ?"),
                                 required=True,
                                 default=True)
+
+    display_shared_tool_title = Bool(title=_("Display shared tool title?"),
+                                     description=_("Should shared tool title be displayed into shared content's title "
+                                                   "area?"),
+                                     required=True,
+                                     default=True)