← All changes
|
modules/atomic-widgets/elements/atomic-tabs/atomic-tab/atomic-tab.php
+1
-3
4.2.0-beta2
→
4.0.0-dev4
View file →
| @@ -27,13 +27,11 @@ | ||
| 27 | 27 | use Has_Element_Template; |
| 28 | 28 | |
| 29 | 29 | const BASE_STYLE_KEY = 'base'; |
| 30 | 30 | |
| 31 | - public static $widget_description = 'A tab trigger element. Contains a single heading or paragraph that serves as the tab label. The index of this e-tab MUST match the index of the corresponding e-tab-content in the e-tabs-content-area.'; | |
| 32 | - | |
| 33 | 31 | public function __construct( $data = [], $args = null ) { |
| 34 | 32 | parent::__construct( $data, $args ); |
| 35 | - $this->meta( 'permanently_locked', true ); | |
| 33 | + $this->meta( 'llm_support', false ); | |
| 36 | 34 | } |
| 37 | 35 | |
| 38 | 36 | public static function get_type() { |
| 39 | 37 | return 'e-tab'; |