mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 17:42:36 +10:00
page icon emoji picker
This commit is contained in:
@ -9,6 +9,10 @@ export class CreatePageDto {
|
||||
@IsString()
|
||||
title?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
icon?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
parentPageId?: string;
|
||||
|
||||
Reference in New Issue
Block a user