PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev3
Elementor Website Builder – more than just a page builder v4.0.0-dev3
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 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/atomic-widgets/elements/atomic-tabs/atomic-tab-content/atomic-tab-content.php +1 -3 4.2.0-beta24.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';