Skip to content

Commit

Permalink
fix: add key
Browse files Browse the repository at this point in the history
  • Loading branch information
ewangler committed Apr 7, 2024
1 parent fa5f390 commit b51688b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tina/__generated__/_graphql.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .tina/__generated__/_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .tina/__generated__/config.prebuild.jsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .tina/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,14 @@ const schema = defineSchema({
fields: [
{
type: "string",
label: "Name",
label: "Key",
name: "key",
isTitle: false,
required: true,
},
{
type: "string",
label: "Names",
name: "name",
isTitle: true,
required: true,
Expand Down
2 changes: 1 addition & 1 deletion content/party/GSPBS.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
key: GSPBS
name: 'Geschäftsstelle PBS, Secrétariat général, Segretariato generale MSS '
name: 'Geschäftsstelle PBS, Secrétariat général, Segretariato generale MSS'
type: organization

0 comments on commit b51688b

Please sign in to comment.