| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) exit; |
| 3 |
?> |
| 4 |
|
| 5 |
<h2><?php _e('Setup Gutenberg Block', 'post-snippets'); ?></h2> |
| 6 |
|
| 7 |
<ul> |
| 8 |
<li><?php _e('Go to Post/Pages', 'post-snippets'); ?></li> |
| 9 |
<li><?php _e('Add New or edit existing Post/Pages', 'post-snippets'); ?></li> |
| 10 |
<li><?php _e('Click on the + icon and insert Post Snippets block', 'post-snippets'); ?> |
| 11 |
<ul > |
| 12 |
<li style="list-style-type: none;"><img src="<?php echo plugins_url('assets/img/help/gutenberg-block1.png', \PostSnippets::FILE); ?>" /></li> |
| 13 |
</ul> |
| 14 |
</li> |
| 15 |
<li><?php _e('You can find the created snippet from the drop-down menu', 'post-snippets'); ?> |
| 16 |
<ul> |
| 17 |
<li style="list-style-type: none;"><img src="<?php echo plugins_url('assets/img/help/gutenberg-block2.png', \PostSnippets::FILE); ?>" /></li> |
| 18 |
</ul> |
| 19 |
</li> |
| 20 |
<li><?php _e('Select any snippet', 'post-snippets'); ?></li> |
| 21 |
<li><?php _e('Click on the Publish button', 'post-snippets'); ?></li> |
| 22 |
<li><?php _e('Click on the view page link', 'post-snippets'); ?></li> |
| 23 |
<li><?php _e('See the snippet result on the frontend', 'post-snippets'); ?></li> |
| 24 |
</ul> |