Home > @tridion-sites/extensions > EditorPanelsExtensionsBuilder
Builder for editor panels extensions.
Signature:
export declare class EditorPanelsExtensionsBuilder
| Property | Modifiers | Type | Description |
|---|---|---|---|
| build | () => EditorPanelsExtensions | Builds the editor panels extensions. | |
| config | ListBuilder<string> | Provides a mechanism for customizing the configuration of panels. | |
| register | <TItem extends IdentifiableObject = IdentifiableObject>(item: EditorPanelsExtension<TItem>) => this | Registers a new panel for editors. |