chore: up harmony

change group description to a textarea
This commit is contained in:
Barış Soner Uşaklı
2026-03-15 14:23:01 -04:00
parent 5f2b6b8ec6
commit ec4e87ff84
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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>