Skip to content

Commit

Permalink
Revert temporary Group block changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Aug 15, 2020
1 parent 930091e commit 7342bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
6 changes: 0 additions & 6 deletions packages/block-library/src/group/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ function GroupEdit( { attributes, className, clientId } ) {
: () => <InnerBlocks.ButtonBlockAppender />
}
__experimentalTagName="div"
__experimentalItemCallback={ ( item ) => (
<>
<section>{ item }</section>
<p>You can do cool/weird stuff like this now.</p>
</>
) }
__experimentalPassedProps={ {
className: 'wp-block-group__inner-container',
} }
Expand Down
9 changes: 1 addition & 8 deletions packages/block-library/src/group/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ export default function save( { attributes } ) {
return (
<Tag>
<div className="wp-block-group__inner-container">
<InnerBlocks.Content
__experimentalItemCallback={ ( item ) => (
<>
<section>{ item }</section>
<p>You can do cool/weird stuff like this now.</p>
</>
) }
/>
<InnerBlocks.Content />
</div>
</Tag>
);
Expand Down

0 comments on commit 7342bc1

Please sign in to comment.