File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -88,52 +88,66 @@ npm run serve
8888API key from Google API Console
8989
9090* Type:* String
91+
9192* Required:* true
9293
9394##### `channelId`
9495ID of Youtube channel
9596
9697* Type:* String
98+
9799* Required:* true
98100
99101##### `resultsPerRequest`
100102Number of requested videos per request
101103
102- * Type:* Number
104+ * Type:* Number
105+
103106* Required:* false
107+
104108* Default:* 1
105109
106110##### `subscribersCountToFixed`
107111The number of digits to appear after the decimal point in subscribers count
108112
109113* Type:* Number
114+
110115* Required:* false
116+
111117* Default:* 1
112118
113119##### `subscribersCountToFixed`
114120The number of digits to appear after the decimal point in subscribers count
115121
116122* Type:* Number
123+
117124* Required:* false
125+
118126* Default:* 1
119127
120128##### `subscribersCountText`
121129"subscribers" word replacement for localized text using vue-i18n
122130
123131* Type:* String
132+
124133* Required:* false
134+
125135* Default:* "subscribers"
126136
127137##### `subscribeBtnText`
128138"Subscribe" word replacement in "Subscribe" button for localized text using vue-i18n
129139
130140* Type:* String
141+
131142* Required:* false
143+
132144* Default:* "Subscribe"
133145
134146##### `loadMoreBtnText`
135147"Load more" word replacement in "Load more" button for localized text using vue-i18n
136148
137149* Type:* String
150+
138151* Required:* false
152+
139153* Default:* "Load more"
You can’t perform that action at this time.
0 commit comments