mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 10:30:49 +01:00
chore: up harmony
change group description to a textarea
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"nodebb-plugin-spam-be-gone": "2.3.2",
|
||||
"nodebb-plugin-web-push": "0.7.7",
|
||||
"nodebb-rewards-essentials": "1.0.2",
|
||||
"nodebb-theme-harmony": "2.2.53",
|
||||
"nodebb-theme-harmony": "2.2.54",
|
||||
"nodebb-theme-lavender": "7.1.21",
|
||||
"nodebb-theme-peace": "2.2.57",
|
||||
"nodebb-theme-persona": "14.2.28",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="change-group-desc">[[admin/manage/groups:edit.description]]</label>
|
||||
<input type="text" class="form-control" id="change-group-desc" value="{group.description}" maxlength="255" data-property />
|
||||
<textarea type="text" class="form-control" id="change-group-desc" maxlength="255" data-property rows="5">{group.description}</textarea>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user