themes-wordpress/remote/patterns/categories.php
Maggie 21e6dbe933
Remote: refactor patterns to load directly from the editor (#5829)
* refactor patterns to load directly from the editor

* wrong pattern name fixed
2022-04-12 15:13:54 +05:30

11 lines
412 B
PHP

<?php
/**
* Title: Categories
* Slug: remote/categories
* Categories: featured, text
*/
?>
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Categories', 'remote' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:tag-cloud {"className":"is-style-outline","taxonomy":"category"} /-->