Brak opisu

social-links-shared-background-color.php 843B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Social links with a shared background color.
  4. *
  5. * @package WordPress
  6. */
  7. return array(
  8. 'title' => _x( 'Social links with a shared background color', 'Block pattern title' ),
  9. 'categories' => array( 'buttons' ),
  10. 'blockTypes' => array( 'core/social-links' ),
  11. 'viewportWidth' => 500,
  12. 'content' => '<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} -->
  13. <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /-->
  14. <!-- wp:social-link {"url":"#","service":"chain"} /-->
  15. <!-- wp:social-link {"url":"#","service":"mail"} /--></ul>
  16. <!-- /wp:social-links -->',
  17. );