Нет описания

general-video-header-details.php 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /**
  3. * Video with header and details block pattern
  4. */
  5. return array(
  6. 'title' => __( 'Video with header and details', 'twentytwentytwo' ),
  7. 'categories' => array( 'featured', 'columns' ),
  8. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"backgroundColor":"foreground","textColor":"secondary"} -->
  9. <div class="wp-block-group alignfull has-secondary-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"align":"full","layout":{"inherit":true}} -->
  10. <div class="wp-block-group alignfull"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(3rem, 6vw, 4.5rem)"}}} -->
  11. <h1 class="alignwide" id="warble-a-film-about-hobbyist-bird-watchers-1" style="font-size:clamp(3rem, 6vw, 4.5rem)">' . wp_kses_post( __( '<em>Warble</em>, a film about <br>hobbyist bird watchers.', 'twentytwentytwo' ) ) . '</h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:spacer {"height":32} -->
  14. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:video {"align":"wide"} -->
  17. <figure class="wp-block-video alignwide"><video controls src="' . esc_url( get_template_directory_uri() ) . '/assets/videos/birds.mp4"></video></figure>
  18. <!-- /wp:video -->
  19. <!-- wp:spacer {"height":32} -->
  20. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  21. <!-- /wp:spacer -->
  22. <!-- wp:columns {"align":"wide"} -->
  23. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"50%"} -->
  24. <div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph -->
  25. <p><strong>' . esc_html__( 'Featuring', 'twentytwentytwo' ) . '</strong></p>
  26. <!-- /wp:paragraph --></div>
  27. <!-- /wp:column -->
  28. <!-- wp:column -->
  29. <div class="wp-block-column"><!-- wp:paragraph -->
  30. <p>' . wp_kses_post( __( 'Jesús Rodriguez<br>Doug Stilton<br>Emery Driscoll<br>Megan Perry<br>Rowan Price', 'twentytwentytwo' ) ) . '</p>
  31. <!-- /wp:paragraph --></div>
  32. <!-- /wp:column -->
  33. <!-- wp:column -->
  34. <div class="wp-block-column"><!-- wp:paragraph -->
  35. <p>' . wp_kses_post( __( 'Angelo Tso<br>Edward Stilton<br>Amy Jensen<br>Boston Bell<br>Shay Ford', 'twentytwentytwo' ) ) . '</p>
  36. <!-- /wp:paragraph --></div>
  37. <!-- /wp:column --></div>
  38. <!-- /wp:columns --></div>
  39. <!-- /wp:group --></div>
  40. <!-- /wp:group -->',
  41. );