![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets-rebuild.corals.io/wp-content/plugins/block-options/docs/ |
# Developer Tools EditorsKit provide several **developer tools** which is disable by default. You can start using them by adding as theme support. `add_theme_support( 'editorskit-devtools' );` This will enable new Gutenberg shortcuts to automatically generate placeholder text and heading blocks. ## How to use dev shortcuts? - `:lorem` + `SPACE` : Depending on the number of `:` it will generate paragraph block with lorem ipsum placeholder text. With up to 10 paragraphs available. Example : `:::lorem` + `SPACE` generates three paragraphs. - `:hlorem` + `SPACE` : Depending on the number of `:` it will generate heading block with lorem ipsum placeholder text. Example : `::::hlorem` + `SPACE` generates four headings.