Sort the edit content type dropdown groups more sensibly

Now we put the developer stuff at the bottom instead of the top…
This commit is contained in:
Jermolene
2016-11-28 14:01:09 +00:00
parent cf28eeb2a1
commit c02c3a06e0
14 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ tags: $:/tags/EditTemplate
<$reveal state=<<qualify "$:/state/popup/type-dropdown">> type="nomatch" text="" default="">
<div class="tc-block-dropdown tc-edit-type-dropdown">
<$linkcatcher to="!!type">
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group]]'>
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>
<div class="tc-dropdown-item">
<$text text={{!!group}}/>
</div>