Sebastian Frank
590f8233ce
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
318 B
YAML
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
|
|
|