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

Commit 7c900ca

Browse files
committed
Nest block files
1 parent e96723e commit 7c900ca

File tree

54 files changed

+366
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+366
-98
lines changed

components/blocks/BlockHero/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/blocks/BlockAccordions/BlockAccordions.js renamed to components/blocks/Gutenberg/BlockAccordions/BlockAccordions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import PropTypes from 'prop-types'
66
* A custom ACF Block for displaying accordions.
77
*
88
* @author WebDevStudios
9-
* @param {object} props The component attributes as props.
9+
* @param props.props
10+
* @param {object} props The component attributes as props.
1011
*/
1112
export default function BlockAccordions({props}) {
1213
const {

components/blocks/BlockColumns/BlockColumns.js renamed to components/blocks/Gutenberg/BlockColumns/BlockColumns.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ 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 {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 props.options
15+
* @param props.innerBlocks
16+
* @param {Array} innerBlocks The array of inner blocks to display.
1517
* @return {Element} The Columns component.
1618
*/
1719
export default function BlockColumns({options, innerBlocks}) {

0 commit comments

Comments
 (0)