feat: Add Custom Emojis extension

This commit is contained in:
Jesse Wierzbinski 2024-08-18 16:11:45 +02:00
parent fb197167c7
commit 64cf9d3509
No known key found for this signature in database
5 changed files with 85 additions and 5 deletions

View file

@ -21,7 +21,7 @@ Extensions **must not** be designed in a way that makes them required to underst
Versia extension names are composed of two parts:
- The domain name of the extension author, in reverse order. Example: `pub.versia`
- The extension name, separated by a colon. Example: `likes`
- The extension name, separated by a colon. `snake_case`. Example: `likes`
``` {{ title: "Example Extension Name" }}
pub.versia:likes
@ -30,7 +30,7 @@ pub.versia:likes
### Custom entities
Custom entities are named in the same way, but with an additional part:
- The entity name, separated by a slash. PascalCase. Example: `Like`
- The entity name, separated by a slash. `PascalCase`. Example: `Like`
``` {{ title: "Example Custom Entity Type" }}
pub.versia:likes/Like