Google Sheet integration fix (#493)
* Google Sheet integration fix * fix testcase --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
:alt="field.name"
|
||||
:src="field.image_block"
|
||||
class="max-w-full"
|
||||
:class="theme.default.borderRadius"
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -517,6 +517,17 @@
|
||||
:form="field"
|
||||
:editor-toolbar="editorToolbarCustom"
|
||||
label="Field Help"
|
||||
:editor-options="{
|
||||
formats: [
|
||||
'bold',
|
||||
'color',
|
||||
'font',
|
||||
'italic',
|
||||
'link',
|
||||
'underline',
|
||||
'list'
|
||||
]
|
||||
}"
|
||||
help="Your field help will be shown below/above the field, just like this text."
|
||||
:help-position="field.help_position"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user