VisualDataSchema:Images: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": " | "name": "Images" | ||
}, | }, | ||
"properties": { | "properties": { | ||
Line 26: | Line 26: | ||
"multiple-items": false, | "multiple-items": false, | ||
"preferred-input": "OO.ui.SelectFileWidget", | "preferred-input": "OO.ui.SelectFileWidget", | ||
"input-config": [], | "input-config": { | ||
"required": true | "accept": [ | ||
"image/png", | |||
"image/gif", | |||
"image/jpeg", | |||
"image/pjpeg", | |||
"image/jpeg", | |||
"image/pjpeg", | |||
"image/webp" | |||
] | |||
}, | |||
"required": true, | |||
"value-formula": "[[file:\u003Cvalue\u003E|300px]]" | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 34: | Line 45: | ||
"caption": { | "caption": { | ||
"wiki": { | "wiki": { | ||
"name": "caption", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], |
Revision as of 16:09, 23 February 2024
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |