[Enhancement] Support Multiple YouTube API Keys (#606)
* feat: multiple YouTube API keys * fix: requested changes
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
|
||||
<.input
|
||||
field={f[:youtube_api_key]}
|
||||
placeholder="ABC123"
|
||||
placeholder="ABC123,DEF456"
|
||||
type="text"
|
||||
label="YouTube API Key"
|
||||
label="YouTube API Key(s)"
|
||||
help={youtube_api_help()}
|
||||
html_help={true}
|
||||
inputclass="font-mono text-sm mr-4"
|
||||
|
||||
Reference in New Issue
Block a user