diff --git a/blueprints/post-type-bound-block/README.md b/blueprints/post-type-bound-block/README.md index 19d71f1..1730a79 100644 --- a/blueprints/post-type-bound-block/README.md +++ b/blueprints/post-type-bound-block/README.md @@ -1,3 +1,7 @@ +# Show post_type slug, post_type labels or post_type supports using this bound block. + +Install and activate a WordPress must-use plugin from a .php file stored in a gist. This plugin provides a block to show post_type slug, post_type labels or post_type supports. It uses the block bindings API. + ![image](https://gist.github.com/assets/198883/21bebc39-db6d-455b-abd4-84b208b782f8) ![image](https://gist.github.com/assets/198883/16f39a34-5d01-42a6-b1df-99824cf7cae3) diff --git a/blueprints/post-type-bound-block/blueprint.json b/blueprints/post-type-bound-block/blueprint.json index 81f2ec3..759085d 100644 --- a/blueprints/post-type-bound-block/blueprint.json +++ b/blueprints/post-type-bound-block/blueprint.json @@ -2,7 +2,7 @@ "meta": { "title": "Install mu-plugin from a gist", "author": "carstenbach", - "description": "Install and activate a WordPress must-use plugin from a .php file stored in a gist.", + "description": "Install and activate a WordPress must-use plugin from a .php file stored in a gist. This plugin provides a block to show post_type slug, post_type labels or post_type supports. It uses the block bindings API.", "categories": [ "mu-plugins", "block-bindings-api",