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 +8 -2 1.0.41.1.5 View file →
@@ -30,8 +30,10 @@
30 30 'className' => '',
31 31 'headerEnabled' => false,
32 32 'footerEnabled' => false,
33 33 'stickyHeader' => false,
34 + 'stickyFirstCol' => false,
35 + 'innerBorderType' => '',
34 36 'caption' => '',
35 37 'tableWidth' => 'auto',
36 38 'tableAlignment' => 'left',
37 39 'cellSpacing' => [
@@ -71,9 +73,9 @@
71 73 ],
72 74 'responsive' => [
73 75 'tablet' => [
74 76 'enabled' => false,
75 - 'maxWidth' => 1024,
77 + 'maxWidth' => 700,
76 78 'mode' => 'scroll',
77 79 'transpose' => false,
78 80 'stackCount' => 3,
79 81 'repeatFirstCol' => false,
@@ -79,9 +81,9 @@
79 81 'repeatFirstCol' => false,
80 82 ],
81 83 'mobile' => [
82 84 'enabled' => false,
83 - 'maxWidth' => 700,
85 + 'maxWidth' => 375,
84 86 'mode' => 'scroll',
85 87 'transpose' => false,
86 88 'stackCount' => 1,
87 89 'repeatFirstCol' => false,
@@ -116,8 +118,12 @@
116 118 'elementGap' => 'var(--wp--preset--spacing--20)',
117 119 'wrap' => 'nowrap',
118 120 'verticalAlign' => 'middle',
119 121 'backgroundColor' => '',
122 + 'headerBackgroundColor' => '',
123 + 'footerBackgroundColor' => '',
124 + 'evenRowBackgroundColor' => '',
125 + 'oddRowBackgroundColor' => '',
120 126 ],
121 127 ],
122 128 ];
123 129 }