HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/novotecs.com/wp-content/themes/itfirm/elementor/core/widgets/class-widget-ct-angle.php
<?php

class CT_CtAngle_Widget extends Case_Theme_Core_Widget_Base{
    protected $name = 'ct_angle';
    protected $title = 'Case Angle Row';
    protected $icon = 'eicon-filter';
    protected $categories = array( 'case-theme-core' );
    protected $params = '{"sections":[{"name":"source_section","label":"Source Settings","tab":"content","controls":[{"name":"angle_color","label":"Color","type":"color","selectors":{"{{WRAPPER}} .ct-angle svg, {{WRAPPER}} .ct-angle .ct-angle-square":"fill: {{VALUE}};background-color: {{VALUE}};"}},{"name":"angle_height","label":"Height","type":"slider","size_units":["px"],"default":{"size":90},"range":{"px":{"min":0,"max":1000}},"selectors":{"{{WRAPPER}} .ct-angle svg":"height: {{SIZE}}{{UNIT}};;"}},{"name":"responsive","label":"Responsive","type":"select","options":{"lg":"Default","md":"Hide Tablet","sm":"Hide Mobile"},"default":"lg"}]}]}';
    protected $styles = array(  );
    protected $scripts = array(  );
}