mirror of
https://github.com/docmost/docmost.git
synced 2026-05-08 07:13:06 +08: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