fix(renderer): merge similar renderer types

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-16 08:20:16 +01:00
parent 93f296a175
commit 9d49401b4d
8 changed files with 12 additions and 20 deletions

View file

@ -129,9 +129,8 @@ export type RendererToEditorMessageType =
export enum RendererType {
DOCUMENT = 'document',
INTRO = 'intro',
SLIDESHOW = 'slideshow',
MOTD = 'motd'
SIMPLE = 'simple',
SLIDESHOW = 'slideshow'
}
export interface BaseConfiguration {