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

Commit 249bab0

Browse files
committed
Test commit
1 parent 46befa6 commit 249bab0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

components/blocks/BlockButtons/BlockButtons.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ import PropTypes from 'prop-types'
88
* The core Buttons block from Gutenberg.
99
*
1010
* @author WebDevStudios
11-
* @param {object} options Option props.
12-
* @param {string} options.anchor The anchor/id of the block.
13-
* @param {string} options.orientation The orientation of buttons.
14-
* @param {string} options.contentJustification The justification of the buttons.
15-
* @param {Array} innerBlocks The array of inner blocks to display.
11+
* @param options.options
12+
* @param {object} options Option props object.
13+
* @param {string} options.anchor The anchor/id of the block.
14+
* @param {string} options.orientation The orientation of buttons.
15+
* @param {string} options.contentJustification The justification of the buttons.
16+
* @param options.innerBlocks
17+
* @param {Array} innerBlocks The array of inner blocks to display.
1618
* @return {Element} The Buttons component.
1719
*/
1820
export default function BlockButtons({options, innerBlocks}) {

0 commit comments

Comments
 (0)