Skip to content

Commit

Permalink
Merge pull request #413 from mittwald/subtitle
Browse files Browse the repository at this point in the history
add subTitle to extension
  • Loading branch information
tdellmann authored Feb 3, 2025
2 parents 9408153 + 47b536b commit 5d3f5f5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 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,23 @@ For more information about the individual attributes, see [which information an
description: "Name of the extension",
example: "Example Extension",
},
subTitle: {
type: "object",
description: "A few words to promote your extension.",
required: ["de"],
properties: {
de: {
type: "string",
maxLength: 40,
example: "Erweitere das mStudio"
},
en: {
type: "string",
maxLength: 40,
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,23 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform
description: "Name der Extension",
example: "Example Extension",
},
subTitle: {
type: "object",
description: "Ein paar Worte um die Extension zu bewerben.",
required: ["de"],
properties: {
de: {
type: "string",
maxLength: 40,
example: "Erweitere das mStudio"
},
en: {
type: "string",
maxLength: 40,
example: "Extend the mStudio"
}
},
},
description: {
type: "string",
description:
Expand Down

0 comments on commit 5d3f5f5

Please sign in to comment.