PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
← All changes | renderer/Table/Defaults.php +5 -0 1.1.01.1.5 View file →
@@ -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 }