all repos — caroster @ 649b38a11d20cec38f1990bbb7adf5cf651aab44

[Octree] Group carpool to your event https://caroster.io

backend/api/settings/models/settings.settings.json (view raw)

 1{
 2  "kind": "singleType",
 3  "collectionName": "settings",
 4  "info": {
 5    "name": "settings",
 6    "description": ""
 7  },
 8  "options": {
 9    "increments": true,
10    "timestamps": true,
11    "draftAndPublish": false
12  },
13  "attributes": {
14    "gtm_id": {
15      "type": "string",
16      "regex": "GTM-.*"
17    },
18    "about_link": {
19      "type": "string"
20    },
21    "announcement": {
22      "type": "richtext"
23    },
24    "faq_link": {
25      "type": "string"
26    }
27  }
28}