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

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

54 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-instructor",
5 "title": "Course Instructor",
6 "category": "learnpress-course-elements",
7 "description": "Renders template Instructor Course PHP templates.",
8 "textdomain": "learnpress",
9 "keywords": [ "instructor single course", "learnpress" ],
10 "icon": "id",
11 "ancestor": [ "learnpress/single-course", "learnpress/course-item-template" ],
12 "usesContext": [ "lpCourseData" ],
13 "attributes": {
14 "showText": {
15 "type": "boolean",
16 "default": true
17 },
18 "isLink": {
19 "type": "boolean",
20 "default": true
21 },
22 "target": {
23 "type": "boolean",
24 "default": false
25 }
26 },
27 "supports": {
28 "multiple": true,
29 "align": [ "wide", "full" ],
30 "html": false,
31 "typography": {
32 "fontSize": true,
33 "lineHeight": false,
34 "fontWeight": true,
35 "__experimentalFontFamily": false,
36 "__experimentalTextDecoration": false,
37 "__experimentalFontStyle": false,
38 "__experimentalFontWeight": true,
39 "__experimentalLetterSpacing": false,
40 "__experimentalTextTransform": true,
41 "__experimentalDefaultControls": { "fontSize": true }
42 },
43 "color": {
44 "background": false,
45 "text": true,
46 "link": true,
47 "__experimentalDefaultControls": {
48 "link": false,
49 "text": true
50 }
51 }
52 }
53 }
54