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