VisualDataSchema:Page upload: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page PagePropertiesSchema:Multiple file upload to PagePropertiesSchema:Page upload without leaving a redirect |
No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": " | "name": "Page upload" | ||
}, | }, | ||
"properties": { | "properties": { | ||
Line 20: | Line 20: | ||
"file": { | "file": { | ||
"wiki": { | "wiki": { | ||
"name": "file", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | "multiple-items": false, | ||
" | "required": true, | ||
"input-config": { | "input-config": { | ||
"accept": [ | "accept": [ | ||
Line 41: | Line 40: | ||
"droppable": true | "droppable": true | ||
}, | }, | ||
" | "label-parsed": "file", | ||
"value-prefix": "File:", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.SelectFileWidget", | |||
"value-formula": "{{PAGEID}}-\u003Cvalue\u003E", | "value-formula": "{{PAGEID}}-\u003Cvalue\u003E", | ||
"property-model": "json-schema" | "property-model": "json-schema" |
Revision as of 09:14, 30 October 2023
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |