Skip to content

Commit

Permalink
Add description for Reusable Blocks (#9175)
Browse files Browse the repository at this point in the history
* add description to reusable block settings obj

Addresses #8345

* tabs, not spaces smh phpstorm

* second pass based on feedback

* another simplification

* another iteration

* better typeography, avoid need for escaping
  • Loading branch information
0aveRyan authored and chrisvanpatten committed Aug 22, 2018
1 parent d6ddeab commit 0e8c5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/block/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ export const name = 'core/block';

export const settings = {
title: __( 'Reusable Block' ),

category: 'reusable',

description: __( 'Create content, and save it to reuse across your site. Update the block, and the changes apply everywhere it’s used.' ),

attributes: {
ref: {
type: 'number',
Expand Down

0 comments on commit 0e8c5e6

Please sign in to comment.