Add Gutenberg / WP plugin

main
nurbek 3 years ago
parent f5d693b654
commit 93ec99f7ca

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -1683,5 +1683,26 @@
},
"icon": "gunicorn.png",
"website": "http://gunicorn.org"
},
"Gutenberg": {
"cats": [
87
],
"description": "Gutenberg is the code name for the new block based editor introduced in WordPress 5.",
"icon": "Gutenberg.png",
"dom": {
"link[href*='/wp-content/plugins/gutenberg/']": {
"attributes": {
"href": "/wp-content/plugins/gutenberg/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
}
}
},
"pricing": [
"freemium"
],
"oss": true,
"requires": "WordPress",
"scriptSrc": "/wp-content/plugins/gutenberg/",
"website": "https://github.com/WordPress/gutenberg"
}
}