1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

A new template for menu list items

This commit is contained in:
Jeremy Ruston 2013-10-14 16:55:29 +01:00
parent 0c73c56b70
commit fe6c1ae2dd

View File

@ -0,0 +1,5 @@
title: $:/core/ui/ListItemTemplate
<div class="tw-menu-list-item">
<$link to={{!!title}}><$view field="title"/></$link>
</div>