{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'description' => [
'title' => __('Description'),
'type' => 'textarea',
],
'icon_image' => [
'type' => 'image',
'title' => __('Icon image'),
],
'label' => [
'title' => __('Label'),
'type' => 'text',
],
'url' => [
'title' => __('URL'),
'type' => 'text',
],
'display' => [
'type' => 'select',
'title' => __('Display'),
'options' => [
'show_full' => __('Show full'),
'show_title' => __('Show title'),
],
],
], $attributes) !!}