| @@ -31,8 +31,9 @@ | ||
| 31 | 31 | 'headerEnabled' => false, |
| 32 | 32 | 'footerEnabled' => false, |
| 33 | 33 | 'stickyHeader' => false, |
| 34 | 34 | 'stickyFirstCol' => false, |
| 35 | + 'innerBorderType' => '', | |
| 35 | 36 | 'caption' => '', |
| 36 | 37 | 'tableWidth' => 'auto', |
| 37 | 38 | 'tableAlignment' => 'left', |
| 38 | 39 | 'cellSpacing' => [ |
| @@ -117,8 +118,12 @@ | ||
| 117 | 118 | 'elementGap' => 'var(--wp--preset--spacing--20)', |
| 118 | 119 | 'wrap' => 'nowrap', |
| 119 | 120 | 'verticalAlign' => 'middle', |
| 120 | 121 | 'backgroundColor' => '', |
| 122 | + 'headerBackgroundColor' => '', | |
| 123 | + 'footerBackgroundColor' => '', | |
| 124 | + 'evenRowBackgroundColor' => '', | |
| 125 | + 'oddRowBackgroundColor' => '', | |
| 121 | 126 | ], |
| 122 | 127 | ], |
| 123 | 128 | ]; |
| 124 | 129 | } |