This commit is contained in:
syuilo
2025-11-07 12:53:28 +09:00
parent 990be44d98
commit 4dcff123df
3 changed files with 35 additions and 3 deletions

View File

@@ -174,6 +174,7 @@ export const packedPageSchema = {
font: {
type: 'string',
optional: false, nullable: false,
enum: ['serif', 'sans-serif'],
},
script: {
type: 'string',