← All changes
|
modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.php
+1
-3
4.2.0-beta2
→
4.0.0-dev3
View file →
| @@ -24,13 +24,11 @@ | ||
| 24 | 24 | use Has_Element_Template; |
| 25 | 25 | |
| 26 | 26 | const BASE_STYLE_KEY = 'base'; |
| 27 | 27 | |
| 28 | - public static $widget_description = 'A tab content panel. Accepts any widget type inside. The index of this e-tab-content MUST match the index of the corresponding e-tab in the e-tabs-menu.'; | |
| 29 | - | |
| 30 | 28 | public function __construct( $data = [], $args = null ) { |
| 31 | 29 | parent::__construct( $data, $args ); |
| 32 | - $this->meta( 'permanently_locked', true ); | |
| 30 | + $this->meta( 'llm_support', false ); | |
| 33 | 31 | } |
| 34 | 32 | |
| 35 | 33 | public static function get_type() { |
| 36 | 34 | return 'e-tab-content'; |