golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/elements/preset-sections/shitty
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
base.php
116 B
Del
OK
dumbfuck_column_layout.php
1.28 KB
Del
OK
dumbfuck_section_layout.php
2.08 KB
Del
OK
Edit: dumbfuck_column_layout.php
<?php namespace Breakdance\Elements\PresetSections; use function Breakdance\Elements\control; use function Breakdance\Elements\controlSection; use function Breakdance\Elements\repeaterControl; use function Breakdance\Elements\responsiveControl; add_action('init', function() { PresetSectionsController::getInstance()->register( "EssentialElements\\dumbfuck_column_layout", controlSection('dumbfuck_column_layout', 'Layout', [ responsiveControl("alignment", "Alignment", [ 'type' => 'dropdown', 'items' => [ array('text' => 'Left', 'value' => 'flex-start'), array('text' => 'Center', 'value' => 'center'), array('text' => 'Right', 'value' => 'flex-end'), ], ]), responsiveControl("vertical_alignment", "Vertical Alignment", [ 'type' => 'dropdown', 'items' => [ array('text' => 'top', 'value' => 'flex-start'), array('text' => 'center', 'value' => 'center'), array('text' => 'bottom', 'value' => 'flex-end'), ], ]), ]), true ); });
Save