PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
builder
/
shortcodes
/
commons
<?php // Border Control return array( 'type' => 'group', 'heading' => __( 'خط حاشیه', 'flatsome' ), 'options' => array( 'border' => array( 'type' => 'margins', 'heading' => 'عرض', 'full_width' => true, 'min' => 0, 'max' => 100, 'step' => 1, ), 'border_margin' => array( 'type' => 'margins', 'heading' => 'فاصله', 'conditions' => 'border', 'full_width' => true, 'min' => -100, 'max' => 100, 'step' => 1, ), 'border_style' => array( 'type' => 'radio-buttons', 'heading' => 'استایل', 'full_width' => true, 'conditions' => 'border', 'default' => '', 'options' => array( '' => array( 'title' => 'خط حاشیه'), 'dashed' => array( 'title' => 'خط حاشیه دش شده'), 'dotted' => array( 'title' => 'داتید'), ), ), 'border_radius' => array( 'type' => 'slider', 'heading' => 'گردی - ردیوس', 'conditions' => 'border', 'unit' => 'px', 'min' => 0, 'max' => 100, 'step' => 1, ), 'border_color' => array( 'type' => 'colorpicker', 'heading' => __( 'رنگ', 'flatsome' ), 'conditions' => 'border', 'responsive' => true, 'alpha' => true, 'format' => 'rgb', 'position' => 'bottom right', ), 'border_hover' => array( 'type' => 'select', 'heading' => __( 'شناور', 'flatsome' ), 'default' => '', 'conditions' => 'border', 'options' => require( __DIR__ . '/../values/text-hover.php' ), ), ), );
[-] video.php
[edit]
[-] repeater-options.php
[edit]
[-] visibility.php
[edit]
[-] repeater-slider.php
[edit]
[-] shape-divider.php
[edit]
[-] border.php
[edit]
[-] slide.php
[edit]
[-] background.php
[edit]
[-] position.php
[edit]
[-] typography.php
[edit]
[-] relay.php
[edit]
[-] links.php
[edit]
[-] advanced.php
[edit]
[-] box-styles.php
[edit]
[+]
..
[-] toggle-buttons.php
[edit]
[-] repeater-posts.php
[edit]