mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-02 15:23:31 -08:00
Story PageTemplate: configurable View- and EditTemplates
This commit is contained in:
parent
f42351e235
commit
35a71ad577
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ tags: $:/tags/PageTemplate
|
|||
|
||||
</section>
|
||||
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>
|
||||
|
||||
<section class="story-frontdrop">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue