mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add universal multiline text field for description, fixme (closes #1518)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "description",
|
||||
"type": "textarea",
|
||||
"label": "Description"
|
||||
}
|
||||
"label": "Description",
|
||||
"universal": true
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "fixme",
|
||||
"type": "textarea",
|
||||
"label": "Fix Me"
|
||||
}
|
||||
"label": "Fix Me",
|
||||
"universal": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user