From 43fab11d89b1ced926e6b07372281f2601363e78 Mon Sep 17 00:00:00 2001 From: Fellyph Cintra Date: Tue, 18 Nov 2025 19:06:20 +0000 Subject: [PATCH 1/2] updating blueprint --- blueprint.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/blueprint.json b/blueprint.json index 33aaaa5..c08d5f7 100644 --- a/blueprint.json +++ b/blueprint.json @@ -1,7 +1,19 @@ { + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "name": "My Scroll Block", + "description": "A WordPress plugin that adds scroll-driven animation capabilities to core blocks using CSS scroll timelines.", + "author": "Fellyph Cintra" + }, "landingPage": "/wp-admin/edit.php", - "login": true, + "preferredVersions": { + "php": "8.3", + "wp": "latest" + }, "steps": [ + { + "step": "login" + }, { "step": "runPHP", "code": " 'Simple post from PHP', 'post_content' => '

A trip to Portugal is an immersion into a land where history, culture, and nature blend seamlessly. From the sun-drenched beaches of the Algarve to the rugged volcanic landscapes of the Azores, Portugal offers a stunning diversity of scenery.

Wander through Lisbon's historic, tiled streets, where traditional fado music echoes from old neighborhoods. Or explore Porto, the capital of the Douro Valley, the world's oldest wine region.

\"\"/

Portugal's rich past is visible everywhere, from medieval castles to the monuments of the Age of Discoveries, while its modern spirit thrives in vibrant cities and a welcoming, laid-back culture.

Cities of Portugal

Wander through Lisbon's historic, tiled streets, where traditional fado music echoes from old neighborhoods. Or explore Porto, the capital of the Douro Valley, the world's oldest wine region.

\"\"/
\"\"
\"\"/
\"\"/
\"\"

Wander through Lisbon's historic, tiled streets, where traditional fado music echoes from old neighborhoods. Or explore Porto, the capital of the Douro Valley, the world's oldest wine region.

', 'post_author' => 1, 'post_status' => 'publish')); ?>" From c7044be09ab31b3de141fa3d95dda78f3d7ccc65 Mon Sep 17 00:00:00 2001 From: Fellyph Cintra Date: Tue, 18 Nov 2025 19:16:42 +0000 Subject: [PATCH 2/2] updating preview button --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 2185d70..c0c6999 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -23,4 +23,4 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} mode: 'append-to-description' plugin-path: . - blueprint-url: ./blueprint.json + blueprint-url: https://raw.githubusercontent.com/fellyph/scrolldriven-block/refs/heads/main/blueprint.json