Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbergmen committed Jun 17, 2020
1 parent 2c78cfc commit 5041b6b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions components/x-content-block/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ All `x-` components are designed to be compatible with a variety of runtimes, no

### Properties

Feature | Type | Notes
-----------------|--------|----------------------------
`propertyName1` | String |
`propertyName2` | String |
`propertyName2` | String |
Feature | Type | Notes
--------------------|--------|----------------------------
`postId` | String | Unique id to reference the content
`title` | String | Title of the content
`content` | String | Body of the content
`isBreakingNews` | Bool | When `true` displays "breaking news" tag
`publishedTimestamp`| String | ISO timestamp of publish date
`articleUrl` | String | Url of the main article that includes this post

0 comments on commit 5041b6b

Please sign in to comment.