PluginProbe
SimpleTOC – Table of Contents Block / 5.0.24
SimpleTOC – Table of Contents Block v5.0.24
7.2.0 7.3.0 7.1.1 7.1.0 7.0.10 7.0.9 7.0.8 7.0.7 7.0.6 7.0.4 7.0.5 5.0.21.1 5.0.22 5.0.23 5.0.24 5.0.25 5.0.25.1 5.0.27 5.0.28 5.0.29 5.0.3 5.0.30 5.0.31 5.0.32 5.0.33 All 159 releases
simpletoc / src / save.js

save.js in SimpleTOC – Table of Contents Block 5.0.24, at src/save.js

11 lines 260 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2
3 /**
4 * The save function defines the way in which the different attributes should
5 * be combined into the final markup, which is then serialized by the block
6 * editor into `post_content`.
7 */
8 export default function save( { attributes } ) {
9 return null;
10 }
11