| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public function designConfig(): array |
||
| 12 | { |
||
| 13 | return [ |
||
| 14 | 'style_align' => [ |
||
| 15 | 'exclude' => ['stretch', 'auto'], |
||
| 16 | 'group' => 'design', |
||
| 17 | 'inline' => true, |
||
| 18 | 'label' => esc_html__('Align', 'bricks'), |
||
| 19 | 'rerender' => true, |
||
| 20 | 'tab' => 'style', |
||
| 21 | 'themeStyle' => true, |
||
| 22 | 'type' => 'align-items', |
||
| 23 | ], |
||
| 57 |