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