| @@ -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' ), |