Changeset 2056347
- Timestamp:
- 03/24/2019 06:24:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ultimate-addons-for-elementor/tags/1.6/widgets/accordion.php
r2056342 r2056347 211 211 'type' => \Elementor\Controls_Manager::COLOR, 212 212 'input_type' => 'color', 213 ]214 );215 216 217 218 $this->add_control(219 'titlebg',220 [221 'label' => esc_html__('Title Background', 'uae'),222 'type' => \Elementor\Controls_Manager::COLOR,223 'input_type' => 'color',224 'default' => '#fff',225 213 ] 226 214 );
Note: See TracChangeset
for help on using the changeset viewer.