You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/hypeauditor/hypeauditor.app.mjs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ export default {
6
6
propDefinitions: {
7
7
youtubeChannel: {
8
8
type: "string",
9
-
label: "YouTube Channel ID or Username",
9
+
label: "Channel ID or Username",
10
10
description: "The YouTube channel ID or username for which to generate a report.",
11
11
},
12
12
youtubeFeatures: {
13
13
type: "string",
14
14
label: "Features List",
15
-
description: "Optional list of features to include in the YouTube report.",
15
+
description: "Optional list of features to include in the YouTube report. [See the documentation](https://hypeauditor.readme.io/reference/get_report_youtube) for more information.",
16
16
optional: true,
17
17
},
18
-
tiktokUser: {
18
+
tiktokChannel: {
19
19
type: "string",
20
-
label: "TikTok User Name or ID",
21
-
description: "The TikTok username or ID for which to generate a report.",
20
+
label: "TikTok Channel",
21
+
description: "The TikTok account channel username for which to generate a report.",
0 commit comments