false, 'border_radius' => false, 'typography' => false, 'text_align' => false, 'normal_background' => false, 'normal_box_shadow' => false, 'normal_border' => false, 'normal_text_color' => [ 'label' => esc_html__( 'Fill Color', 'copy-the-code' ), 'selectors' => [ '{{WRAPPER}} .ctc-copy-icon svg' => 'fill: {{VALUE}};', ], ], 'hover_text_color' => [ 'label' => esc_html__( 'Fill Color', 'copy-the-code' ), 'selectors' => [ '{{WRAPPER}} .ctc-copy-icon svg:hover' => 'fill: {{VALUE}};', ], ], 'size' => [ 'label' => esc_html__( 'Icon Size', 'copy-the-code' ), 'selectors' => [ '{{WRAPPER}} .ctc-copy-icon svg' => 'font-size: {{SIZE}}{{UNIT}};', ], ], ] ); } }