Skip to content

Commit 3dd88fd

Browse files
committed
prepare context for coming features
1 parent 7f83cb2 commit 3dd88fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

includes/functions.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ function get_context() {
1414
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
1515
'PropertyValue' => 'schema:PropertyValue',
1616
'schema' => 'http://schema.org#',
17+
'pt' => 'https://joinpeertube.org/ns#',
18+
'toot' => 'http://joinmastodon.org/ns#',
1719
'value' => 'schema:value',
20+
'Hashtag' => 'as:Hashtag',
21+
'featured' => array(
22+
'@id' => 'toot:featured',
23+
'@type' => '@id'
24+
),
25+
'featuredTags' => array(
26+
'@id' => 'toot:featuredTags',
27+
'@type' => '@id'
28+
),
1829
),
1930
);
2031

0 commit comments

Comments
 (0)