-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from newfold-labs/PRESS0-1381-AddResource-Cate…
…gory-Preview-Images PRESS0-1381 Add resource category preview images
- Loading branch information
Showing
16 changed files
with
13,748 additions
and
66 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "https://schemas.wp.org/trunk/block.json", | ||
"apiVersion": 2, | ||
"name": "wonder-blocks/library", | ||
"title": "WonderBlocks", | ||
"description": "Add patterns and page templates tailored for your site.", | ||
"keywords": [ | ||
"template", | ||
"patterns", | ||
"blocks" | ||
], | ||
"textdomain": "nfd-wonder-blocks", | ||
"attributes": { | ||
"preview": { | ||
"type": "string" | ||
}, | ||
"category": { | ||
"type": "string" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'f868980da12498a86477'); |
Oops, something went wrong.