PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.2
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.2
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 / single-course-item / item-content / block.json

block.json in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.2, at assets/src/apps/js/blocks/single-course-item/item-content/block.json

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