mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
feat: ✨ Add unique ID to every property on docs
This commit is contained in:
parent
f27f206e2d
commit
9db7cfccda
28 changed files with 144 additions and 116 deletions
|
|
@ -11,7 +11,7 @@ The Custom Emojis extension adds support for adding personalized emojis to feder
|
|||
|
||||
<Row>
|
||||
<Col>
|
||||
<Properties>
|
||||
<Properties name="CustomEmoji">
|
||||
<Property name="name" type="string" required={true}>
|
||||
Emoji name, surrounded by identification characters (for example, colons: `:happy_face:`).
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ Custom Emojis can be added to any entity with text content. The extension ID is
|
|||
|
||||
<Row>
|
||||
<Col>
|
||||
<Properties>
|
||||
<Properties name="CustomEmojisExtension">
|
||||
<Property name="emojis" type="CustomEmoji[]" required={true} typeLink="/extensions/custom-emoji#structure-definition">
|
||||
[Custom emojis](/extensions/custom-emoji#structure-definition) to be added to the note.
|
||||
</Property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue