pdf package

This commit is contained in:
2022-01-13 18:38:02 +01:00
parent 25106547e9
commit efbc2f3b2e
6 changed files with 251 additions and 43 deletions

View File

@@ -0,0 +1,31 @@
name: mycol
uploadPath: ../media/mycol
meta:
label: { de: mycol, en: mycol }
rowIdentTpl: { twig: "{{ title }}" }
views:
- type: table
columns:
- title
permissions:
public:
methods:
get: true
post: false
put: false
delete: false
user:
methods:
get: true
post: true
put: false
delete: false
hooks:
get:
return:
type: javascript
file: hooks/mycol/get_return.js