feat(labs): super editor (#2001)
This commit is contained in:
@@ -114,7 +114,8 @@ export class SNComponent extends DecryptedItem<ComponentContent> implements Comp
|
||||
return this.content_type === ContentType.Theme || this.area === ComponentArea.Themes
|
||||
}
|
||||
|
||||
public isDefaultEditor(): boolean {
|
||||
/** @deprecated Use global application PrefKey.DefaultEditorIdentifier */
|
||||
public legacyIsDefaultEditor(): boolean {
|
||||
return this.getAppDomainValue(AppDataField.DefaultEditor) === true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user