| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/wp-content/plugins/cornerstone/includes/elements/classic/row/ |
Upload File : |
<?php
/**
* Element Controls: Row
*/
return array(
'common' => array( 'padding', 'border', 'text_align', 'visibility' ),
'columns' => array(
'type' => '_columns',
'ui' => array(
'title' => __( 'Columns', 'cornerstone' ),
'tooltip' => ''
)
),
'inner_container' => array(
'type' => 'toggle',
'ui' => array(
'title' => __( 'Column Container', 'cornerstone' ),
'tooltip' => __( 'Disabling this control will allow your columns to be as wide as the browser window.', 'cornerstone' ),
)
),
'marginless_columns' => array(
'type' => 'toggle',
'ui' => array(
'title' => __( 'Marginless Columns', 'cornerstone' ),
'tooltip' => __( 'This will remove the margin around your columns, allowing their borders to be flush with one another. This is often used to create block or grid layouts.', 'cornerstone' ),
)
),
'bg_color' => array(
'mixin' => 'background_color',
'options' => array(
'palette' => true
)
),
'margin' => array(
'mixin' => 'margin',
'options' => array( 'lock' => array( 'left' => 'auto', 'right' => 'auto' ) )
)
);