feat: Add Value Prop past expiration messaging for gated content (#836)

REV-2500
This commit is contained in:
julianajlk
2022-03-11 09:58:44 -05:00
committed by GitHub
parent 72d18dc4f9
commit 4f1a50ec24
5 changed files with 99 additions and 20 deletions

View File

@@ -6,6 +6,9 @@ Factory.define('courseMetadata')
.extend(courseMetadataBase)
.option('host', '')
.attrs({
access_expiration: {
expiration_date: '2032-02-22T05:00:00Z',
},
content_type_gating_enabled: false,
course_expired_message: null,
course_goals: {