From 40f836b057896469bca69772d9fc7168b2f8c644 Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Fri, 06 Nov 2009 10:56:11 +0000 Subject: Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo. --- (limited to 'addons/typetextaction.py') diff --git a/addons/typetextaction.py b/addons/typetextaction.py index 8b746e6..8c794d9 100644 --- a/addons/typetextaction.py +++ b/addons/typetextaction.py @@ -53,5 +53,6 @@ __action__ = { 'display_name' : 'Type text', 'icon' : 'format-justify-center', 'class' : TypeTextAction, - 'mandatory_props' : ['widgetUAM', 'text'] + 'mandatory_props' : ['widgetUAM', 'text'] , + 'test' : True } -- cgit v0.9.1