Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch committed Mar 24, 2022
1 parent 119577e commit 98bf468
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/models/modal-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@ export default DefineMap.extend('ModalContent', {

// question text
text: { default: '' },

// audio recording of the question/popup text or supplemental audio
textAudioURL: {default: ''},

// summary or transcription of audio content
mediaLabel: { default: '' },

audioURL: { default: '' },

imageURL: { default: '' },

// represents imageURL
// represents imageURL for screen readers
altText: { default: '' },

videoURL: { default: '' },

// text transcript of video content
helpReader: { default: '' },

Expand Down

0 comments on commit 98bf468

Please sign in to comment.