{
    "title": "Yasr: Order posts by rating",
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "yet-another-stars-rating/display-posts",
    "description": "Display your posts according to YASR ratings. This shortcode works only on pages.",
    "icon": "star-half",
    "category": "yet-another-stars-rating",
    "example": {},
    "keywords": [
        "rating",
        "posts",
        "order"
    ],
    "attributes": {
        "orderby": {
            "type": "string",
            "default": "vv_count"
        },
        "sort": {
            "type": "string",
            "default": "desc"
        },
        "postsPerPage": {
            "type": "string",
            "default": 10
        }
    },
    "editorScript": "yasr-shortcodes-blocks"
}