learnpress
/
assets
/
src
/
apps
/
js
/
blocks
/
course-elements
/
course-offline-lesson
/
block.json
block.json in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.3.9.1, at assets/src/apps/js/blocks/course-elements/course-offline-lesson/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "learnpress/course-offline-lesson", |
| 5 | "title": "Course Offline Lesson", |
| 6 | "category": "learnpress-course-elements", |
| 7 | "description": "Show number lesson of course offline.", |
| 8 | "textdomain": "learnpress", |
| 9 | "keywords": [ "lesson", "offline", "count", "learnpress" ], |
| 10 | "icon": "media-text", |
| 11 | "ancestor": [ "learnpress/single-course" ], |
| 12 | "usesContext": [ "lpCourseData" ], |
| 13 | "attributes": { |
| 14 | "showIcon": { |
| 15 | "type": "boolean", |
| 16 | "default": true |
| 17 | }, |
| 18 | "showLabel": { |
| 19 | "type": "boolean", |
| 20 | "default": true |
| 21 | } |
| 22 | }, |
| 23 | "supports": { |
| 24 | "multiple": true, |
| 25 | "align": [ "wide", "full" ], |
| 26 | "html": false, |
| 27 | "typography": { |
| 28 | "fontSize": true, |
| 29 | "lineHeight": false, |
| 30 | "fontWeight": true, |
| 31 | "__experimentalFontFamily": false, |
| 32 | "__experimentalTextDecoration": false, |
| 33 | "__experimentalFontStyle": false, |
| 34 | "__experimentalFontWeight": true, |
| 35 | "__experimentalLetterSpacing": false, |
| 36 | "__experimentalTextTransform": true, |
| 37 | "__experimentalDefaultControls": { "fontSize": true } |
| 38 | }, |
| 39 | "color": { |
| 40 | "background": false, |
| 41 | "text": true, |
| 42 | "link": false, |
| 43 | "gradients": false, |
| 44 | "__experimentalDefaultControls": { |
| 45 | "text": true |
| 46 | } |
| 47 | }, |
| 48 | "spacing": { |
| 49 | "padding": true, |
| 50 | "margin": true, |
| 51 | "__experimentalDefaultControls": { |
| 52 | "margin": false, |
| 53 | "padding": false |
| 54 | } |
| 55 | } |
| 56 | } |
| 57 | } |
| 58 |