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

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