From 614734543df96e8cd36e761a8d59844d57a57bf9 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Nov 08 2017 08:59:55 +0000 Subject: Hide the title for the rules and the sticky widget --- diff --git a/hubs/widgets/rules/__init__.py b/hubs/widgets/rules/__init__.py index 32b5c71..e0e619c 100644 --- a/hubs/widgets/rules/__init__.py +++ b/hubs/widgets/rules/__init__.py @@ -16,6 +16,7 @@ class Rules(Widget): name = "rules" position = "both" display_css = "card-info" + display_title = None parameters = [ dict( name="link", diff --git a/hubs/widgets/sticky/__init__.py b/hubs/widgets/sticky/__init__.py index 4cfba8e..304dd6e 100644 --- a/hubs/widgets/sticky/__init__.py +++ b/hubs/widgets/sticky/__init__.py @@ -14,6 +14,7 @@ class Sticky(Widget): label = "Sticky Note" position = "both" display_css = "card-info" + display_title = None is_large = True parameters = [ dict(