| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "learnpress/course-order-by", |
| 5 |
"title": "Course Sorting", |
| 6 |
"category": "learnpress-course-elements", |
| 7 |
"icon": "editor-alignleft", |
| 8 |
"description": "Show sorting select box for courses.", |
| 9 |
"textdomain": "learnpress", |
| 10 |
"keywords": ["sort", "learnpress"], |
| 11 |
"usesContext": [ "lpCourseQuery" ], |
| 12 |
"ancestor": [ "learnpress/list-courses" ], |
| 13 |
"supports": { |
| 14 |
"inserter": true, |
| 15 |
"reusable": true, |
| 16 |
"reorder": true, |
| 17 |
"html": false, |
| 18 |
"multiple": true |
| 19 |
} |
| 20 |
} |
| 21 |
|