generalize markdown to content_type

This commit is contained in:
Mary Kate
2020-07-28 13:24:31 -05:00
parent bc787e0bbe
commit daf039d9bb
5 changed files with 17 additions and 16 deletions

View File

@ -49,7 +49,7 @@ class ComposeForm extends ImmutablePureComponent {
text: PropTypes.string.isRequired,
suggestions: ImmutablePropTypes.list,
spoiler: PropTypes.bool,
markdown: PropTypes.bool,
content_type: PropTypes.string,
privacy: PropTypes.string,
spoilerText: PropTypes.string,
focusDate: PropTypes.instanceOf(Date),