cell font settings

This commit is contained in:
Pete Matsyburka
2026-01-29 21:43:01 +02:00
parent a8dd8699a3
commit c0793f3ce7
2 changed files with 2 additions and 28 deletions
@@ -373,7 +373,7 @@ export default {
if (this.isMultiSelection) return true
if (!this.field) return false
return ['text', 'number', 'date', 'select', 'heading'].includes(this.field.type)
return ['text', 'number', 'date', 'select', 'heading', 'cells'].includes(this.field.type)
},
showDescription () {
if (!this.field) return false