PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | blocks/table/src/index.js +2 -0 2.23.0 View file →
@@ -18,8 +18,9 @@
18 18 import transforms from './transforms';
19 19 import edit from './edit';
20 20 import save from './save';
21 21 import example from './example';
22 +import icon from './icon';
22 23
23 24 /**
24 25 * Get the block name from the block.json.
25 26 */
@@ -32,5 +33,6 @@
32 33 transforms,
33 34 edit,
34 35 save,
35 36 example,
37 + icon,
36 38 } );