Skip to content

Commit

Permalink
Support category in BlockVariation
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Feb 15, 2021
1 parent 287507f commit 02db8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wordpress__blocks/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ declare module '@wordpress/blocks' {
name: string;
title: string;
description?: string;
category?: string;
icon?: Icon;
isDefault?: boolean;
attributes?: BlockAttributes<Attr>;
Expand Down

0 comments on commit 02db8a3

Please sign in to comment.