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 23, 2024
2 parents 72ba786 + 1eb2115 commit 5d0885b
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ registerBlockType<{
<Fragment>
<InspectorControls>
<PanelBody title={__('Heading Level')}>
<div>{__('Heading level is defined in the parent accordion block.')}</div>
<div>{__('Currently it is set to:')} <strong>{attributes.headingLevel}</strong></div>
<div>
{__('Heading level is defined in the parent accordion block.')}
</div>
<div>
{__('Currently it is set to:')}{' '}
<strong>{attributes.headingLevel}</strong>
</div>
</PanelBody>
<PanelBody title={__('Block settings')}>
<SelectControl
Expand Down

0 comments on commit 5d0885b

Please sign in to comment.