Skip to content

Commit

Permalink
Merge pull request #270 from mittwald/short-description-limit
Browse files Browse the repository at this point in the history
Mention character limit for short descriptions
  • Loading branch information
cloudsftp authored Oct 14, 2024
2 parents bee789e + 212560a commit 260cf2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contribution/5-reference/2-extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For more information about the individual attributes, see [which information an
description: {
type: "string",
description:
"Short description of the extension. It should explain the extension concisely",
"Short description of the extension. It should explain the extension concisely in less than 300 characters",
example:
"An example extension to show which information is needed to create an extension",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Für weitere Informationen zu den einzelnen Attributen siehe [Aus welchen Inform
description: {
type: "string",
description:
"Kurzbeschreibung der Extension. Sollte möglichst kurz und prägnant die Extension erklären",
"Kurzbeschreibung der Extension. Sollte möglichst kurz, prägnant und in weniger als 300 Zeichen die Extension erklären",
example:
"Eine Beispiel Extension, die zeigen soll, welche Informationen benötigt werden, um eine Extension einzureichen",
},
Expand Down

0 comments on commit 260cf2a

Please sign in to comment.