From 7b69ccbdaa9ab7bc1db2fdeceb4576e856e83e6a Mon Sep 17 00:00:00 2001 From: JuanMa Garrido Date: Wed, 22 Jan 2025 13:30:52 +0000 Subject: [PATCH] Removed references to experimental state of iAPI --- plugins/interactivity-api-block-833d15/README.md | 7 +------ .../interactivity-api-countdown-3cd73e/README.md | 13 ++++++------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/plugins/interactivity-api-block-833d15/README.md b/plugins/interactivity-api-block-833d15/README.md index d4fd7d2a..40eb3e08 100644 --- a/plugins/interactivity-api-block-833d15/README.md +++ b/plugins/interactivity-api-block-833d15/README.md @@ -1,13 +1,8 @@ # Interactive Block using Interactivity API -> **Warning** > **This block requires Gutenberg 17.2 or superior to work**. The Interactivity API is, at the moment, not part of WordPress Core as it is still very experimental, and very likely to change. - -> **Note** -> This block uses the API shared at [Proposal: The Interactivity API – A better developer experience in building interactive blocks](https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/). - -This block has been created with the `create-block-interactive-template` and shows a basic structure of an interactive block that uses the Interactivity API. +This block has been created with the `create-block-interactive-template` and shows a basic structure of an interactive block that uses the [Interactivity API](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/). diff --git a/plugins/interactivity-api-countdown-3cd73e/README.md b/plugins/interactivity-api-countdown-3cd73e/README.md index ba15b4e6..9912f10e 100644 --- a/plugins/interactivity-api-countdown-3cd73e/README.md +++ b/plugins/interactivity-api-countdown-3cd73e/README.md @@ -1,15 +1,14 @@ # Interactivity Api Countdown Block -> **Warning** > **This block requires Gutenberg 17.2 or superior to work**. The Interactivity API is, at the moment, not part of WordPress Core as it is still very experimental, and very likely to change. - -> **Note** -> This block uses the API shared at [Proposal: The Interactivity API – A better developer experience in building interactive blocks](https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/). +This example demonstrates how to create an interactive countdown timer block using the [WordPress Interactivity API](https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/). The block allows users to set a target date and displays a live countdown showing days, hours, minutes and seconds remaining. -| Example | Description | Tags |Download .zip | Live Demo | -| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Interactivity API Countdown](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/interactivity-api-countdown-3cd73e) | Advanced example showing how to create an interactive countdown timer using the WordPress Interactivity API. | dynamic-rendering interactive-block interactivity-api experimental block-toolbar | [📦](https://github.com/WordPress/block-development-examples/releases/download/latest/interactivity-api-countdown-3cd73e.zip "Install the plugin on any WordPress site using this zip and activate it to see the example 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-countdown-3cd73e/_playground/blueprint.json "Click here to access a live demo of this example" ) | + +| Example | Description | Tags | Download .zip | Live Demo | +| -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Interactivity API Countdown](https://github.com/WordPress/block-development-examples/tree/trunk/plugins/interactivity-api-countdown-3cd73e) | Advanced example showing how to create an interactive countdown timer using the WordPress Interactivity API. | dynamic-rendering interactive-block interactivity-api experimental block-toolbar | [📦](https://github.com/WordPress/block-development-examples/releases/download/latest/interactivity-api-countdown-3cd73e.zip 'Install the plugin on any WordPress site using this zip and activate it to see the example 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-countdown-3cd73e/_playground/blueprint.json 'Click here to access a live demo of this example') | + ## Understanding the Example Code