cuebook/cuelake

View on GitHub
api/seeddata/accountSettings.json

Summary

Maintainability
Test Coverage
[
    {
      "model": "system.accountsetting",
      "pk": 1,
      "fields": {
        "key": "notifyOnSuccess",
        "label": "Notify on Success",
        "type": "bool"
      }
    },
    {
      "model": "system.accountsetting",
      "pk": 2,
      "fields": {
        "key": "notifyOnFailure",
        "label": "Notify on Failure",
        "type": "bool"
      }
    },
    {
      "model": "system.accountsetting",
      "pk": 3,
      "fields": {
        "key": "slackWebhookUrl",
        "label": "Slack Webhook URL",
        "type": "text"
      }
    }
]