Content deleted Content added
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
{ |
{ |
||
"params": { |
"params": { |
||
"currentState": { |
"currentState": { |
||
"label": "Text for button (defaults for current value)", |
|||
| ⚫ | |||
"type": "string" |
|||
| ⚫ | |||
}, |
|||
| ⚫ | |||
"label": "The optional values seperated with semicolons", |
|||
"example": "Done; Working on this; Stuck", |
|||
"type": "string", |
|||
"required": true, |
|||
"suggested": true |
|||
}, |
|||
"form": { |
|||
"label": "The form to use", |
|||
"type": "string", |
|||
"required": true, |
|||
"suggested": true |
|||
}, |
|||
"template": { |
|||
"label": "The template", |
|||
"type": "wiki-template-name", |
|||
"suggested": true |
|||
}, |
|||
"field": { |
|||
"label": "The field to change", |
|||
"type": "string", |
|||
"required": true, |
|||
"suggested": true |
|||
} |
|||
| ⚫ | |||
"paramOrder": [ |
|||
"states", |
|||
"form", |
|||
"template", |
|||
"field", |
|||
"currentState" |
|||
] |
|||
} |
} |
||
</templatedata> |
</templatedata> |
||
Revision as of 18:42, 21 August 2022
Edit
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| The optional values seperated with semicolons | states | no description
| String | required |
| The form to use | form | no description | String | required |
| The template | template | no description | Template | suggested |
| The field to change | field | no description | String | required |
| Text for button (defaults for current value) | currentState | no description | String | optional |