-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblock.json
34 lines (34 loc) · 955 Bytes
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "llms-lite-lms/progress-tracker",
"title": "Lite LMS Progress Tracker by LifterLMS",
"category": "widgets",
"icon": "yes-alt",
"description": "A simple way to turn any WordPress post or page into a completable course.",
"keywords": [ "course", "membership", "tracking", "progress", "complete", "LifterLMS", "LMS" ],
"textdomain": "llms-lite-progress",
"attributes": {
"completeMsg": {
"type": "boolean",
"default": true
},
"incompleteMsg": {
"type": "boolean",
"default": true
},
"allowReset": {
"type": "boolean",
"default": false
},
"postId": {
"type": "integer"
}
},
"supports": {
"html": false,
"multiple": false
},
"editorScript": "file:./assets/js/llms-lite-editor.js",
"script": "file:./assets/js/llms-lite-client.js",
"editorStyle": "file:./assets/js/llms-lite-editor.css",
"style": "file:./assets/js/llms-lite-client.css"
}