Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/typetextaction.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/typetextaction.py')
-rw-r--r--addons/typetextaction.py3
1 files changed, 2 insertions, 1 deletions
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
}