{{#if this.showTextArea}}
Enter the value as text.
{{#if @subText}}
{{@subText}}
{{/if}}
{{#if @docLink}}
See our
documentation
for help.
{{/if}}
{{else}}
Select a file from your computer.
{{#if @subText}}
{{@subText}}
{{/if}}
{{#if @docLink}}
See our
documentation
for help.
{{/if}}
{{#if (or @validationError this.uploadError)}}
{{/if}}
{{/if}}