4,074
edits
 (Update package: OSW Core)  | 
				 (import from wiki-dev) Tag: Metadata slot edit  | 
				||
| jsonschema | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{}  | {  | ||
    "title": "Attachment",  | |||
    "title*": {  | |||
        "de": "Anhang"  | |||
    },  | |||
    "type": "string",  | |||
    "format": "url",  | |||
    "options": {  | |||
        "upload": {}  | |||
    },  | |||
    "links": [  | |||
        {  | |||
            "href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}",  | |||
            "rel": "{{#if self}}download{{/if}}",  | |||
            "download": true  | |||
        }  | |||
    ]  | |||
}  | |||