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

71 lines 1.6 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-title",
5 "title": "Course Title",
6 "category": "learnpress-course-elements",
7 "description": "Course title.",
8 "textdomain": "learnpress",
9 "keywords": ["course title", "learnpress"],
10 "ancestor": [ "learnpress/single-course", "learnpress/course-item-template" ],
11 "attributes": {
12 "tag": {
13 "type": "string",
14 "default": "span"
15 },
16 "isLink": {
17 "type": "boolean",
18 "default": false
19 },
20 "target": {
21 "type": "boolean",
22 "default": false
23 }
24 },
25 "usesContext": ["lpCourseData"],
26 "supports": {
27 "multiple": true,
28 "align": ["wide", "full"],
29 "html": false,
30 "typography": {
31 "fontSize": true,
32 "lineHeight": false,
33 "fontWeight": true,
34 "textTransform": false,
35 "__experimentalFontFamily": false,
36 "__experimentalTextDecoration": false,
37 "__experimentalFontStyle": true,
38 "__experimentalFontWeight": true,
39 "__experimentalLetterSpacing": false,
40 "__experimentalTextTransform": true,
41 "__experimentalDefaultControls": {
42 "fontSize": true,
43 "textTransform": false
44 }
45 },
46 "color": {
47 "text": true,
48 "link": true,
49 "background": true,
50 "__experimentalDefaultControls": {
51 "text": true,
52 "link": false,
53 "background": false
54 }
55 },
56 "__experimentalBorder": {
57 "color": false,
58 "radius": false,
59 "width": false
60 },
61 "spacing": {
62 "padding": true,
63 "margin": true,
64 "__experimentalDefaultControls": {
65 "margin": false,
66 "padding": false
67 }
68 }
69 }
70 }
71