This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,10 @@ import PropTypes from 'prop-types'
8
8
* The core Columns block from Gutenberg.
9
9
*
10
10
* @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.
17
15
* @return {Element } The Columns component.
18
16
*/
19
17
export default function BlockColumns ( { options, innerBlocks} ) {
Original file line number Diff line number Diff line change @@ -8,12 +8,10 @@ import PropTypes from 'prop-types'
8
8
* The core Columns block from Gutenberg.
9
9
*
10
10
* @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.
17
15
* @return {Element } The Cover component.
18
16
*/
19
17
export default function BlockCover ( { media, innerBlocks} ) {
You can’t perform that action at this time.
0 commit comments