{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "title": "Facet (ElasticPress)", "textdomain": "elasticpress", "name": "elasticpress/facet", "icon": "feedback", "category": "widgets", "attributes": { "facet": { "type": "string", "default": "" }, "orderby": { "type" : "string", "default": "count", "enum" : [ "count", "name" ] }, "order": { "type": "string", "default": "desc", "enum": [ "desc", "asc" ] } }, "supports": { "html": false }, "editorScript": "file:/../../../../dist/js/facets-block-script.min.js", "style": "file:/../../../../dist/css/facets-styles.min.css" }