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",