Skip to content

Commit 38636c0

Browse files
committed
docs: Add plugin documentation
1 parent f0400f6 commit 38636c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

block-editor-assets-endpoint.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?php
22
/*
33
* 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
411
*/
512

613
/**

0 commit comments

Comments
 (0)