Guest User

Untitled

a guest
Mar 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_theme_support( 'gutenberg', array(
  2.  
  3. // Theme supports wide images, galleries and videos.
  4. 'wide-images' => true,
  5.  
  6. // Make specific theme colors available in the editor.
  7. 'colors' => array(
  8. '#ffffff',
  9. '#000000',
  10. '#cccccc',
  11. ),
Add Comment
Please, Sign In to add comment