allow x- properties in schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-12 16:23:32 +02:00
parent eb7d7122e9
commit f250ddee2c
10 changed files with 58 additions and 13 deletions

View File

@@ -2,19 +2,24 @@ name: mycol
uploadPath: ../media/mycol
meta:
label: { de: mycol, en: mycol }
rowIdentTpl: { twig: "{{ title }}" }
views:
- type: table
columns:
- title
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
get:
return:
type: javascript
file: hooks/mycol/get_return.js
x-additional: test