Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verse block #1809

Merged
merged 4 commits into from
Jul 11, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust pre text block title and verse icon.
mtias committed Jul 11, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8d579bffaae0d76989067a158008bc2581b19652
2 changes: 1 addition & 1 deletion blocks/library/preformatted/index.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ import Editable from '../../editable';
const { children } = query;

registerBlockType( 'core/preformatted', {
title: __( 'Preformatted Text' ),
title: __( 'Preformatted' ),

icon: 'text',

2 changes: 1 addition & 1 deletion blocks/library/verse/index.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ const { children } = query;
registerBlockType( 'core/verse', {
title: __( 'Verse' ),

icon: 'edit',
icon: 'carrot',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait... A carrot? :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a nice icon :) Maybe we can do a custom one (quill?)


category: 'formatting',