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

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