File: /var/www/quadcode-jobs/resources/assets/js/blocks/BlockFeatures_Item.vue
<template>
<!-- eslint-disable -->
<div class="block__body">
<a17-locale type="a17-textfield" :attributes="{ label: 'Title', name: fieldName('title'), type: 'text', inStore: 'value' }" ></a17-locale><a17-locale type="a17-textfield" :attributes="{ label: 'Description', name: fieldName('description'), type: 'text', inStore: 'value' }" ></a17-locale>
</div>
</template>
<script>
import BlockMixin from '@/mixins/block'
export default {
mixins: [BlockMixin]
}
</script>