| @@ -46,12 +46,8 @@ | ||
| 46 | 46 | return [ |
| 47 | 47 | 'label_block' => true, |
| 48 | 48 | 'language' => 'html', // html/css |
| 49 | 49 | 'rows' => 10, |
| 50 | - 'ai' => [ | |
| 51 | - 'active' => true, | |
| 52 | - 'type' => 'code', | |
| 53 | - ], | |
| 54 | 50 | 'dynamic' => [ |
| 55 | 51 | 'categories' => [ TagsModule::TEXT_CATEGORY ], |
| 56 | 52 | ], |
| 57 | 53 | ]; |
| @@ -71,9 +67,9 @@ | ||
| 71 | 67 | ?> |
| 72 | 68 | <div class="elementor-control-field"> |
| 73 | 69 | <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label> |
| 74 | 70 | <div class="elementor-control-input-wrapper elementor-control-dynamic-switcher-wrapper"> |
| 75 | - <textarea id="<?php $this->print_control_uid(); ?>" rows="{{ data.rows }}" class="e-input-style elementor-code-editor" data-setting="{{ data.name }}"></textarea> | |
| 71 | + <textarea id="<?php $this->print_control_uid(); ?>" rows="{{ data.rows }}" class="elementor-input-style elementor-code-editor" data-setting="{{ data.name }}"></textarea> | |
| 76 | 72 | </div> |
| 77 | 73 | </div> |
| 78 | 74 | <# if ( data.description ) { #> |
| 79 | 75 | <div class="elementor-control-field-description">{{{ data.description }}}</div> |