show field area pages list inthe form

This commit is contained in:
Pete Matsyburka
2024-01-06 17:21:15 +02:00
parent a478112b07
commit e7ef7b552f
8 changed files with 120 additions and 26 deletions
+4 -1
View File
@@ -10,6 +10,7 @@
v-else
class="py-1"
/>
<AppearsOn :field="field" />
<div class="items-center flex">
<input
v-if="!isTextArea"
@@ -56,11 +57,13 @@
<script>
import { IconAlignBoxLeftTop } from '@tabler/icons-vue'
import AppearsOn from './appears_on'
export default {
name: 'TextStep',
components: {
IconAlignBoxLeftTop
IconAlignBoxLeftTop,
AppearsOn
},
inject: ['t'],
props: {