UX: add information about the use of permalinks
This commit is contained in:
parent
f5a217be92
commit
ed70595314
|
@ -1,6 +1,9 @@
|
||||||
<div class="permalink-title">
|
<div class="permalink-title">
|
||||||
<h2>{{i18n 'admin.permalink.title'}}</h2>
|
<h2>{{i18n 'admin.permalink.title'}}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="permalink-description">
|
||||||
|
<span>{{i18n 'admin.permalink.description'}}</span>
|
||||||
|
</div>
|
||||||
<div class="permalink-search">
|
<div class="permalink-search">
|
||||||
{{text-field value=filter class="url-input" placeholderKey="admin.permalink.form.filter" autocorrect="off" autocapitalize="off"}}
|
{{text-field value=filter class="url-input" placeholderKey="admin.permalink.form.filter" autocorrect="off" autocapitalize="off"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -613,6 +613,10 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.permalink-description {
|
||||||
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||||
|
}
|
||||||
|
|
||||||
// embedding
|
// embedding
|
||||||
.embeddable-hosts {
|
.embeddable-hosts {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
|
@ -4265,6 +4265,7 @@ en:
|
||||||
|
|
||||||
permalink:
|
permalink:
|
||||||
title: "Permalinks"
|
title: "Permalinks"
|
||||||
|
description: "Please note this will only work for redirecting external links, it will not work for internal links."
|
||||||
url: "URL"
|
url: "URL"
|
||||||
topic_id: "Topic ID"
|
topic_id: "Topic ID"
|
||||||
topic_title: "Topic"
|
topic_title: "Topic"
|
||||||
|
|
Loading…
Reference in New Issue