Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 5c0df5c

Browse files
committed
Revert BlockColumns and BlockCover
1 parent fb4b113 commit 5c0df5c

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

components/blocks/BlockColumns/BlockColumns.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ import PropTypes from 'prop-types'
88
* The core Columns block from Gutenberg.
99
*
1010
* @author WebDevStudios
11-
* @param {object} props The component properties.
12-
* @param {string} options.anchor The optional anchor/id of the block.
13-
* @param {string} options.className The optional classname.
14-
* @param props.options
15-
* @param props.innerBlocks
16-
* @param {Array} innerBlocks The array of inner blocks to display.
11+
* @param {object} props The component properties.
12+
* @param {string} options.anchor The optional anchor/id of the block.
13+
* @param {string} options.className The optional classname.
14+
* @param {Array} innerBlocks The array of inner blocks to display.
1715
* @return {Element} The Columns component.
1816
*/
1917
export default function BlockColumns({options, innerBlocks}) {

components/blocks/BlockCover/BlockCover.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ import PropTypes from 'prop-types'
88
* The core Columns block from Gutenberg.
99
*
1010
* @author WebDevStudios
11-
* @param {object} props The component properties.
12-
* @param {string} media.anchor The optional anchor/id of the block.
13-
* @param {string} media.url The background image URL.
14-
* @param props.media
15-
* @param props.innerBlocks
16-
* @param {Array} innerBlocks The array of inner blocks to display.
11+
* @param {object} props The component properties.
12+
* @param {string} media.anchor The optional anchor/id of the block.
13+
* @param {string} media.url The background image URL.
14+
* @param {Array} innerBlocks The array of inner blocks to display.
1715
* @return {Element} The Cover component.
1816
*/
1917
export default function BlockCover({media, innerBlocks}) {

0 commit comments

Comments
 (0)