diff options
Diffstat (limited to 'robot/assets/templates/asdc/resource_instance.jinja')
-rw-r--r-- | robot/assets/templates/asdc/resource_instance.jinja | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/robot/assets/templates/asdc/resource_instance.jinja b/robot/assets/templates/asdc/resource_instance.jinja deleted file mode 100644 index c2c279c7..00000000 --- a/robot/assets/templates/asdc/resource_instance.jinja +++ /dev/null @@ -1,10 +0,0 @@ -{ - "uniqueId": "{{catalog_resource_id}}{{milli_timestamp}}", - "posX": {{posX}}, - "posY": {{posY}}, - "name": "{{catalog_resource_name}}", - "componentVersion": "1.0", - "originType": "{{originType}}", - "icon": "defaulticon", - "componentUid": "{{catalog_resource_id}}" -}
\ No newline at end of file |