mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
[
|
|
{
|
|
"name": "email_ids",
|
|
"type": "array",
|
|
"label": "Message IDs",
|
|
"required": true,
|
|
"spec": { "type": "text" }
|
|
},
|
|
{
|
|
"name": "seen",
|
|
"type": "boolean",
|
|
"label": "Mark as",
|
|
"default": true,
|
|
"help": "On = read, off = unread."
|
|
}
|
|
]
|