Add MDBootstrap WP theme / wp-theme

main
nurbek 2 years ago
parent 387a16caac
commit 7e91fed877

@ -47,6 +47,7 @@
], ],
"description": "MDBootstrap (Material Design for Bootstrap) is a complete UI package that can be integrated with other frameworks such as Angular, React, Vue, etc. It is used to design a fully responsive and mobile-friendly layout using various components, plugins, animation.", "description": "MDBootstrap (Material Design for Bootstrap) is a complete UI package that can be integrated with other frameworks such as Angular, React, Vue, etc. It is used to design a fully responsive and mobile-friendly layout using various components, plugins, animation.",
"icon": "MDBootstrap.png", "icon": "MDBootstrap.png",
"implies": "Bootstrap",
"js": { "js": {
"mdb.ScrollSpy": "" "mdb.ScrollSpy": ""
}, },
@ -54,6 +55,23 @@
"scriptSrc": "(?:/mdbootstrap/([\\d\\.]+)/)?js/mdb\\.min\\.js\\;version:\\1", "scriptSrc": "(?:/mdbootstrap/([\\d\\.]+)/)?js/mdb\\.min\\.js\\;version:\\1",
"website": "https://mdbootstrap.com" "website": "https://mdbootstrap.com"
}, },
"MDBootstrap WP theme": {
"cats": [
80
],
"description": "MDBootstrap WP theme is a WordPress theme built on top of the MDBootstrap front-end UI library. It provides a set of pre-designed layouts, widgets, and components that can be easily customised and integrated into WordPress websites.",
"icon": "MDBootstrap.png",
"implies": "MDBootstrap",
"dom": {
"link[href*='/wp-content/themes/mdbootstrap']":{
"attributes": {
"href": "/wp-content/themes/mdbootstrap(?:\\d+)?/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
}
}
},
"requires": "WordPress",
"website": "https://mdbgo.com/docs/projects/wordpress/"
},
"MDS Brand": { "MDS Brand": {
"cats": [ "cats": [
53 53

Loading…
Cancel
Save