We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0400f6 commit 38636c0Copy full SHA for 38636c0
block-editor-assets-endpoint.php
@@ -1,6 +1,13 @@
1
<?php
2
/*
3
* Plugin Name: Block Editor Assets Endpoint
4
+ * Description: Adds a REST API endpoint for retrieving block editor assets.
5
+ * Version: 0.0.1-alpha.3
6
+ * Author: WordPress Contributors
7
+ * Author URI: https://github.com/WordPress/gutenberg
8
+ * License: GPL-2.0-or-later
9
+ * License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
+ * Requires Plugins: gutenberg
11
*/
12
13
/**
0 commit comments