tibi-types/demo-api/collections/mycol.yml
Sebastian Frank 590f8233ce
All checks were successful
continuous-integration/drone/push Build is passing
api config schemas
2022-02-01 18:59:17 +01:00

21 lines
318 B
YAML

name: mycol
uploadPath: ../media/mycol
meta:
label: { de: mycol, en: mycol }
rowIdentTpl: { twig: "{{ title }}" }
views:
- type: table
columns:
- title
permissions: !include global/test-permissions.yml
hooks:
get:
return:
type: javascript
file: hooks/mycol/get_return.js