new export options

This commit is contained in:
2018-07-29 22:07:21 +02:00
parent 8047a0487f
commit 8f76ce3569
7 changed files with 137 additions and 7 deletions
@@ -3,7 +3,10 @@
<ul class="mt-2">
@foreach([
'json' => 'JSON array of objects',
'js' => 'JavaScript module',
'php' => 'PHP include',
'csv' => 'CSV table',
'csv-tab' => 'CSV table, tabbed',
'c' => 'C structs array',
] as $type => $title)