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