Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan 19ddba7e7c Update file Content Types.md 2024-07-20 00:04:45 +00:00
+1 -1
View File
@@ -70,7 +70,7 @@ A feed object representing a community post with text, and optionally images.
*Usage:*
```javascript
new PlatformPost{
new PlatformPost({
id: new PlatformID(config.name, item?.id, config.id),
name: item?.attributes?.title,
author: getPlatformAuthorLink(item, context),