| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "learnpress/single-course-legacy", |
| 5 |
"title": "Single Course (Legacy)", |
| 6 |
"category": "learnpress-legacy", |
| 7 |
"description": "Renders template Single Course Legacy PHP templates.", |
| 8 |
"textdomain": "learnpress", |
| 9 |
"keywords": [ |
| 10 |
"legacy", |
| 11 |
"learnpress" |
| 12 |
], |
| 13 |
"ancestor": [], |
| 14 |
"usesContext": [], |
| 15 |
"supports": { |
| 16 |
"align": true |
| 17 |
} |
| 18 |
} |
| 19 |
|