tibi-types/demo-api/collections/mycol.yml
Sebastian Frank f250ddee2c
All checks were successful
continuous-integration/drone/push Build is passing
allow x- properties in schema
2022-10-12 16:23:32 +02:00

26 lines
436 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
projections:
test:
select:
field1: 1
hooks:
get:
return:
type: javascript
file: hooks/mycol/get_return.js
x-additional: test