Skip to content

Commit

Permalink
better description and maxLength
Browse files Browse the repository at this point in the history
  • Loading branch information
tdellmann committed Feb 3, 2025
1 parent bf1f25f commit 47b536b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/contribution/50-reference/2-extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ For more information about the individual attributes, see [which information an
},
subTitle: {
type: "object",
description: "A brief description of the extension",
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"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform
},
subTitle: {
type: "object",
description: "Eine kurze Beschreibung der Extension.",
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"
}
},
Expand Down

0 comments on commit 47b536b

Please sign in to comment.