File manager - Edit - /home/opticamezl/www/newok/templates/yootheme/packages/builder/elements/map/updates.php
Back
<?php namespace YOOtheme; return [ // Remove obsolete props '4.5.0-beta.0.4' => function ($node) { unset($node->props['width_max']); }, '4.3.0-beta.0.5' => function ($node, $params) { if ($height = Arr::get($node->props, 'viewport_height')) { if ($height === 'full' || $height === 'percent') { $node->props['viewport_height'] = 'viewport'; } if ($height === 'percent') { $node->props['viewport_height_viewport'] = 80; } if ( ($params['updateContext']['sectionIndex'] ?? 0) < 2 && empty($params['updateContext']['height']) ) { $node->props['viewport_height_offset_top'] = true; } $params['updateContext']['height'] = true; } }, '2.8.0-beta.0.13' => function ($node) { foreach (['title_style', 'meta_style', 'content_style'] as $prop) { if (in_array(Arr::get($node->props, $prop), ['meta', 'lead'])) { $node->props[$prop] = 'text-' . Arr::get($node->props, $prop); } } }, '1.20.0-beta.1.1' => function ($node) { Arr::updateKeys($node->props, ['maxwidth_align' => 'block_align']); }, '1.18.0' => function ($node) { if ( !isset($node->props['width_breakpoint']) && Arr::get($node->props, 'width_max') === false ) { $node->props['width_breakpoint'] = true; } }, ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings