0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added missing properties

refs https://github.com/TryGhost/Team/issues/2434
This commit is contained in:
Djordje Vlaisavljevic 2023-01-19 12:49:56 +00:00
parent 7e98f1b9f4
commit 62d4746469

View file

@ -7,7 +7,9 @@ export default Model.extend({
timestamp: attr('date'),
resourceId: attr('string', {allowNull: true}),
sourceTitle: attr('string'),
sourcExcerpt: attr('string'),
sourceSiteTitle: attr('string'),
sourceAuthor: attr('string'),
sourceExcerpt: attr('string'),
sourceFavicon: attr('string'),
sourceFeaturedImage: attr('string'),
payload: attr(),