В шаблоне виджета есть код.
<div class="field slide_<?php echo $field['type']; ?> f_<?php echo $field['mame']; ?> <?php echo $field['options']['wrap_type']; ?>_field" <?php if($field['options']['wrap_width']){ ?> style="width: <?php echo $field['options']['wrap_width']; ?>;"<?php } ?>> <?php if ($field['label_pos'] != 'none'){ ?> <div class="title_<?php echo $field['label_pos']; ?>"> <?php echo $field['title'] . ($field['label_pos']=='left' ? ': ' : ''); ?> </div> <?php } ?> <?php if ($field['name'] == 'title' && $ctype['options']['item_on']){ ?> <h3 class="value"> <?php if ($item['parent_id']){ ?> <a class="parent_title" href="<?php echo rel_to_href($item['parent_url']); ?>"><?php html($item['parent_title']); ?></a> → <?php } ?> <?php html($item[$field['name']]); ?> <span class="is_private text-secondary" title="<?php html($item['private_item_hint']); ?>"> <?php html_svg_icon('solid', 'lock'); ?> </span> <?php } else { ?> <a href="<?php echo href_to($ctype['name'], $item['slug'].'.html'); ?>"> <?php html($item[$field['name']]); ?> </a> <?php if ($item['is_private']) { ?> <span class="is_private text-secondary" title="<?php echo LANG_PRIVACY_HINT; ?>"> <?php html_svg_icon('solid', 'lock'); ?> </span> <?php } ?> <?php } ?> </h3> <?php } else { ?> <div class="value"> <?php echo $field['html']; ?> </div> <?php } ?> </div>
<div class="field slide_caption f_title auto_field"><?php echo $field['caption']; ?></div> <div class="field slide_html f_peedv auto_field"><?php echo $field['html']; ?></div> <div class="field slide_image f_photo left_field"> <?php echo $field['image']; ?></div>
Надеюсь вопрос верно написал.