all repos — caroster @ 3d4f048340278259688798a1c22214a74f482e87

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

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

 1{
 2  "kind": "collectionType",
 3  "collectionName": "pages",
 4  "info": {
 5    "name": "page"
 6  },
 7  "options": {
 8    "increments": true,
 9    "timestamps": true
10  },
11  "attributes": {
12    "name": {
13      "type": "string",
14      "required": true
15    },
16    "content": {
17      "type": "richtext"
18    },
19    "type": {
20      "type": "enumeration",
21      "enum": [
22        "tos"
23      ]
24    }
25  }
26}