-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently confeta only supports javascript object as a config.
In order to support JSON we need to add handling for types specified as strings
Currently:
url: {
type: types.string,
description: 'Database url',
required: true
}
Need support for:
"url": {
"type": "string",
"description": "Database url",
"required": true
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels