PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.4
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.4
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
learnpress / assets / src / apps / js / blocks / instructor-elements / instructor-background / 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-background/block.json

35 lines 779 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "learnpress/instructor-background",
5 "title": "Instructor Background",
6 "category": "learnpress-course-elements",
7 "icon": "format-image",
8 "description": "Renders template Instructor Background PHP templates.",
9 "textdomain": "learnpress",
10 "keywords": [ "instructor background single", "learnpress" ],
11 "ancestor": [ "learnpress/single-instructor" ],
12 "usesContext": [],
13 "attributes": {
14 "position": {
15 "type": "string",
16 "default": "center"
17 },
18 "size": {
19 "type": "string",
20 "default": "cover"
21 },
22 "repeat": {
23 "type": "boolean",
24 "default": false
25 }
26 },
27 "supports": {
28 "inserter": true,
29 "reusable": true,
30 "reorder": true,
31 "html": false,
32 "multiple": false
33 }
34 }
35