| Server IP : 54.36.91.62 / Your IP : 216.73.217.111 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/annonces/templates/yootheme/cache/ |
Upload File : |
<?php // $file = /home/coopiak/votrevilleshopping-fr/annonces/plugins/system/djclassifiedsyt/modules/builder-joomla-source/elements/classifieds-grid_item/element.json
return [
'@import' => $filter->apply('path', './element.php', $file),
'name' => 'classifieds-grid_item',
'title' => 'Item',
'width' => 500,
'placeholder' => [
'props' => [
'title' => 'Title',
'meta' => '',
'content' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.',
'image' => '',
'icon' => ''
]
],
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file),
'content' => $filter->apply('path', './templates/content.php', $file)
],
'fields' => [
'id' => [
'label' => 'ID',
'source' => true
],
'attributes' => [
'label' => 'Extra Fields',
'type' => 'content-items',
'item' => 'classifieds-attribute_item',
'show' => 'id'
],
'title' => [
'label' => 'Title',
'source' => true
],
'description' => [
'label' => 'Description',
'type' => 'editor',
'source' => true
],
'type' => [
'label' => 'Type',
'source' => true
],
'rating' => [
'label' => 'Rating',
'source' => true
],
'meta' => [
'label' => 'Meta',
'source' => true
],
'content' => [
'label' => 'Content',
'type' => 'editor',
'source' => true
],
'image' => $config->get('builder.image'),
'image_alt' => [
'label' => 'Image Alt',
'source' => true,
'enable' => 'image'
],
'icon' => [
'label' => 'Icon',
'description' => 'Instead of using a custom image, you can click on the pencil to pick an icon from the icon library.',
'type' => 'icon',
'source' => true,
'enable' => '!image'
],
'link' => $config->get('builder.link'),
'link_text' => [
'label' => 'Link Text',
'description' => 'Set a different link text for this item.',
'source' => true,
'enable' => 'link'
],
'panel_style' => [
'label' => 'Style',
'description' => 'Select one of the boxed card or tile styles or a blank panel.',
'type' => 'select',
'options' => [
'None' => '',
'Card Default' => 'card-default',
'Card Primary' => 'card-primary',
'Card Secondary' => 'card-secondary',
'Card Hover' => 'card-hover',
'Tile Default' => 'tile-default',
'Tile Muted' => 'tile-muted',
'Tile Primary' => 'tile-primary',
'Tile Secondary' => 'tile-secondary'
]
],
'promotions' => [
'label' => 'Promotions',
'source' => true
],
'status' => $config->get('builder.statusItem'),
'source' => $config->get('builder.source'),
'show_favorites' => [
'type' => 'checkbox',
'text' => 'Add to favourites',
'show' => 'id'
],
'favorites_icon' => [
'label' => 'Favourites icon',
'description' => 'Instead of using a custom image, you can click on the pencil to pick an icon from the icon library.',
'type' => 'icon',
'source' => true,
'enable' => 'id && show_favorites'
]
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['id', 'favorites_icon', 'show_favorites', 'title', 'meta', 'content', 'description', 'image', 'image_alt', 'icon', 'link', 'link_text', 'rating', 'type', 'attributes', 'promotions']
], [
'title' => 'Settings',
'fields' => [[
'label' => 'Panel',
'type' => 'group',
'fields' => ['panel_style']
]]
], $config->get('builder.advancedItem')]
]
]
];