The WordPress SlotFill System
This repository contains working example of all of the existing SlotFills available in WordPress as of version 6.0.
Slots Available in the Post Edit Screen
- PluginPostStatusInfo
- PluginPrePublishPanel
- PluginPostPublishPanel
- PluginMoreMenuItem
- PluginBlockSettingsMenuItem
- PluginSidebar
- PluginSidebarMoreMenuItem
- PluginDocumentSettingPanel
- MainDashboardButton Marked as experimental
Slots Available in the Site Edit Screen
- PluginMoreMenuItem
- PluginSidebar
- MainDashboardButton Marked as experimental
Local Development
Run the setup command to install all dependencies and do an initial production build.
npm run setup
Build Commands - compiles once.
npm run build
Watch Commands - compiles when files are changed.
npm run start
Start the local development environment. Requires docker.
npm run env start