allow organization url config (#2531)

This commit is contained in:
Tessa Thornton
2019-09-06 13:52:48 -04:00
committed by Kim Gardner
parent ac203607ae
commit 9bd38db61a
6 changed files with 151 additions and 1 deletions
@@ -199,6 +199,45 @@ status of their accounts or moderation questions.
</div>
</div>
</div>
<div
className="Box-root HorizontalGutter-root FormField-root HorizontalGutter-half"
>
<div
className="Box-root HorizontalGutter-root HorizontalGutter-full"
>
<label
className="Box-root Typography-root Typography-heading1 Typography-colorTextPrimary Header-root"
htmlFor="configure-organization-organization.url"
>
Organization URL
</label>
<p
className="Box-root Typography-root Typography-detail Typography-colorTextPrimary"
>
Your organization url will appear on emails sent by Coral to your community and organization members.
</p>
<div
className="TextField-root TextField-fullWidth"
>
<input
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
className="TextField-input TextField-colorRegular"
disabled={false}
id="configure-organization-organization.url"
name="organization.url"
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
placeholder=""
spellCheck={false}
type="text"
value="https://test.com/"
/>
</div>
</div>
</div>
</div>
</div>
</div>