name=fi_oulu_Tasks
title=Tasks
description=A to-do list of items needing attention
admin_only=no
version=2
height=1
width=1
url=/api/task
headerTemplates=['Item','Task']
rowTemplates=['<a href="/{{type}}/{{id}}">{{name}}</a>', '{{description}}' ]
---- Below this line is deemed to be HTML content if url above is empty, Javascript otherwise. If Javascript, you MUST define an object BRICKNAME_functions containing at least a function onSuccess(responseJson){}.