Config
Config
{
"config": {
"form": {
"fields": [
{
"type": "text",
"id": "api-key",
"label": "API Key",
"placeholder": "GIPHY API key"
}
]
}
}
}{
"config": {
"form": {
"error": "This API Key has expired",
"fields": [
{
"type": "text",
"id": "api-key",
"label": "API Key",
"placeholder": "GIPHY API key"
}
]
}
}
}Show Config Conditionally
Last updated