From f25c5ee56d776ebd70f894cb63ec72554f4b93bd Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Fri, 23 Aug 2024 13:49:52 -0400 Subject: [PATCH] Update screenshot and description. (#64759) Co-authored-by: ryanwelcher Co-authored-by: justintadlock --- docs/reference-guides/slotfills/plugin-sidebar.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference-guides/slotfills/plugin-sidebar.md b/docs/reference-guides/slotfills/plugin-sidebar.md index dbf1c5643d3aa..9bf911b3bb13f 100644 --- a/docs/reference-guides/slotfills/plugin-sidebar.md +++ b/docs/reference-guides/slotfills/plugin-sidebar.md @@ -2,6 +2,7 @@ This slot allows adding items to the tool bar of either the Post or Site editor screens. Using this slot will add an icon to the toolbar that, when clicked, opens a panel with containing the items wrapped in the `` component. +Additionally, it will also create a `` that will allow opening the panel from Options panel when clicked. ## Example @@ -63,6 +64,4 @@ registerPlugin( 'plugin-sidebar-example', { render: PluginSidebarExample } ); ## Location -### Open State - -![Open State](https://raw.githubusercontent.com/WordPress/gutenberg/HEAD/docs/assets/plugin-sidebar-open-state.png?raw=true) +![PluginSidebar example expanded](https://developer.wordpress.org/files/2024/08/plugin-sidebar-example.png)