diff options
Diffstat (limited to 'plugins/warp/src/templates/file.json')
| -rw-r--r-- | plugins/warp/src/templates/file.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/warp/src/templates/file.json b/plugins/warp/src/templates/file.json deleted file mode 100644 index 764d35cd..00000000 --- a/plugins/warp/src/templates/file.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title": "{{ title }}", - "chunks": [ - {% for chunk in chunks %} - { - "title": "{{ chunk.title }}", - "target": "{{ chunk.target }}", - "total_item_count": {{ chunk.total_item_count }}, - "item_view": [ - {% for item in chunk.item_view %} - { - "guid": "{{ item.guid }}", - "name": "{{ item.name or 'N/A' }}", - "note": "{{ item.note or 'N/A' }}" - }{% if not loop.last %},{% endif %} - {% endfor %} - ] - }{% if not loop.last %},{% endif %} - {% endfor %} - ] -}
\ No newline at end of file |
