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 / instructor-elements / instructor-course / block.json

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

46 lines 1.2 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-course",
5 "title": "Instructor Count Course",
6 "category": "learnpress-course-elements",
7 "icon": "media-text",
8 "description": "Renders template instructor count course PHP templates.",
9 "textdomain": "learnpress",
10 "keywords": [ "instructor course single", "learnpress" ],
11 "ancestor": [ "learnpress/single-instructor" ],
12 "attributes": {
13 "hidden": {
14 "type": "string",
15 "default": ""
16 }
17 },
18 "usesContext": [],
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