Skip to content

Commit

Permalink
feat(types): add 'editor-builtin' to entry editor widget namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nschirmer authored and marcolink committed Oct 20, 2023
1 parent 5681187 commit 347f15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface IFieldGroupWidgetSettings {
}

export interface IEntryEditor {
widgetNamespace: 'builtin' | 'extension' | 'app',
widgetNamespace: 'editor-builtin' | 'builtin' | 'extension' | 'app',
widgetId: string,
settings?: IEditorInterfaceOptions
}
Expand Down Expand Up @@ -245,7 +245,7 @@ export interface ContentType {
* @param settings Widget settings
*/
configureEntryEditor(
widgetNamespace: 'builtin' | 'extension' | 'app',
widgetNamespace: 'editor-builtin' | 'builtin' | 'extension' | 'app',
widgetId: string,
settings?: IEditorInterfaceOptions
): void
Expand Down

0 comments on commit 347f15c

Please sign in to comment.