472
edits
(Update package: OSW Core) |
(Update package: OSW Core) |
||
jsonschema | |||
---|---|---|---|
Line 36: | Line 36: | ||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
"query": "[[IsA::Category:Category]] |?Display_title_of=label", | "options": { | ||
"autocomplete": { | |||
"query": "[[IsA::Category:Category]] |?Display_title_of=label", | |||
"render_template": { | |||
"type": [ | |||
"handlebars" | |||
], | |||
"value": "\u003Ca href='/wiki/{{result.fulltext}}'\u003E{{result.printouts.label.[0]}}\u003C/a\u003E" | |||
} | |||
} | |||
} | |||
}, | }, | ||
"minLength": 1, | "minLength": 1, |
edits