# learnpress/4.3.9/assets/src/apps/js/blocks/course-elements/course-features/block.json

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.3.9. 48 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9/code/assets/src/apps/js/blocks/course-elements/course-features/block.json
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9/raw/assets/src/apps/js/blocks/course-elements/course-features/block.json
- Modified: 2026-06-08T02:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.3.9/code/assets/src/apps/js/blocks/course-elements/course-features/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "learnpress/course-features",
	"title": "Course Features",
	"category": "learnpress-course-elements",
	"icon": "index-card",
	"description": "Renders template Box Extra Features Course PHP templates.",
	"textdomain": "learnpress",
	"keywords": [ "box extra features single course", "learnpress" ],
	"ancestor": [ "learnpress/single-course" ],
	"usesContext": [],
	"supports": {
		"align": [ "wide", "full" ],
		"typography": {
			"fontSize": true,
			"lineHeight": false,
			"fontWeight": true,
			"__experimentalFontFamily": false,
			"__experimentalTextDecoration": false,
			"__experimentalFontStyle": false,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": false,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": { "fontSize": true }
		},
		"color": {
			"background": false,
			"text": true,
			"link": false,
			"heading": true,
			"gradients": false,
			"__experimentalDefaultControls": {
				"text": true,
				"h3": true
			}
		},
		"spacing": {
			"padding": true,
			"margin": true,
			"__experimentalDefaultControls": {
				"margin": false,
				"padding": false
			}
		}
	}
}

```
