Your IP : 216.73.217.17


Current Path : /home/poliximo/public_html/templates/yootheme/cache/
Upload File :
Current File : /home/poliximo/public_html/templates/yootheme/cache/element-a49c920e.php

<?php // @file /home/poliximo/public_html/templates/yootheme/vendor/yootheme/builder/elements/table_item/element.json

return [
  'name' => 'table_item', 
  'title' => 'Item', 
  'width' => 500, 
  'placeholder' => [
    'props' => [
      'title' => 'Title', 
      'meta' => '', 
      'content' => 'Lorem ipsum dolor sit amet.', 
      'image' => ''
    ]
  ], 
  'templates' => [
    'render' => $this->applyFilter('./templates/template.php', ['path']), 
    'content' => $this->applyFilter('./templates/content.php', ['path'])
  ], 
  'fields' => [
    'title' => [
      'label' => 'Title'
    ], 
    'meta' => [
      'label' => 'Meta'
    ], 
    'content' => [
      'label' => 'Content', 
      'type' => 'editor'
    ], 
    'image' => $this->get('builder.image'), 
    'image_alt' => [
      'label' => 'Image Alt', 
      'enable' => 'image'
    ], 
    'link' => $this->get('builder.link'), 
    'link_text' => [
      'label' => 'Link Text', 
      'description' => 'Set a different link text for this item.', 
      'enable' => 'link'
    ]
  ], 
  'fieldset' => [
    'default' => [
      'fields' => ['title', 'meta', 'content', 'image', 'image_alt', 'link', 'link_text']
    ]
  ]
];