Skip to content

Commit

Permalink
FSE: Site Description block improvements. (#34245)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight authored Jun 25, 2019
1 parent 765a767 commit 26cf3c3
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ import './style.scss';
registerBlockType( 'a8c/site-description', {
title: __( 'Site Description' ),
description: __( 'Site description, also known as the tagline.' ),
icon: 'layout',
icon: (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
<path fill="none" d="M0 0h24v24H0z" />
<path d="M4 9h16v2H4V9zm0 4h10v2H4v-2z" />
</svg>
),
category: 'layout',
supports: {
html: false,
Expand Down

0 comments on commit 26cf3c3

Please sign in to comment.