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

Commit

Permalink
Add save method to Product Meta block (#9032)
Browse files Browse the repository at this point in the history
  • Loading branch information
thealexandrelara authored Apr 14, 2023
1 parent 2d9608b commit 8238585
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { registerBlockSingleProductTemplate } from '@woocommerce/atomic-utils';
* Internal dependencies
*/
import edit from './edit';
import save from './save';
import metadata from './block.json';

registerBlockSingleProductTemplate( {
Expand All @@ -16,6 +17,7 @@ registerBlockSingleProductTemplate( {
blockMetadata: metadata,
blockSettings: {
edit,
save,
icon,
ancestor: [ 'woocommerce/single-product' ],
},
Expand Down

0 comments on commit 8238585

Please sign in to comment.