Skip to content

Commit

Permalink
add subTitle to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tdellmann committed Feb 3, 2025
1 parent 0f5a28e commit 2cd292f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/contribution/50-reference/2-extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For more information about the individual attributes, see [which information an
"id",
"contributorId",
"name",
"subTitle",
"description",
"support",
"state",
Expand All @@ -41,6 +42,21 @@ For more information about the individual attributes, see [which information an
description: "Name of the extension",
example: "Example Extension",
},
subTitle: {
type: "object",
description: "A brief description of the extension",
required: ["de"],
properties: {
de: {
type: "string",
example: "Erweitere das mStudio"
}
en: {
type: "string",
example: "Extend the mStudio"
}
}
},
description: {
type: "string",
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform
"id",
"contributorId",
"name",
"subTitle",
"description",
"support",
"state",
Expand All @@ -41,6 +42,21 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform
description: "Name der Extension",
example: "Example Extension",
},
subTitle: {
type: "object",
description: "Eine kurze Beschreibung der Extension.",
required: ["de"],
properties: {
de: {
type: "string",
example: "Erweitere das mStudio"
},
en: {
type: "string",
example: "Extend the mStudio"
}
},
},
description: {
type: "string",
description:
Expand Down

0 comments on commit 2cd292f

Please sign in to comment.