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-capacity / 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-capacity/block.json

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