From 38af58225a51df02b53b8797343e61644845e396 Mon Sep 17 00:00:00 2001 From: james-strauss-uwa Date: Wed, 24 Aug 2022 11:27:06 +0800 Subject: [PATCH] Move new Data component into the 'template' palette --- daliuge-engine/dlg/drop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daliuge-engine/dlg/drop.py b/daliuge-engine/dlg/drop.py index b13bf50e3..6dd9471fd 100644 --- a/daliuge-engine/dlg/drop.py +++ b/daliuge-engine/dlg/drop.py @@ -1181,7 +1181,7 @@ def path(self) -> str: # @details A generic Data drop, whose functionality can be provided by an arbitrary class, as specified in the 'dataclass' component parameter # @par EAGLE_START # @param category Data -# @param tag daliuge +# @param tag template # @param dataclass Data Class/my.awesome.data.Component/String/ComponentParameter/readonly//False/False/The python class that implements this data component # @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node # @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?