VisualDataSchema:Images: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
(28 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
}, | }, | ||
"properties": { | "properties": { | ||
"image | "image": { | ||
"wiki": { | "wiki": { | ||
" | "type": "schema", | ||
" | "name": "image", | ||
" | "layout": "section" | ||
}, | }, | ||
" | "properties": { | ||
" | "image": { | ||
"wiki": { | |||
"type": "property", | |||
"name": "image", | |||
"visibility": "visible", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.SelectFileWidget", | |||
"input-config": { | |||
"accept": [ | |||
"image/png", | |||
"image/gif", | |||
"image/jpeg", | |||
"image/pjpeg", | |||
"image/webp" | |||
], | |||
"droppable": true, | |||
"showDropTarget": true, | |||
"inputFilter": "" | |||
" | |||
" | |||
" | |||
}, | }, | ||
" | "required": true | ||
}, | }, | ||
"type": "string", | |||
"format": "text" | |||
}, | }, | ||
"required": | "caption": { | ||
" | "wiki": { | ||
"name": "caption", | |||
"type": "property", | |||
"multiple-items": false, | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.TextInputWidget", | |||
"input-config": [], | |||
"required": false | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
} | |||
}, | }, | ||
" | "required": [ | ||
" | "image" | ||
], | |||
"type": "object" | |||
} | } | ||
}, | }, | ||
"type": "object" | "type": "object" | ||
} | } |
Latest revision as of 08:20, 26 February 2024
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |