add field conditions placeholder

This commit is contained in:
Pete Matsyburka
2024-03-01 23:29:37 +02:00
parent fb6ede564e
commit ae3f939d23
12 changed files with 354 additions and 39 deletions
@@ -323,6 +323,7 @@ export default {
withPhone: this.withPhone,
withPayment: this.withPayment,
withFormula: this.withFormula,
withConditions: this.withConditions,
defaultDrawFieldType: this.defaultDrawFieldType,
selectedAreaRef: computed(() => this.selectedAreaRef),
fieldsDragFieldRef: computed(() => this.fieldsDragFieldRef)
@@ -457,6 +458,11 @@ export default {
required: false,
default: false
},
withConditions: {
type: Boolean,
required: false,
default: false
},
onlyDefinedFields: {
type: Boolean,
required: false,