Merge pull request #7913 from ceopeo/learndash

Add LearnDash / LMS, wp-plugin
main
Elbert Alias 9 months ago committed by GitHub
commit 575294f5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="#235AF3"/>
<path d="M24.3228 2.48889C22.7467 2.48889 21.4798 3.75645 21.4798 5.33334V28.8C21.4798 29.078 21.7269 29.3255 22.005 29.3255C24.848 29.3255 27.1659 27.0066 27.1659 24.1621V5.33334C27.1659 3.75645 25.8987 2.48889 24.3228 2.48889Z" fill="white"/>
<path d="M16.0718 9.50719C14.4956 9.50719 13.2288 10.7747 13.2288 12.3516V28.8C13.2288 29.078 13.4759 29.3255 13.754 29.3255C16.597 29.3255 18.9148 27.0066 18.9148 24.1621V12.3516C18.9148 10.7747 17.6476 9.50719 16.0718 9.50719Z" fill="white"/>
<path d="M7.8208 17.2366C6.24462 17.2366 4.97778 18.5042 4.97778 20.0811V28.8C4.97778 29.078 5.22489 29.3255 5.50293 29.3255C8.34595 29.3255 10.6638 27.0066 10.6638 24.1621V20.0811C10.6638 18.5042 9.39662 17.2366 7.8208 17.2366Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 884 B

@ -450,6 +450,28 @@
"scriptSrc": "npm/leanplum-sdk\\@([\\d.]+)\\;version:\\1",
"website": "https://www.leanplum.com"
},
"LearnDash": {
"cats": [
21,
87
],
"description": "LearnDash is a WordPress plugin that enables the creation and management of online courses, quizzes, and educational content within a website.",
"icon": "LearnDash.svg",
"dom": {
"link[href*='/wp-content/plugins/sfwd-lms/']": {
"attributes": {
"href": "/wp-content/plugins/sfwd-lms/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
}
}
},
"requires": "WordPress",
"pricing": [
"low",
"onetime",
"recurring"
],
"website": "https://www.learndash.com"
},
"LearnWorlds": {
"cats": [
21

Loading…
Cancel
Save