We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
context
1 parent 7f83cb2 commit 3dd88fdCopy full SHA for 3dd88fd
includes/functions.php
@@ -14,7 +14,18 @@ function get_context() {
14
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
15
'PropertyValue' => 'schema:PropertyValue',
16
'schema' => 'http://schema.org#',
17
+ 'pt' => 'https://joinpeertube.org/ns#',
18
+ 'toot' => 'http://joinmastodon.org/ns#',
19
'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
28
29
),
30
);
31
0 commit comments