You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
The Bento Accordion component has strict requirements for the expected element structure:
<section>
elements as its direct children.<section>
must contain exactly two direct children.<section>
is the heading for that section of the Bento Accordion. It must be a heading element such as<h1>-<h6>
or<header>
.<section>
is the expandable/collapsible content.<section>
heading expands or collapses the section.This works fine for the web component, but in the editor when using the React component with InnerBlocks, it is quite restrictive.
The text was updated successfully, but these errors were encountered: