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

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

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