Your IP : 216.73.216.103
<?php
class PxlShape_Widget extends Pxltheme_Core_Widget_Base{
protected $name = 'pxl_shape';
protected $title = 'Case Shape';
protected $icon = 'eicon-shape';
protected $categories = array( 'pxltheme-core' );
protected $params = '{"sections":[{"name":"tab_shape_content","label":"Slider","tab":"content","controls":[{"name":"shape_style","label":"Shape Style","type":"select","options":{"shape-default":"Default","shape-circle":"Circle","shape-rounded-corner":"Rounded Corner","custom":"Custom"},"default":"shape-default"},{"name":"shape_type","label":"Shape Type","type":"select","options":{"color":"Color","img":"Image"},"default":"color"},{"name":"shape_color","label":"Color","type":"color","selectors":{"{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item":"background-color: {{VALUE}};"},"condition":{"shape_type":"color","shape_style!":"shape-rounded-corner"}},{"name":"shape_bg","type":"background","control_type":"group","types":["classic","gradient"],"selector":"{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item"},{"name":"shape_img","label":"Image","type":"media","condition":{"shape_type":"img"}},{"name":"shape_box_sz","type":"slider","label":"Box Size","size_units":["px","%","custom"],"range":{"px":{"min":0,"max":1000}},"selectors":{"{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item":"--pxl-box-size: {{SIZE}}{{UNIT}};"}},{"name":"shape_h","type":"slider","label":"Min Height ","size_units":["px","%","custom"],"range":{"px":{"min":0,"max":1000}},"selectors":{"{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item svg":"min-height: {{SIZE}}{{UNIT}};","{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item":"min-height: {{SIZE}}{{UNIT}};"}},{"name":"shape_opcity","type":"slider","label":"Opacity","size_units":["%","custom"],"range":{"%":{"min":0,"max":100}},"selectors":{"{{WRAPPER}} .pxl-shape-wrapper .pxl-shape-item":"opacity: {{SIZE}}{{UNIT}};"}}]},{"name":"tab_shape_style","label":"Shape","tab":"style","controls":[]}]}';
protected $styles = array( );
protected $scripts = array( 'mouno-effects' );
}