Home > @tridion-sites/extensions > EditorPanelsExtensionsBuilder > register
Registers a new panel for editors.
Signature:
register: <TItem extends IdentifiableObject = IdentifiableObject>(item: EditorPanelsExtension<TItem>) => this;
This method only registers the panel and does not automatically make it visible in the application. To add the panel to the application, use EditorPanelsExtensionsBuilder.config.