Source code for default Sidebar Editors

I want to make some modifications to the default sidebar editors (the publish & schedule to be exact), is that component extendable? Is it open source like the field-editors?

Hello,

You could extend from the default sidebar, here are some docs to get you started: Customizing sidebar | Contentful

Create Contentful App | Contentful (Sidebar.tsx)

@raymond.ly Is there something I am missing? The doc only shows how to move around default side bars as arraignments. I want to make functional changes to the default side bar (Publish & Schedule to be exact), WITHOUT creating my own. (Last resort) I want to extend the functionality of a default side bar editor, is the component itself importable ?