From a11cbaf38a4b3a43123ba0aeca3faaf1823bfcde Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 14 Jul 2026 23:15:55 -0400 Subject: [PATCH] Use mantle.alley.com schema URL for meta.json --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index d216082e..8d4f8cfe 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -87,7 +87,7 @@ Every directory under `entries/` is a webpack entry point compiled to `build//` (scaffolded by `npm run create-block`). ### Meta -`config/post-meta.json` and `config/term-meta.json` drive `register_meta_from_file()` from `mantle-framework/support`. Add meta by editing these JSON files — no PHP changes needed. Schema: `https://raw.githubusercontent.com/alleyinteractive/mantle-framework/HEAD/src/mantle/support/schema/meta.json`. +`config/post-meta.json` and `config/term-meta.json` drive `register_meta_from_file()` from `mantle-framework/support`. Add meta by editing these JSON files — no PHP changes needed. Schema: `https://mantle.alley.com/schema/meta.json`. ### Tests diff --git a/README.md b/README.md index 756e2d48..0de904d5 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The plugin supports registering post and term meta via JSON files located in the ```json { - "$schema": "https://raw.githubusercontent.com/alleyinteractive/mantle-framework/HEAD/src/Mantle/Support/schema/meta.json", + "$schema": "https://mantle.alley.com/schema/meta.json", "example_meta_key": { "post_types": "article", "type": "string"