Skip to content

Commit

Permalink
Refactor: Edit descriptions for classname, isFirst and item fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj-Rathore24 committed Dec 30, 2024
1 parent 2ae2f10 commit df5a12c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ const meta = {
argTypes: {
classname: {
control: 'text',
description: 'Title to display in the header.',
description: 'Additional CSS class to apply to the list item..',
table: {
type: { summary: 'string' },
},
},
isFirst: {
control: 'boolean',
description: 'Text to display at the bottom of the header.',
description: 'Indicates whether this is the first item in its row.',
table: {
type: { summary: 'boolean' },
},
},
item: {
control: 'object',
description:
'Array of actions to display in the header as a row of buttons.',
'The block or pattern item to display. Should include properties like `id`, `title`, `icon`, `initialAttributes`, and `innerBlocks`.',
table: {
type: { summary: 'object' },
},
Expand Down

0 comments on commit df5a12c

Please sign in to comment.