We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f74415f + 878c3c5 commit 39e1f6dCopy full SHA for 39e1f6d
addon/models/preprint-provider.js
@@ -7,6 +7,7 @@ export default OsfModel.extend({
7
bannerPath: DS.attr('string'),
8
description: DS.attr('fixstring'),
9
domain: DS.attr('string'),
10
+ domainRedirectEnabled: DS.attr('boolean'),
11
example: DS.attr('fixstring'),
12
advisoryBoard: DS.attr('string'),
13
emailContact: DS.attr('fixstring'),
0 commit comments