This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
components/blocks/BlockButtons Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ import PropTypes from 'prop-types'
8
8
* The core Buttons block from Gutenberg.
9
9
*
10
10
* @author WebDevStudios
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.
18
- * @return {Element } The Buttons component.
11
+ * @param {object } props The component prope
12
+ * @param {object } props.options Option props object.
13
+ * @param {string } props.options.anchor The anchor/id of the block.
14
+ * @param {string } props.options.orientation The orientation of buttons.
15
+ * @param {string } props.options.contentJustification The justification of the buttons.
16
+ * @param {Array } props.innerBlocks The array of inner blocks to display.
17
+ * @return {Element } The Buttons component.
19
18
*/
20
19
export default function BlockButtons ( { options, innerBlocks} ) {
21
20
return (
You can’t perform that action at this time.
0 commit comments