No description available.
Properties
View raw schema
{
"type": "object",
"required": [],
"properties": {
"view": {
"type": "string",
"knownValues": [
"small",
"medium"
]
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Show at most this many posts."
},
"filterByTags": {
"type": "array",
"items": {
"type": "string"
}
},
"highlightFirstPost": {
"type": "boolean"
}
}
}