learnpress
/
assets
/
src
/
apps
/
js
/
blocks
/
course-elements
/
course-feature-review
/
block.json
block.json in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.5, at assets/src/apps/js/blocks/course-elements/course-feature-review/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "learnpress/course-feature-review", |
| 5 | "title": "Course Feature Review", |
| 6 | "icon": "star-filled", |
| 7 | "category": "learnpress-course-elements", |
| 8 | "description": "Renders template Feature Review Course PHP templates.", |
| 9 | "textdomain": "learnpress", |
| 10 | "keywords": [ "feature review single course", "learnpress" ], |
| 11 | "ancestor": [ "learnpress/single-course" ], |
| 12 | "usesContext": [], |
| 13 | "supports": { |
| 14 | "align": [ "wide", "full" ], |
| 15 | "typography": { |
| 16 | "fontSize": true, |
| 17 | "lineHeight": false, |
| 18 | "fontWeight": true, |
| 19 | "__experimentalFontFamily": false, |
| 20 | "__experimentalTextDecoration": false, |
| 21 | "__experimentalFontStyle": false, |
| 22 | "__experimentalFontWeight": true, |
| 23 | "__experimentalLetterSpacing": false, |
| 24 | "__experimentalTextTransform": true, |
| 25 | "__experimentalDefaultControls": { "fontSize": true } |
| 26 | }, |
| 27 | "color": { |
| 28 | "background": false, |
| 29 | "text": true, |
| 30 | "link": false, |
| 31 | "gradients": false, |
| 32 | "__experimentalDefaultControls": { |
| 33 | "text": true |
| 34 | } |
| 35 | }, |
| 36 | "spacing": { |
| 37 | "padding": true, |
| 38 | "margin": true, |
| 39 | "__experimentalDefaultControls": { |
| 40 | "margin": false, |
| 41 | "padding": false |
| 42 | } |
| 43 | } |
| 44 | } |
| 45 | } |
| 46 |