page icon emoji picker

This commit is contained in:
Philipinho
2024-01-22 16:39:20 +01:00
parent 616da875cd
commit e05caef8fe
7 changed files with 141 additions and 19 deletions

View File

@ -9,6 +9,10 @@ export class CreatePageDto {
@IsString()
title?: string;
@IsOptional()
@IsString()
icon?: string;
@IsOptional()
@IsString()
parentPageId?: string;