rowtype="fullWidth noLabel"
autofocus="autofocus"
maxlength="{{ max_length('XF:Thread', 'title') }}" />
<xf:if contentcheck="true">
<hr class="formRowSep" />
<xf:contentcheck>
<xf:macro template="custom_fields_macros" name="custom_fields_edit"
arg-type="threads"
arg-set="{$thread.custom_fields}"
arg-editMode="{{ $thread.getFieldEditMode() }}"
arg-onlyInclude="{$forum.field_cache}"
arg-requiredOnly="{{ $inlineMode ? true : false }}" />
</xf:contentcheck>
</xf:if>
<div class="js-inlineNewPostFields">
<xf:editorrow name="message"
value="{{ $post.message ?: $forum.draft_thread.message }}"
attachments="{{ $attachmentData ? $attachmentData.attachments : [] }}"
rowtype="fullWidth noLabel mergePrev"
label="{{ phrase('message') }}" />