Skip to content
Closed
Show file tree
Hide file tree
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
Merge branch 'master' into add/twitter-block
  • Loading branch information
notnownikki authored May 11, 2017
commit a43001f2eb98f2b3472073c25fb89c3cb4c57220
6 changes: 3 additions & 3 deletions blocks/api/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { __ } from 'i18n';
* @var {Array} categories
*/
const categories = [
{ slug: 'common', title: 'Common Blocks' },
{ slug: 'layout', title: 'Layout Blocks' },
{ slug: 'social', title: 'Social Media' }
{ slug: 'common', title: __( 'Common Blocks' ) },
{ slug: 'layout', title: __( 'Layout Blocks' ) },
{ slug: 'social', title: __( 'Social Media' ) }
];

/**
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const config = {
react: 'React',
'react-dom': 'ReactDOM',
'react-dom/server': 'ReactDOMServer',
jquery: 'jQuery'
jquery: 'jQuery',
tinymce: 'tinymce'
},
resolve: {
modules: [
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.