neode creates posts with postType property 'Article' as default

This commit is contained in:
Moriz Wahl 2023-06-08 13:03:48 +02:00
parent 6207920cc1
commit e33e97df75

View File

@ -57,4 +57,5 @@ export default {
},
},
pinned: { type: 'boolean', default: null, valid: [null, true] },
postType: { type: 'string', default: 'Article', valid: ['Article', 'Event'] },
}