| @@ -83,12 +83,8 @@ | ||
| 83 | 83 | 'image' => [ |
| 84 | 84 | 'value' => isset( $attributes['column_1']['image'] ) ? $attributes['column_1']['image'] : $src, |
| 85 | 85 | 'type' => 'content', |
| 86 | 86 | ], |
| 87 | - 'full_width' => [ | |
| 88 | - 'value' => isset( $attributes['column_1']['full_width'] ) ? $attributes['column_1']['full_width'] : false, | |
| 89 | - 'type' => 'style', | |
| 90 | - ], | |
| 91 | 87 | 'width' => [ |
| 92 | 88 | 'value' => isset( $attributes['column_1']['width'] ) ? $attributes['column_1']['width'] : '100', |
| 93 | 89 | 'type' => 'style', |
| 94 | 90 | ], |
| @@ -122,12 +118,8 @@ | ||
| 122 | 118 | 'image' => [ |
| 123 | 119 | 'value' => isset( $attributes['column_2']['image'] ) ? $attributes['column_2']['image'] : $src, |
| 124 | 120 | 'type' => 'content', |
| 125 | 121 | ], |
| 126 | - 'full_width' => [ | |
| 127 | - 'value' => isset( $attributes['column_2']['full_width'] ) ? $attributes['column_2']['full_width'] : false, | |
| 128 | - 'type' => 'style', | |
| 129 | - ], | |
| 130 | 122 | 'width' => [ |
| 131 | 123 | 'value' => isset( $attributes['column_2']['width'] ) ? $attributes['column_2']['width'] : '100', |
| 132 | 124 | 'type' => 'style', |
| 133 | 125 | ], |
| @@ -160,12 +152,8 @@ | ||
| 160 | 152 | ], |
| 161 | 153 | 'image' => [ |
| 162 | 154 | 'value' => isset( $attributes['column_3']['image'] ) ? $attributes['column_3']['image'] : $src, |
| 163 | 155 | 'type' => 'content', |
| 164 | - ], | |
| 165 | - 'full_width' => [ | |
| 166 | - 'value' => isset( $attributes['column_3']['full_width'] ) ? $attributes['column_3']['full_width'] : false, | |
| 167 | - 'type' => 'style', | |
| 168 | 156 | ], |
| 169 | 157 | 'width' => [ |
| 170 | 158 | 'value' => isset( $attributes['column_3']['width'] ) ? $attributes['column_3']['width'] : '100', |
| 171 | 159 | 'type' => 'style', |