mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
fix(renderer): merge similar renderer types
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
93f296a175
commit
9d49401b4d
8 changed files with 12 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue