This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,63 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "jetpack/contact-info",
"title": "Contact Info",
"description": "Add an email address, phone number, and physical address with improved markup for better SEO results.",
"keywords": [
"email",
"phone",
"address"
],
"version": "12.5.0",
"textdomain": "jetpack",
"category": "grow",
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M19 5v14H5V5h14m0-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 10H6v-1.53c0-2.5 3.97-3.58 6-3.58s6 1.08 6 3.58V18zm-9.69-2h7.38c-.69-.56-2.38-1.12-3.69-1.12s-3.01.56-3.69 1.12z'/></svg>",
"supports": {
"align": [
"wide",
"full"
],
"html": false,
"color": {
"link": true,
"gradients": true
},
"spacing": {
"padding": true,
"margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true
}
},
"example": {
"attributes": {},
"innerBlocks": [
{
"name": "jetpack/email",
"attributes": {
"email": "hello@yourjetpack.blog"
}
},
{
"name": "jetpack/phone",
"attributes": {
"phone": "123-456-7890"
}
},
{
"name": "jetpack/address",
"attributes": {
"address": "987 Photon Drive",
"city": "Speedyville",
"region": "CA",
"postal": "12345",
"country": "USA"
}
}
]
},
"editorScript": "jetpack-blocks-editor"
}
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '89cdd3c1136d6e464b57');
@@ -0,0 +1 @@
.wp-block-jetpack-contact-info{margin-bottom:1.5em}
@@ -0,0 +1 @@
(()=>{var r={25378(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(25378)})()})();
@@ -0,0 +1 @@
.wp-block-jetpack-contact-info{margin-bottom:1.5em}