Skip to content

Commit

Permalink
Merge branch 'SLB-459-accordion-heading-items' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 25, 2024
2 parents e5d7fe0 + f09757c commit a288b48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ registerBlockType<{
onChange={(headingLevel: string) => {
setAttributes({ headingLevel });
}}
help={__('The heading level will be applied to all nested accordion items.')}
help={__(
'The heading level will be applied to all nested accordion items.',
)}
/>
</PanelBody>
</InspectorControls>
Expand Down

0 comments on commit a288b48

Please sign in to comment.