kollapsminoriteten/wp-content/themes/blocksy/inc/panel-builder/header/top-row/options.php

23 lines
397 B
PHP
Raw Normal View History

2025-08-27 08:44:30 +02:00
<?php
$options = blocksy_get_options(
get_template_directory() . '/inc/panel-builder/header/middle-row/options.php',
[
'default_height' => [
'mobile' => 50,
'tablet' => 50,
'desktop' => 50,
],
'default_background' => blocksy_background_default_value([
'backgroundColor' => [
'default' => [
'color' => 'var(--theme-palette-color-8)',
],
],
])
],
false
);