diff --git a/docs/contribution/50-reference/2-extensions.mdx b/docs/contribution/50-reference/2-extensions.mdx index 33f69e2..c18efbd 100644 --- a/docs/contribution/50-reference/2-extensions.mdx +++ b/docs/contribution/50-reference/2-extensions.mdx @@ -17,6 +17,7 @@ For more information about the individual attributes, see [which information an "id", "contributorId", "name", + "subTitle", "description", "support", "state", @@ -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: diff --git a/i18n/de/docusaurus-plugin-content-docs/current/contribution/50-reference/2-extensions.mdx b/i18n/de/docusaurus-plugin-content-docs/current/contribution/50-reference/2-extensions.mdx index ea8745b..d3a7a97 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/contribution/50-reference/2-extensions.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/contribution/50-reference/2-extensions.mdx @@ -17,6 +17,7 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform "id", "contributorId", "name", + "subTitle", "description", "support", "state", @@ -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: