PluginProbe
Gutenberg / 8.5.1
Gutenberg v8.5.1
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / lib / demo-block-templates / category.html

category.html in Gutenberg 8.5.1, at lib/demo-block-templates/category.html

21 lines 644 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","align":"full"} -->
2 <div
3 class="wp-block-cover alignfull has-background-dim has-background-gradient"
4 style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%);min-height:360px"
5 >
6 <div class="wp-block-cover__inner-container">
7 <!-- wp:paragraph {"align":"center"} -->
8 <p class="has-text-align-center">
9 <em>Category Template</em>
10 </p>
11 <!-- /wp:paragraph -->
12 </div>
13 </div>
14 <!-- /wp:cover -->
15
16 <!-- wp:query-loop -->
17 <!-- wp:post-title /-->
18
19 <!-- wp:post-content /-->
20 <!-- /wp:query-loop -->
21