Ian Houghton
11/14/2025, 6:57 PMprevalues: {
fields: [
{
label: "YouTube API Key",
description: "Please enter your YouTube API Key",
key: "apikey",
view: "requiredfield",
validation: [
{
type: "Required"
}
]
}
]
}