mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-06 12:58:03 +00:00
Added map parameter to list macro for the listviews to use
This commit is contained in:
@@ -26,7 +26,8 @@ exports.info = {
|
|||||||
emptyMessage: {byName: true, type: "text"},
|
emptyMessage: {byName: true, type: "text"},
|
||||||
listviewTiddler: {byName: true, type: "tiddler"},
|
listviewTiddler: {byName: true, type: "tiddler"},
|
||||||
listview: {byName: true, type: "text"},
|
listview: {byName: true, type: "text"},
|
||||||
itemClass: {byName: true, type: "text"}
|
itemClass: {byName: true, type: "text"},
|
||||||
|
map: {byName: true, type: "tiddler"}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user