pdf package
This commit is contained in:
31
demo-api/collections/mycol.yml
Normal file
31
demo-api/collections/mycol.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user