mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-14 13:51:24 +00:00
Allow field modules to specify HTML element tag used for editing
This commit is contained in:
@@ -700,6 +700,7 @@ $tw.modules.define("$:/boot/tiddlerfields/created","tiddlerfield",{
|
||||
});
|
||||
$tw.modules.define("$:/boot/tiddlerfields/color","tiddlerfield",{
|
||||
name: "color",
|
||||
editTag: "input",
|
||||
editType: "color"
|
||||
});
|
||||
$tw.modules.define("$:/boot/tiddlerfields/tags","tiddlerfield",{
|
||||
|
||||
Reference in New Issue
Block a user