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:
parent
7e98f1b9f4
commit
62d4746469
1 changed files with 3 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue