Merge pull request #7436 from nurbek91/Stackable

Add Stackable / page-builders,wp-plugin
main
Elbert Alias 2 years ago committed by GitHub
commit 109c64376b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,16 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4166_89)">
<path d="M28.4646 22.4844L12.0005 22.0697L1.37251 30.2897C1.27018 30.3802 1.20105 30.5025 1.17609 30.6369C1.15113 30.7712 1.17176 30.9101 1.23471 31.0314C1.29766 31.1526 1.39933 31.2494 1.52357 31.3065C1.64781 31.3634 1.78752 31.3772 1.92051 31.3457L21.5606 31.555L28.8206 23.163C28.882 23.1029 28.9226 23.0245 28.936 22.9394C28.9494 22.8545 28.9351 22.7674 28.8951 22.6912C28.8551 22.615 28.7916 22.5537 28.714 22.5164C28.6364 22.4792 28.549 22.468 28.4646 22.4844Z" fill="#4CD5D9"/>
<path d="M30.8379 1.2324C30.8479 1.07609 30.8005 0.921478 30.7045 0.797734C30.6443 0.730772 30.5704 0.677542 30.4877 0.641654C30.4052 0.605766 30.3159 0.588059 30.2259 0.589734L10.4711 0.401733L2.82846 8.64974C2.73059 8.73268 2.66066 8.84379 2.6282 8.96791C2.59575 9.09203 2.60235 9.22315 2.6471 9.34339C2.69183 9.46363 2.77255 9.56715 2.87826 9.63987C2.98396 9.71258 3.10951 9.75094 3.23779 9.74974L20.0299 9.88307L30.6285 1.7764C30.7585 1.62445 30.8325 1.43238 30.8379 1.2324Z" fill="#FFBE2C"/>
<path d="M20.0297 9.88708L30.9177 1.78174C31.0407 1.68971 31.1337 1.56344 31.1852 1.41875C31.2367 1.27406 31.2443 1.1174 31.2071 0.968408C31.1575 0.796043 31.0505 0.645828 30.9037 0.542738C30.7569 0.439647 30.5793 0.389891 30.4004 0.401742H10.4711L20.0297 9.88708Z" fill="#FFBE2C"/>
<path d="M20.0298 9.88707L10.4712 0.401733L2.66715 8.61107C2.13382 9.1564 2.49649 9.88707 3.25649 9.88707H20.0298Z" fill="#E26B54"/>
<path d="M29.4219 19.2018C26.8619 16.6791 21.7872 11.6324 21.7872 11.6324H3.06718C2.93734 11.6326 2.81049 11.6714 2.70269 11.7437C2.59487 11.8161 2.51097 11.9188 2.46157 12.0388C2.41217 12.1589 2.39951 12.2909 2.42519 12.4182C2.45087 12.5455 2.51374 12.6623 2.60585 12.7538L10.2538 20.3231H28.9819C29.1101 20.3194 29.2345 20.2781 29.3395 20.2042C29.4445 20.1305 29.5255 20.0274 29.5724 19.9078C29.6193 19.7883 29.63 19.6577 29.6032 19.5322C29.5765 19.4066 29.5133 19.2918 29.4219 19.2018Z" fill="#E11D62"/>
<path d="M12.0005 22.0697L1.11387 30.175C0.979242 30.2732 0.880404 30.4128 0.832416 30.5722C0.784429 30.7318 0.789926 30.9028 0.84807 31.0589C0.906213 31.215 1.01381 31.348 1.15448 31.4373C1.29514 31.5266 1.46115 31.5674 1.62721 31.5537H21.5606L12.0005 22.0697Z" fill="#4CD5D9"/>
<path d="M21.5605 31.5538L29.4272 23.2871C29.5241 23.1856 29.589 23.0579 29.6141 22.9199C29.639 22.7818 29.6229 22.6395 29.5676 22.5104C29.5124 22.3815 29.4205 22.2716 29.3033 22.1944C29.1861 22.1172 29.0488 22.0762 28.9085 22.0764H12.0005L21.5605 31.5538Z" fill="#47A0DD"/>
</g>
<defs>
<clipPath id="clip0_4166_89">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -5470,6 +5470,34 @@
],
"website": "https://www.squiz.net/matrix"
},
"Stackable": {
"cats": [
87,
51
],
"description": "Stackable is a plugin for WordPress that offers a collection of blocks, templates, and other design tools to help users create custom, professional-looking websites.",
"icon": "Stackable.svg",
"implies": "Gutenberg",
"requires": "WordPress",
"dom": {
"link[href*='/wp-content/plugins/stackable-ultimate-gutenberg-blocks/']": {
"attributes": {
"href": "/wp-content/plugins/stackable-ultimate-gutenberg-blocks/.+\\.css(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1"
}
}
},
"js": {
"stackable.restUrl": ""
},
"pricing": [
"freemium",
"low",
"recurring",
"onetime"
],
"saas": true,
"website": "https://wpstackable.com"
},
"Stack Analytix": {
"cats": [
10

Loading…
Cancel
Save