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

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

46 lines 1.1 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/instructor-student",
5 "title": "Instructor Count Student",
6 "category": "learnpress-course-elements",
7 "icon": "admin-users",
8 "description": "Renders template instructor count student PHP templates.",
9 "textdomain": "learnpress",
10 "keywords": [ "instructor student single", "learnpress" ],
11 "ancestor": [ "learnpress/single-instructor" ],
12 "usesContext": [],
13 "attributes": {
14 "hidden": {
15 "type": "string",
16 "default": ""
17 }
18 },
19 "supports": {
20 "multiple": false,
21 "align": [ "wide", "full" ],
22 "html": false,
23 "typography": {
24 "fontSize": true,
25 "lineHeight": false,
26 "fontWeight": true,
27 "__experimentalFontFamily": false,
28 "__experimentalTextDecoration": false,
29 "__experimentalFontStyle": false,
30 "__experimentalFontWeight": true,
31 "__experimentalLetterSpacing": false,
32 "__experimentalTextTransform": true,
33 "__experimentalDefaultControls": { "fontSize": true }
34 },
35 "color": {
36 "background": false,
37 "text": true,
38 "link": false,
39 "gradients": false,
40 "__experimentalDefaultControls": {
41 "text": true
42 }
43 }
44 }
45 }
46