mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
feat: add topic templates per category, closes #13649
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
"multer": "2.0.2",
|
"multer": "2.0.2",
|
||||||
"nconf": "0.13.0",
|
"nconf": "0.13.0",
|
||||||
"nodebb-plugin-2factor": "7.5.10",
|
"nodebb-plugin-2factor": "7.5.10",
|
||||||
"nodebb-plugin-composer-default": "10.3.0",
|
"nodebb-plugin-composer-default": "10.3.1",
|
||||||
"nodebb-plugin-dbsearch": "6.3.2",
|
"nodebb-plugin-dbsearch": "6.3.2",
|
||||||
"nodebb-plugin-emoji": "6.0.3",
|
"nodebb-plugin-emoji": "6.0.3",
|
||||||
"nodebb-plugin-emoji-android": "4.1.1",
|
"nodebb-plugin-emoji-android": "4.1.1",
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
"federatedDescription": "Federated Description",
|
"federatedDescription": "Federated Description",
|
||||||
"federatedDescription.help": "This text will be appended to the category description when queried by other websites/apps.",
|
"federatedDescription.help": "This text will be appended to the category description when queried by other websites/apps.",
|
||||||
"federatedDescription.default": "This is a forum category containing topical discussion. You can start new discussions by mentioning this category.",
|
"federatedDescription.default": "This is a forum category containing topical discussion. You can start new discussions by mentioning this category.",
|
||||||
|
"topic-template": "Topic Template",
|
||||||
|
"topic-template.help": "Define a template for new topics created in this category.",
|
||||||
"bg-color": "Background Colour",
|
"bg-color": "Background Colour",
|
||||||
"text-color": "Text Colour",
|
"text-color": "Text Colour",
|
||||||
"bg-image-size": "Background Image Size",
|
"bg-image-size": "Background Image Size",
|
||||||
|
|||||||
@@ -46,6 +46,16 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-3">
|
||||||
|
<label class="form-label" for="cid-{category.cid}-topic-template">
|
||||||
|
[[admin/manage/categories:topic-template]]
|
||||||
|
</label>
|
||||||
|
<textarea id="cid-{category.cid}-topic-template" data-name="topicTemplate" class="form-control" rows="4" />{category.topicTemplate}</textarea>
|
||||||
|
<p class="form-text">
|
||||||
|
[[admin/manage/categories:topic-template.help]]
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mb-3 d-flex justify-content-between align-items-center gap-2">
|
<div class="mb-3 d-flex justify-content-between align-items-center gap-2">
|
||||||
<label class="form-label" for="cid-{category.cid}-parentCid">[[admin/manage/categories:parent-category]]</label>
|
<label class="form-label" for="cid-{category.cid}-parentCid">[[admin/manage/categories:parent-category]]</label>
|
||||||
<div id="parent-category-selector">
|
<div id="parent-category-selector">
|
||||||
|
|||||||
Reference in New Issue
Block a user