From d42a2b4719b58343a69de987d43b433df3d7fc9d Mon Sep 17 00:00:00 2001 From: JuanMa Garrido Date: Thu, 29 Aug 2024 18:27:38 +0200 Subject: [PATCH] table and examples updated --- README.md | 4 +- plugins/dynamic-block-b0bce7/README.md | 6 +- .../_playground/blueprint.json | 19 +++ .../_playground/export.xml | 121 +++++++++++++++++ .../{dynamic-block-b0bce7.php => plugin.php} | 0 .../{index.php => plugin.php} | 0 plugins/format-api-f14b86/README.md | 6 +- .../_playground/blueprint.json | 19 +++ .../format-api-f14b86/_playground/export.xml | 122 ++++++++++++++++++ .../{format-api-f14b86.php => plugin.php} | 0 .../{inner-blocks-dcd824.php => plugin.php} | 0 11 files changed, 289 insertions(+), 8 deletions(-) create mode 100644 plugins/dynamic-block-b0bce7/_playground/blueprint.json create mode 100644 plugins/dynamic-block-b0bce7/_playground/export.xml rename plugins/dynamic-block-b0bce7/{dynamic-block-b0bce7.php => plugin.php} (100%) rename plugins/editable-block-1b8c51/{index.php => plugin.php} (100%) create mode 100644 plugins/format-api-f14b86/_playground/blueprint.json create mode 100644 plugins/format-api-f14b86/_playground/export.xml rename plugins/format-api-f14b86/{format-api-f14b86.php => plugin.php} (100%) rename plugins/inner-blocks-dcd824/{inner-blocks-dcd824.php => plugin.php} (100%) diff --git a/README.md b/README.md index ab3b5755..76cedb47 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Welcome to the `block-development-examples` repo on GitHub. Here you can find a | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/non-block-react-wp-data-56d6f3) | Non-block wp data with React | NO BLOCK, WP DATA | `56d6f3` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/non-block-react-wp-data-56d6f3.zip "") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/non-block-react-wp-data-56d6f3.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/minimal-block-no-build-e621a6) | Minimal Gutenberg Block (No Build) | MINIMAL, NO BUILD | `e621a6` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/minimal-block-no-build-e621a6.zip "Install the plugin using this zip and activate it. Then use the ID of the block (e621a6) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/minimal-block-no-build-e621a6/_playground/blueprint.json "Use the ID of the block (e621a6) to find it and add it to a post to see it in action") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/interactive-blocks-demos-99def1) | Interactive Blocks | INTERACTIVE BLOCK, MULTI BLOCK | `99def1` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/interactive-blocks-demos-99def1.zip "Install the plugin using this zip and activate it. Then use the ID of the block (99def1) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/interactive-blocks-demos-99def1/_playground/blueprint.json "Use the ID of the block (99def1) to find it and add it to a post to see it in action") | -| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/format-api-f14b86) | Format API | NO BLOCK | `f14b86` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip "") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "") | +| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/format-api-f14b86) | Format API | NO BLOCK | `f14b86` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip "") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/format-api-f14b86/_playground/blueprint.json "") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/basic-esnext-a2ab62) | Basic ESNext | MINIMAL | `a2ab62` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/basic-esnext-a2ab62.zip "Install the plugin using this zip and activate it. Then use the ID of the block (a2ab62) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/basic-esnext-a2ab62/_playground/blueprint.json "Use the ID of the block (a2ab62) to find it and add it to a post to see it in action") | -| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/dynamic-block-b0bce7) | Dynamic Block | DYNAMIC RENDERING | `b0bce7` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip "Install the plugin using this zip and activate it. Then use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "Use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | +| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/dynamic-block-b0bce7) | Dynamic Block | DYNAMIC RENDERING | `b0bce7` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip "Install the plugin using this zip and activate it. Then use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/dynamic-block-b0bce7/_playground/blueprint.json "Use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/interactivity-api-block-833d15) | Interactivity API Block | CREATE BLOCK TEMPLATE, INTERACTIVE BLOCK, INTERACTIVITY API | `833d15` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/interactivity-api-block-833d15.zip "Install the plugin using this zip and activate it. Then use the ID of the block (833d15) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/interactivity-api-block-833d15/_playground/blueprint.json "Use the ID of the block (833d15) to find it and add it to a post to see it in action") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/meta-block-bb1e55) | Meta Block | META | `bb1e55` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/meta-block-bb1e55.zip "Install the plugin using this zip and activate it. Then use the ID of the block (bb1e55) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/meta-block-bb1e55.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "Use the ID of the block (bb1e55) to find it and add it to a post to see it in action") | | [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/inner-blocks-dcd824) | Inner Blocks | | `dcd824` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/inner-blocks-dcd824.zip "Install the plugin using this zip and activate it. Then use the ID of the block (dcd824) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/inner-blocks-dcd824/_playground/blueprint.json "Use the ID of the block (dcd824) to find it and add it to a post to see it in action") | diff --git a/plugins/dynamic-block-b0bce7/README.md b/plugins/dynamic-block-b0bce7/README.md index 79796dbe..3e78813e 100644 --- a/plugins/dynamic-block-b0bce7/README.md +++ b/plugins/dynamic-block-b0bce7/README.md @@ -4,9 +4,9 @@ The goal of this example is to ... -| Folder | Short description | Tags | ID ([❓](https://github.com/WordPress/block-development-examples/wiki/04-Why-an-ID-for-every-example%3F "Why an ID for every example?")) | Download .zip | Live Demo | -| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/dynamic-block-b0bce7) | Dynamic Block | DYNAMIC RENDERING | `b0bce7` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip "Install the plugin using this zip and activate it. Then use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "Use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | +| Folder | Short description | Tags | ID ([❓](https://github.com/WordPress/block-development-examples/wiki/04-Why-an-ID-for-every-example%3F "Why an ID for every example?")) | Download .zip | Live Demo | +| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/dynamic-block-b0bce7) | Dynamic Block | DYNAMIC RENDERING | `b0bce7` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip "Install the plugin using this zip and activate it. Then use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/dynamic-block-b0bce7/_playground/blueprint.json "Use the ID of the block (b0bce7) to find it and add it to a post to see it in action") | ## Understanding the Example Code diff --git a/plugins/dynamic-block-b0bce7/_playground/blueprint.json b/plugins/dynamic-block-b0bce7/_playground/blueprint.json new file mode 100644 index 00000000..d8f53a3b --- /dev/null +++ b/plugins/dynamic-block-b0bce7/_playground/blueprint.json @@ -0,0 +1,19 @@ +{ + "landingPage": "/wp-admin/post.php?post=10&action=edit", + "login": true, + "plugins": [ + "https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/dynamic-block-b0bce7.zip" + ], + "steps": [ + { + "step": "resetData" + }, + { + "step": "importWxr", + "file": { + "resource": "url", + "url": "https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/dynamic-block-b0bce7/_playground/export.xml" + } + } + ] +} diff --git a/plugins/dynamic-block-b0bce7/_playground/export.xml b/plugins/dynamic-block-b0bce7/_playground/export.xml new file mode 100644 index 00000000..0fdd9fcd --- /dev/null +++ b/plugins/dynamic-block-b0bce7/_playground/export.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + My WordPress Website + https://playground.wordpress.net/scope:0.3866593653389305 + + Wed, 22 Nov 2023 12:40:46 +0000 + en-US + 1.2 + https://playground.wordpress.net/scope:0.3866593653389305 + https://playground.wordpress.net/scope:0.3866593653389305 + + 1 + + + https://wordpress.org/?v=6.4.1 + + + <![CDATA[Hello world!]]> + https://playground.wordpress.net/scope:0.3866593653389305/?p=1 + Wed, 22 Nov 2023 08:09:20 +0000 + + http://127.0.0.1:8000/?p=1 + + +

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

+]]>
+ + 1 + + + + + + + + + 0 + 0 + + + 0 + + + 1 + + + https://wordpress.org/ + + + + Gravatar.]]> + + + 0 + 0 + +
+ + <![CDATA[Block Dynamic Block Demo]]> + https://playground.wordpress.net/scope:0.3866593653389305/?p=4 + Wed, 22 Nov 2023 12:34:13 +0000 + + https://playground.wordpress.net/scope:0.3866593653389305/?p=4 + + ]]> + + 10 + + + + + + + + + 0 + 0 + + + 0 + + + + + + + + + + +
+
+ \ No newline at end of file diff --git a/plugins/dynamic-block-b0bce7/dynamic-block-b0bce7.php b/plugins/dynamic-block-b0bce7/plugin.php similarity index 100% rename from plugins/dynamic-block-b0bce7/dynamic-block-b0bce7.php rename to plugins/dynamic-block-b0bce7/plugin.php diff --git a/plugins/editable-block-1b8c51/index.php b/plugins/editable-block-1b8c51/plugin.php similarity index 100% rename from plugins/editable-block-1b8c51/index.php rename to plugins/editable-block-1b8c51/plugin.php diff --git a/plugins/format-api-f14b86/README.md b/plugins/format-api-f14b86/README.md index 67ebfcbf..4f05d4e4 100644 --- a/plugins/format-api-f14b86/README.md +++ b/plugins/format-api-f14b86/README.md @@ -4,9 +4,9 @@ The goal of this example is to showcase how to define a custom format that is us -| Folder | Short description | Tags | ID ([❓](https://github.com/WordPress/block-development-examples/wiki/04-Why-an-ID-for-every-example%3F "Why an ID for every example?")) | Download .zip | Live Demo | -| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/format-api-f14b86) | Format API | NO BLOCK | `f14b86` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip "") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/#%7B%22landingPage%22:%22/wp-admin/plugins.php%22,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22mkdir%22,%22path%22:%22/downloads%22%7D,%7B%22step%22:%22writeFile%22,%22path%22:%22/downloads/plugin.zip%22,%22data%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip%22,%22caption%22:%22Downloading%20plugin...%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22vfs%22,%22path%22:%22/downloads/plugin.zip%22%7D%7D%5D%7D "") | +| Folder | Short description | Tags | ID ([❓](https://github.com/WordPress/block-development-examples/wiki/04-Why-an-ID-for-every-example%3F "Why an ID for every example?")) | Download .zip | Live Demo | +| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [📁](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/format-api-f14b86) | Format API | NO BLOCK | `f14b86` | [📦](https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip "") | [![](https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/_assets/icon-wp.svg)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/format-api-f14b86/_playground/blueprint.json "") | ## Understanding the Example Code diff --git a/plugins/format-api-f14b86/_playground/blueprint.json b/plugins/format-api-f14b86/_playground/blueprint.json new file mode 100644 index 00000000..ebe6139f --- /dev/null +++ b/plugins/format-api-f14b86/_playground/blueprint.json @@ -0,0 +1,19 @@ +{ + "landingPage": "/wp-admin/post.php?post=10&action=edit", + "login": true, + "plugins": [ + "https://raw.githubusercontent.com/WordPress/block-development-examples/deploy/zips/format-api-f14b86.zip" + ], + "steps": [ + { + "step": "resetData" + }, + { + "step": "importWxr", + "file": { + "resource": "url", + "url": "https://raw.githubusercontent.com/WordPress/block-development-examples/trunk/plugins/format-api-f14b86/_playground/export.xml" + } + } + ] +} diff --git a/plugins/format-api-f14b86/_playground/export.xml b/plugins/format-api-f14b86/_playground/export.xml new file mode 100644 index 00000000..4126ba1d --- /dev/null +++ b/plugins/format-api-f14b86/_playground/export.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + My WordPress Website + https://playground.wordpress.net/scope:0.3866593653389305 + + Wed, 22 Nov 2023 12:40:46 +0000 + en-US + 1.2 + https://playground.wordpress.net/scope:0.3866593653389305 + https://playground.wordpress.net/scope:0.3866593653389305 + + 1 + + + https://wordpress.org/?v=6.4.1 + + + <![CDATA[Hello world!]]> + https://playground.wordpress.net/scope:0.3866593653389305/?p=1 + Wed, 22 Nov 2023 08:09:20 +0000 + + http://127.0.0.1:8000/?p=1 + + +

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

+]]>
+ + 1 + + + + + + + + + 0 + 0 + + + 0 + + + 1 + + + https://wordpress.org/ + + + + Gravatar.]]> + + + 0 + 0 + +
+ + <![CDATA[Format API Demo]]> + https://playground.wordpress.net/scope:0.3866593653389305/?p=4 + Wed, 22 Nov 2023 12:34:13 +0000 + + https://playground.wordpress.net/scope:0.3866593653389305/?p=4 + +

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

+]]>
+ + 10 + + + + + + + + + 0 + 0 + + + 0 + + + + + + + + + +
+
+
+ \ No newline at end of file diff --git a/plugins/format-api-f14b86/format-api-f14b86.php b/plugins/format-api-f14b86/plugin.php similarity index 100% rename from plugins/format-api-f14b86/format-api-f14b86.php rename to plugins/format-api-f14b86/plugin.php diff --git a/plugins/inner-blocks-dcd824/inner-blocks-dcd824.php b/plugins/inner-blocks-dcd824/plugin.php similarity index 100% rename from plugins/inner-blocks-dcd824/inner-blocks-dcd824.php rename to plugins/inner-blocks-dcd824/plugin.php