PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.3.9
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.3.9
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 / course-elements / course-student / block.json

block.json in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3.9, at assets/src/apps/js/blocks/course-elements/course-student/block.json

56 lines 1.4 KB
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/course-student",
5 "title": "Course Student Count",
6 "category": "learnpress-course-elements",
7 "description": "Show number students attempt course.",
8 "textdomain": "learnpress",
9 "keywords": ["count", "student", "learnpress"],
10 "icon": "admin-users",
11 "ancestor": [ "learnpress/single-course", "learnpress/course-item-template" ],
12 "usesContext": [ "lpCourseData" ],
13 "attributes": {
14 "showIcon": {
15 "type": "boolean",
16 "default": true
17 },
18 "showLabel": {
19 "type": "boolean",
20 "default": true
21 }
22 },
23 "supports": {
24 "align": [ "wide", "full" ],
25 "typography": {
26 "fontSize": true,
27 "lineHeight": false,
28 "fontWeight": true,
29 "__experimentalFontFamily": false,
30 "__experimentalTextDecoration": false,
31 "__experimentalFontStyle": false,
32 "__experimentalFontWeight": true,
33 "__experimentalLetterSpacing": false,
34 "__experimentalTextTransform": true,
35 "__experimentalDefaultControls": { "fontSize": true }
36 },
37 "color": {
38 "background": false,
39 "text": true,
40 "link": false,
41 "gradients": false,
42 "__experimentalDefaultControls": {
43 "text": true
44 }
45 },
46 "spacing": {
47 "padding": true,
48 "margin": true,
49 "__experimentalDefaultControls": {
50 "margin": false,
51 "padding": false
52 }
53 }
54 }
55 }
56