VD Tasks

From Wikisphere
Revision as of 09:45, 9 April 2026 by Admin (talk | contribs) (Created page with "{ "required": [ "title", "priority", "status" ], "type": "object", "title": "Task", "x-wikitext-title": "", "properties": { "belongs to": { "type": "string", "x-format": "hidden", "title": "Belongs to" }, "title": { "type": "string", "format": "text", "title": "Title", "x-wikitext-title": " {{int:webmo-title}}" }, "description": { "type": "string", "x-format": "textarea", "title": "Description", "x-wikitext-title": "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
required
"title"
"priority"
"status"
type"object"
title"Task"
x-wikitext-title""
properties
belongs to
type"string"
x-format"hidden"
title"Belongs to"
title
type"string"
format"text"
title"Title"
x-wikitext-title" {{int:webmo-title}}"
description
type"string"
x-format"textarea"
title"Description"
x-wikitext-title"{{int:webmo-description}}"
x-input"VisualEditor"
assignee
type"array"
minItems1
uniqueItemstrue
default
Empty array
items
type"string"
x-input"mw.widgets.UsersMultiselectWidget"
format"text"
title"Assignee"
x-wikitext-title"{{int:webmo-assignee}}"
due date
type"string"
format"date"
title"Due date"
x-input"DateInputWidget"
x-wikitext-title"{{int:webmo-due-date}}"
priority
type"string"
format"text"
title"Priority"
default"normal"
enum
"high"
"normal"
"low"
x-input"RadioSelect"
x-wikitext-title"{{int:webmo-priority}}"
status
type"string"
format"text"
title"Status"
enum
"open"
"in progress"
"completed"
"discarded"
x-input"RadioSelect"
x-wikitext-title"{{int:webmo-status}}"
created by
type"string"
x-format"hidden"
created at
type"string"
x-format"hidden"