File: /var/www/quadcode-jobs/resources/assets/js/blocks/BlockGallery.vue
<template>
<!-- eslint-disable -->
<div class="block__body">
@twillBlockTitle('Gallery')
@twillBlockIcon('flex-grid')
@twillBlockGroup('app')<a17-locale type="a17-textfield" :attributes="{ label: 'Title', name: fieldName('title'), type: 'text', inStore: 'value' }" ></a17-locale><a17-locale type="a17-wysiwyg" :attributes="{ label: 'Text', name: fieldName('text'), options: {"modules":{"toolbar":["bold","italic",{"list":"bullet"},{"list":"ordered"},{"script":"super"},{"script":"sub"},"link","clean"],"syntax":false}}, placeholder: 'Text', inStore: 'value' }" ></a17-locale>
</div>
</template>
<script>
import BlockMixin from '@/mixins/block'
export default {
mixins: [BlockMixin]
}
</script>