PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.3.7
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.3.7
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
learnpress / assets / src / apps / js / blocks / courses / list-courses / block.json

block.json in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3.7, at assets/src/apps/js/blocks/courses/list-courses/block.json

34 lines 725 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "learnpress/list-courses",
5 "title": "Course Listing",
6 "category": "learnpress-category",
7 "description": "Course Listing block",
8 "textdomain": "learnpress",
9 "keywords": [ "listing course", "learnpress", "query loop" ],
10 "usesContext": [],
11 "attributes": {
12 "courseQuery": {
13 "type": "object",
14 "default": {
15 "limit": 10,
16 "order_by": "post_date",
17 "related": false,
18 "pagination": false,
19 "pagination_type": "number",
20 "tag_id": "",
21 "term_id": "",
22 "load_ajax": false
23 }
24 }
25 },
26 "providesContext": {
27 "lpCourseQuery": "courseQuery"
28 },
29 "supports": {
30 "html": false,
31 "align": [ "wide", "full" ]
32 }
33 }
34