@vega/review-tool
Version:
18 lines (14 loc) • 502 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _articleSchemaType = require('part:@lyra/base/article-schema-type');
// A copy of an article frozen in time the moment a reviewProcess started
// Just recycling the article type, for now
exports.default = {
title: 'Article Snapshot',
name: 'articleSnapshot',
type: 'document',
readOnly: true,
fields: [_articleSchemaType.TITLE_FIELD, _articleSchemaType.ABSTRACT_FIELD, _articleSchemaType.CONTENT_FIELD]
};