Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Move function for `file` model
- `ember-collapsable-panel` and `ember-power-select` packages
- Added "choose your custom citation" section to citation-widget
- `facebookAppId` field to `preprint-provider` model

### Changed
- Node `addChild` model function to create public child elements
Expand Down
1 change: 1 addition & 0 deletions addon/models/preprint-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default OsfModel.extend({
additionalProviders: DS.attr(),
shareSource: DS.attr('string'),
preprintWord: DS.attr('string'),
facebookAppId: DS.attr('number'),

// Reviews settings
permissions: DS.attr(),
Expand Down