mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Increase custom user field description character limit (#26863)
* UX: Increase custom user field description character limit Allow Admins creating custom user fields to write longer descriptions * lint
This commit is contained in:
parent
671e6066bf
commit
9ce4503a26
@ -20,7 +20,7 @@
|
|||||||
<Input
|
<Input
|
||||||
@value={{this.buffered.description}}
|
@value={{this.buffered.description}}
|
||||||
class="user-field-desc"
|
class="user-field-desc"
|
||||||
maxlength="255"
|
maxlength="1000"
|
||||||
/>
|
/>
|
||||||
</AdminFormRow>
|
</AdminFormRow>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user