PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.1.3
ShopBuilder – WooCommerce Builder For Elementor v3.1.3
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Models/ModuleList.php +12 -0 3.1.23.1.3 View file →
@@ -4100,8 +4100,20 @@
4100 4100 'type' => 'color',
4101 4101 'value' => '#333333',
4102 4102 'tab' => 'style',
4103 4103 ],
4104 + 'attribute_border_radius' => [
4105 + 'id' => 'attribute_border_radius',
4106 + 'label' => esc_html__( 'Attribute Border Radius', 'shopbuilder' ),
4107 + 'isPro' => ! rtsb()->has_pro(),
4108 + 'help' => esc_html__( 'Set the border radius (in px) for attribute items to control how rounded the corners appear.', 'shopbuilder' ),
4109 + 'type' => 'slider',
4110 + 'min' => 0,
4111 + 'max' => 200,
4112 + 'unit' => 'px',
4113 + 'value' => 4,
4114 + 'tab' => 'style',
4115 + ],
4104 4116 'details_page_attribute_size' => [
4105 4117 'id' => 'details_page_attribute_size',
4106 4118 'type' => 'title',
4107 4119 'label' => esc_html__( 'Details Page Attributes', 'shopbuilder' ),