PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev4
Elementor Website Builder – more than just a page builder v4.0.0-dev4
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← 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';