Skip to content

Commit

Permalink
feat(concerts): add externalUrl field
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos authored Feb 10, 2024
1 parent 1f57fcd commit ef8769a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nextjs/outstatic/content/concerts/schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"title": "concerts",
"type": "object",
"properties": {
"externalUrl": {
"required": false,
"description": "",
"fieldType": "String",
"dataType": "string",
"title": "External URL"
}
}
}

0 comments on commit ef8769a

Please sign in to comment.