Skip to content

Commit

Permalink
Add output types for transforms in slate
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 22, 2023
1 parent 930b93c commit 57f7d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ogc/bblocks/templates/slate/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ ${transform['code']}
* Source MIME type: `${transform['mime-types']['source'][0]}`
% endif
* Target MIME type: `${transform['mime-types']['target']}`
* Types of outputs generated:
% for t in transform['output-types']:
* ${t['label']} (`${t['identifier']}`)
% endfor
* Link: [${transform['ref']}](${transform['ref']})

% endfor
Expand Down

0 comments on commit 57f7d0c

Please sign in to comment.