Skip to content

Commit

Permalink
Merge pull request #78 from jdevalk/jdv/block-libraries
Browse files Browse the repository at this point in the history
Add block libraries
  • Loading branch information
tunetheweb authored Dec 3, 2024
2 parents 27e8236 + 44bf278 commit a322d9b
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 12 deletions.
Binary file added src/images/icons/essential-blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/icons/otter-blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/icons/publishpress-blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/technologies/e.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,20 @@
],
"website": "https://erpnext.com"
},
"Essential Blocks": {
"cats": [
87
],
"description": "Essential Blocks is a Gutenberg Blocks page builder plugin that adds extra functionality to the WordPress Block Editor.",
"icon": "essential-blocks.png",
"requires": "WordPress",
"dom": [
"link[href*='/wp-content/uploads/eb-style/']",
"link#essential-blocks-frontend-style-css"
],
"html": "<div[^>]+class=[\"']wp-block-essential-blocks-*",
"website": "https://essential-blocks.com"
},
"ESW": {
"cats": [
106
Expand Down
16 changes: 4 additions & 12 deletions src/technologies/g.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,19 +450,11 @@
"description": "Premium block library & block editor enhancements from StudioPress.",
"icon": "genesis-blocks.png",
"requires": "WordPress",
"dom": [
"link[href*='/wp-content/plugins/atomic-blocks']",
"link[href*='/wp-content/plugins/genesis-blocks']"
],
"html": "<div[^>]+class=[\"']wp-block-atomic-blocks-*",
"dom": {
"link[href*='/wp-content/plugins/atomic-blocks']": {
"attributes": {
"href": "/wp-content/plugins/atomic-blocks/"
}
},
"link[href*='/wp-content/plugins/genesis-blocks']": {
"attributes": {
"href": "/wp-content/plugins/genesis-blocks/"
}
}
},
"scriptSrc": "/wp-content/themes/genesis-blocks/lib/js/",
"website": "https://www.studiopress.com/genesis-blocks/"
},
Expand Down
11 changes: 11 additions & 0 deletions src/technologies/o.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"Otter Blocks": {
"cats": [
87
],
"description": "Otter blocks is a Gutenberg Blocks page builder plugin that adds extra functionality to the WordPress Block Editor.",
"dom": "link[href*='/wp-content/plugins/otter-blocks']",
"html": "<div[^>]+class=[\"']wp-block-themeisle-blocks-*",
"icon": "otter-blocks.png",
"requires": "WordPress",
"website": "https://wordpress.org/plugins/otter-blocks/"
},
"OTYS": {
"cats": [
101
Expand Down
11 changes: 11 additions & 0 deletions src/technologies/p.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,17 @@
"saas": true,
"website": "https://www.index-education.com/fr/logiciel-gestion-vie-scolaire.php"
},
"PublishPress Blocks": {
"cats": [
87
],
"description": "PublishPress Blocks is a Gutenberg Blocks page builder plugin that adds extra functionality to the WordPress Block Editor.",
"icon": "publishpress-blocks.png",
"requires": "WordPress",
"dom": "link[href*='/wp-content/plugins/advanced-gutenberg/assets/css/blocks.css?ver=([\\d\\.]+))?\\;version:\\1']",
"html": "<div[^>]+class=[\"']wp-block-advgb-*",
"website": "https://publishpress.com/blocks/"
},
"PWA": {
"cats": [
19
Expand Down

0 comments on commit a322d9b

Please sign in to comment.