all repos — caroster @ 95876236a197ac3c43205c69fd4e70f3a300105c

[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  "pluginOptions": {
14    "i18n": {
15      "localized": true
16    }
17  },
18  "attributes": {
19    "gtm_id": {
20      "type": "string",
21      "regex": "GTM-.*",
22      "pluginOptions": {
23        "i18n": {
24          "localized": false
25        }
26      }
27    },
28    "about_link": {
29      "type": "string",
30      "pluginOptions": {
31        "i18n": {
32          "localized": false
33        }
34      }
35    },
36    "announcement": {
37      "type": "richtext",
38      "pluginOptions": {
39        "i18n": {
40          "localized": true
41        }
42      }
43    },
44    "faq_link": {
45      "type": "string",
46      "pluginOptions": {
47        "i18n": {
48          "localized": false
49        }
50      }
51    }
52  }
53}