Update file Content Types.md

This commit is contained in:
Stefan 2024-07-20 00:04:45 +00:00
parent 72efb21439
commit 19ddba7e7c

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),