PluginProbe
Elementor Website Builder – more than just a page builder / 4.1.3
Elementor Website Builder – more than just a page builder v4.1.3
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 | includes/editor-templates/panel-elements.php +2 -2 4.1.14.1.3 View file →
@@ -87,12 +87,12 @@
87 87 <# const v4Categories = ['v4-elements', 'atomic-form']; #>
88 88 <button class="elementor-element" data-library-element-type="{{ elType === 'widget' ? widgetType : elType }}">
89 89 <# if ( obj.integration ) { #>
90 90 <i class="eicon-plug"></i>
91 - <# } else if ( false === obj.editable && !obj.atomicFormPromotion ) { #>
91 + <# } else if ( false === obj.editable && !obj.atomicFormPromotion && !obj.birthdayEasterEgg ) { #>
92 92 <i class="eicon-lock"></i>
93 93 <# } #>
94 - <# if ( obj.categories.some( category => v4Categories.includes( category ) ) ) { #>
94 + <# if ( !obj.birthdayEasterEgg && obj.categories.some( category => v4Categories.includes( category ) ) ) { #>
95 95 <i class="eicon-atomic"></i>
96 96 <# } #>
97 97 <div class="icon">
98 98 <i class="{{ icon }}" aria-hidden="true"></i>