learnpress
/
assets
/
src
/
apps
/
js
/
blocks
/
course-elements
/
course-instructor-info
/
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-instructor-info/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "learnpress/course-instructor-info", |
| 5 | "title": "Course Instructor Info", |
| 6 | "category": "learnpress-course-elements", |
| 7 | "icon": "index-card", |
| 8 | "description": "Renders template Instructor Section PHP templates.", |
| 9 | "textdomain": "learnpress", |
| 10 | "keywords": [ "instructor info single course", "learnpress" ], |
| 11 | "ancestor": [ "learnpress/single-course" ], |
| 12 | "usesContext": [], |
| 13 | "supports": { |
| 14 | "multiple": false, |
| 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": true } |
| 28 | }, |
| 29 | "color": { |
| 30 | "background": false, |
| 31 | "text": true, |
| 32 | "link": false, |
| 33 | "heading": true, |
| 34 | "gradients": false, |
| 35 | "__experimentalDefaultControls": { |
| 36 | "text": true, |
| 37 | "h3": true |
| 38 | } |
| 39 | }, |
| 40 | "spacing": { |
| 41 | "padding": true, |
| 42 | "margin": true, |
| 43 | "__experimentalDefaultControls": { |
| 44 | "margin": false, |
| 45 | "padding": false |
| 46 | } |
| 47 | } |
| 48 | } |
| 49 | } |
| 50 |