Skip to content

Commit 012c35e

Browse files
committed
feat: add (hidden) vacations page
1 parent 266c8c1 commit 012c35e

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

i18n/schema.json

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,114 @@
33223322
},
33233323
"additionalProperties": false
33243324
},
3325+
"vacations": {
3326+
"type": "object",
3327+
"properties": {
3328+
"title": {
3329+
"type": "string"
3330+
},
3331+
"meta_description": {
3332+
"type": "string"
3333+
},
3334+
"heading": {
3335+
"type": "string"
3336+
},
3337+
"subtitle": {
3338+
"type": "string"
3339+
},
3340+
"illustration_alt": {
3341+
"type": "string"
3342+
},
3343+
"poke_log": {
3344+
"type": "string"
3345+
},
3346+
"intro": {
3347+
"type": "object",
3348+
"properties": {
3349+
"p1": {
3350+
"type": "string"
3351+
},
3352+
"some": {
3353+
"type": "string"
3354+
},
3355+
"all": {
3356+
"type": "string"
3357+
},
3358+
"p2": {
3359+
"type": "string"
3360+
}
3361+
},
3362+
"additionalProperties": false
3363+
},
3364+
"what": {
3365+
"type": "object",
3366+
"properties": {
3367+
"title": {
3368+
"type": "string"
3369+
},
3370+
"p1": {
3371+
"type": "string"
3372+
},
3373+
"dates": {
3374+
"type": "string"
3375+
},
3376+
"discord": {
3377+
"type": "string"
3378+
},
3379+
"garden": {
3380+
"type": "string"
3381+
},
3382+
"site": {
3383+
"type": "string"
3384+
},
3385+
"repo": {
3386+
"type": "string"
3387+
}
3388+
},
3389+
"additionalProperties": false
3390+
},
3391+
"meantime": {
3392+
"type": "object",
3393+
"properties": {
3394+
"title": {
3395+
"type": "string"
3396+
},
3397+
"p1": {
3398+
"type": "string"
3399+
},
3400+
"repo_link": {
3401+
"type": "string"
3402+
},
3403+
"p2": {
3404+
"type": "string"
3405+
}
3406+
},
3407+
"additionalProperties": false
3408+
},
3409+
"return": {
3410+
"type": "object",
3411+
"properties": {
3412+
"title": {
3413+
"type": "string"
3414+
},
3415+
"p1": {
3416+
"type": "string"
3417+
},
3418+
"p2": {
3419+
"type": "string"
3420+
},
3421+
"social_link": {
3422+
"type": "string"
3423+
},
3424+
"add_to_calendar": {
3425+
"type": "string"
3426+
}
3427+
},
3428+
"additionalProperties": false
3429+
}
3430+
},
3431+
"additionalProperties": false
3432+
},
33253433
"$schema": {
33263434
"type": "string"
33273435
}

0 commit comments

Comments
 (0)