thumb
Группа или превью для изображения
Last updated
Группа или превью для изображения
Last updated
<?php
return [
'settings' => [],
'templates' => [
'thumb' => [
'type' => 'thumb',
'title' => 'Thumb',
'label' => 'Thumb'
],
'thumbGroup' => [
'type' => 'thumb',
'title' => 'Thumb Group',
'label' => 'Thumb Group',
'items.class' => 'd-block',
'items' => [
'thumbGroup_thumb' => [
'type' => 'thumb',
'image' => 'thumbGroup_image',
'actions' => ['edit'],
'class' => 'col-2 float-left'
],
'thumbGroup_image' => [
'type' => 'image',
'thumb' => ['thumbGroup', 'thumbGroup_thumb'],
'placeholder' => 'Image',
'class' => 'col-10 float-right'
],
'thumbGroup_text' => [
'type' => 'richtext',
'placeholder' => 'Text',
'class' => 'col-10 float-right'
],
'thumbGroup_link' => [
'type' => 'text',
'placeholder' => 'Link',
'class' => 'col-8 float-right'
],
'thumbGroup_link_text' => [
'type' => 'text',
'placeholder' => 'Link text',
'class' => 'col-2 float-right'
]
]
],
'thumbImage' => [
'type' => 'thumb:image',
'title' => 'Thumb Image',
'label' => 'Thumb Image',
'multi' => 'thumbImage'
],
'thumbFile' => [
'type' => 'thumb:file',
'title' => 'Thumb File',
'label' => 'Thumb File'
]
]
];