Skip to content

Commit

Permalink
Issue #34 - reduce title length for oik/content-block
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 4, 2020
1 parent 8372d13 commit 754de8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions blocks/oik-content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export default registerBlockType(
'oik/content-block',
{
// Localize title using wp.i18n.__()
title: __( 'Content block for dynamic oik-shortcodes' ),
title: __( 'Dynamic content block' ),

description: 'Expands dynamic content oik shortcodes',
description: 'Expands content for dynamic oik shortcodes.',

// Category Options: common, formatting, layout, widgets, embed
category: 'layout',
Expand All @@ -72,6 +72,7 @@ export default registerBlockType(
keywords: [
__( 'Content' ),
__( 'Shortcode' ),
__( 'Dynamic'),
__( 'oik' ),
],

Expand All @@ -86,7 +87,7 @@ export default registerBlockType(

supports: {
customClassName: false,
className: false,
className: true,
html: false,
alignWide: true,
},
Expand Down

0 comments on commit 754de8a

Please sign in to comment.