mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
neode creates posts with postType property 'Article' as default
This commit is contained in:
parent
6207920cc1
commit
e33e97df75
@ -57,4 +57,5 @@ export default {
|
||||
},
|
||||
},
|
||||
pinned: { type: 'boolean', default: null, valid: [null, true] },
|
||||
postType: { type: 'string', default: 'Article', valid: ['Article', 'Event'] },
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user