Commit 65552d80 authored by Van's avatar Van

💄 admin setting

parent 84a88124
...@@ -100,12 +100,24 @@ ...@@ -100,12 +100,24 @@
<input id="relevantArticlesDisplayCount" class="normalInput" type="text"/> <input id="relevantArticlesDisplayCount" class="normalInput" type="text"/>
<label for="externalRelevantArticlesDisplayCount">${externalRelevantArticlesDisplayCnt1Label}</label> <label for="externalRelevantArticlesDisplayCount">${externalRelevantArticlesDisplayCnt1Label}</label>
<input id="externalRelevantArticlesDisplayCount" class="normalInput" type="text"/> <input id="externalRelevantArticlesDisplayCount" class="normalInput" type="text"/>
<label for="enableArticleUpdateHint">${enableArticleUpdateHint1Label}</label> <label>
<input id="enableArticleUpdateHint" type="checkbox" class="normalInput"/> <div class="fn__flex-inline">
<label for="allowVisitDraftViaPermalink">${allowVisitDraftViaPermalink1Label}</label> ${enableArticleUpdateHint1Label}
<input id="allowVisitDraftViaPermalink" type="checkbox" class="normalInput"/> <input id="enableArticleUpdateHint" type="checkbox" class="normalInput"/>
<label for="commentable">${allowComment1Label}</label> </div>
<input id="commentable" type="checkbox" class="normalInput"/> </label>
<label>
<div class="fn__flex-inline">
${allowVisitDraftViaPermalink1Label}
<input id="allowVisitDraftViaPermalink" type="checkbox" class="normalInput"/>
</div>
</label>
<label>
<div class="fn__flex-inline">
${allowComment1Label}
<input id="commentable" type="checkbox" class="normalInput"/>
</div>
</label>
<label for="feedOutputMode">${feedOutputModel1Label}</label> <label for="feedOutputMode">${feedOutputModel1Label}</label>
<select id="feedOutputMode"> <select id="feedOutputMode">
<option value="abstract">${abstractLabel}</option> <option value="abstract">${abstractLabel}</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment