Commit 20e9385 1 parent 6959d9f commit 20e9385 Copy full SHA for 20e9385
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import { registerBlockType } from '../../api';
16
16
import RangeControl from '../../inspector-controls/range-control' ;
17
17
import InnerBlocks from '../../inner-blocks' ;
18
18
import InspectorControls from '../../inspector-controls' ;
19
- import BlockDescription from '../../block-description' ;
20
19
21
20
function mapInnerBlocks ( innerBlocks , columns , callback ) {
22
21
return columns . map ( ( endOffset , index ) => {
@@ -39,6 +38,8 @@ registerBlockType( 'core/columns', {
39
38
} ,
40
39
} ,
41
40
41
+ description : __ ( 'A multi-column layout of content.' ) ,
42
+
42
43
getEditWrapperProps ( ) {
43
44
return { 'data-align' : 'wide' } ;
44
45
} ,
@@ -96,9 +97,6 @@ registerBlockType( 'core/columns', {
96
97
return [
97
98
focus && (
98
99
< InspectorControls key = "inspector" >
99
- < BlockDescription >
100
- < p > { __ ( 'A multi-column layout of content.' ) } </ p >
101
- </ BlockDescription >
102
100
< RangeControl
103
101
label = { __ ( 'Columns' ) }
104
102
value = { columns . length }
You can’t perform that action at this time.
0 commit comments