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
The handbook code registers a "Callout" block, which behaves fairly similarly to the Notice block. It's confusing to have the two of them, so we should likely deprecate the Callout block (since the Notice block is styled to match the new redesign).
First, check if there are features of Callout to implement in Notice.
Callout uses InnerBlocks and allows paragraphs & lists. Notice uses a RichText and only allows paragraphs & inline elements.
The text was updated successfully, but these errors were encountered:
The handbook code registers a "Callout" block, which behaves fairly similarly to the Notice block. It's confusing to have the two of them, so we should likely deprecate the Callout block (since the Notice block is styled to match the new redesign).
First, check if there are features of Callout to implement in Notice.
InnerBlocks
and allows paragraphs & lists. Notice uses aRichText
and only allows paragraphs & inline elements.The text was updated successfully, but these errors were encountered: