From 7e8a8627ea4fd8046a6868f13d3e45f46ccfe36b Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Thu, 30 May 2024 15:27:33 +0200 Subject: [PATCH] add type to projects metadata fixtures --- scripts/dev/fixtures/profiles/1/metadata.json | 1 + scripts/dev/fixtures/profiles/2/metadata.json | 1 + scripts/dev/fixtures/profiles/3/metadata.json | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/dev/fixtures/profiles/1/metadata.json b/scripts/dev/fixtures/profiles/1/metadata.json index 6015e23ff..eca862ce6 100644 --- a/scripts/dev/fixtures/profiles/1/metadata.json +++ b/scripts/dev/fixtures/profiles/1/metadata.json @@ -1,4 +1,5 @@ { + "type": "project", "title": "Local Profile V2 1", "description": "This is a test profile", "website": "https://example.com", diff --git a/scripts/dev/fixtures/profiles/2/metadata.json b/scripts/dev/fixtures/profiles/2/metadata.json index 3f9d2415e..250020bdb 100644 --- a/scripts/dev/fixtures/profiles/2/metadata.json +++ b/scripts/dev/fixtures/profiles/2/metadata.json @@ -1,4 +1,5 @@ { + "type": "project", "title": "Local Profile V2 2", "description": "This is a test profile", "website": "https://example.com", diff --git a/scripts/dev/fixtures/profiles/3/metadata.json b/scripts/dev/fixtures/profiles/3/metadata.json index ec96b386e..73c5eedc0 100644 --- a/scripts/dev/fixtures/profiles/3/metadata.json +++ b/scripts/dev/fixtures/profiles/3/metadata.json @@ -1,4 +1,5 @@ { + "type": "project", "title": "Local Profile V2 3", "description": "This is a test profile", "website": "https://example.com",