Skip to content

Commit

Permalink
chore(SLB-455): add help text to accordion heading select
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 24, 2024
1 parent 17271f5 commit 36f01bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ registerBlockType<{
onChange={(headingLevel: string) => {
setAttributes({ headingLevel });
}}
help={__('The heading level will be applied to all nested accordion items.')}
/>
</PanelBody>
</InspectorControls>
Expand Down

0 comments on commit 36f01bd

Please sign in to comment.