Skip to content

Commit 63fb4df

Browse files
committed
Doing prod build.
1 parent 548abc7 commit 63fb4df

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

Diff for: build/blocks/gravatar-block/block.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"title": "Gravatar Block",
4+
"apiVersion": 3,
5+
"name": "dlxplugins/gravatar-block",
6+
"category": "media",
7+
"icon": "admin-users",
8+
"description": "An Gravatar block.",
9+
"keywords": [
10+
"avatar",
11+
"gravatar"
12+
],
13+
"version": "1.0.0",
14+
"textdomain": "dlx-gravatar-block",
15+
"attributes": {
16+
"gravatarHash": {
17+
"type": "string",
18+
"default": ""
19+
},
20+
"gravatarSize": {
21+
"type": "string",
22+
"default": ""
23+
},
24+
"align": {
25+
"type": "string",
26+
"default": "none"
27+
}
28+
},
29+
"supports": {
30+
"anchor": true,
31+
"align": true,
32+
"className": true
33+
},
34+
"editorScript": "dlx-gravatar-block-editor",
35+
"editorStyle": "dlx-gravatar-block-editor"
36+
}

Diff for: build/index.asset.php

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => '0d1f7f66f3eba633f935');

Diff for: build/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Diff for: build/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)