Initial commit
This commit is contained in:
54
api/collections/productBenefit.yml
Normal file
54
api/collections/productBenefit.yml
Normal file
@@ -0,0 +1,54 @@
|
||||
name: productBenefit
|
||||
|
||||
meta:
|
||||
allowExportAll: true
|
||||
label:
|
||||
de: Product Vorteile
|
||||
en: Product Benefits
|
||||
muiIcon: label
|
||||
|
||||
defaultSort:
|
||||
field: name
|
||||
order: ASC
|
||||
|
||||
views: &views
|
||||
- type: table
|
||||
columns:
|
||||
- source: title
|
||||
label:
|
||||
de: Titel
|
||||
en: Title
|
||||
- source: description
|
||||
label:
|
||||
de: Beschreibung
|
||||
en: Description
|
||||
|
||||
permissions:
|
||||
public:
|
||||
methods:
|
||||
get: true
|
||||
post: false
|
||||
put: false
|
||||
delete: false
|
||||
user:
|
||||
methods:
|
||||
get: true
|
||||
post: true
|
||||
put: true
|
||||
delete: true
|
||||
|
||||
fields:
|
||||
- name: title
|
||||
type: string
|
||||
meta:
|
||||
label:
|
||||
de: Titel
|
||||
en: Title
|
||||
|
||||
- name: description
|
||||
type: string
|
||||
meta:
|
||||
widget: richtext
|
||||
label:
|
||||
de: Beschreibung
|
||||
en: Description
|
||||
Reference in New Issue
Block a user