Update content through Mattrbld
This commit is contained in:
19
.mattrbld/collections/profile.json
Normal file
19
.mattrbld/collections/profile.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"allowedTypes": null,
|
||||
"dir": "/data/profile",
|
||||
"disableComments": false,
|
||||
"disablePreview": false,
|
||||
"draftByDefault": false,
|
||||
"schemas": [
|
||||
"/.mattrbld/schemas/Profile.json"
|
||||
],
|
||||
"linkable": false,
|
||||
"maxSize": null,
|
||||
"permissions": {
|
||||
"everybody": [
|
||||
"everything"
|
||||
]
|
||||
},
|
||||
"type": "json",
|
||||
"urlTemplate": ""
|
||||
}
|
||||
@@ -48,6 +48,16 @@
|
||||
},
|
||||
{
|
||||
"separator": true
|
||||
},
|
||||
{
|
||||
"icon": "user",
|
||||
"label": "Profile",
|
||||
"target": {
|
||||
"name": "Project.Collection",
|
||||
"params": {
|
||||
"path": "/.mattrbld/collections/profile.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"slugifyOptions": null,
|
||||
|
||||
@@ -558,6 +558,32 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"default": null,
|
||||
"icon": "image",
|
||||
"key": "image",
|
||||
"label": "Image",
|
||||
"options": {
|
||||
"resolutionHint": "",
|
||||
"removable": true,
|
||||
"simple": false
|
||||
},
|
||||
"tab": "Intro",
|
||||
"validation": {
|
||||
"max": null,
|
||||
"required": false,
|
||||
"unit": "filesize (MB)"
|
||||
},
|
||||
"value": null,
|
||||
"version": 1,
|
||||
"visibility": {
|
||||
"hidden": false,
|
||||
"showByValue": {
|
||||
"field": null
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"default": null,
|
||||
|
||||
Reference in New Issue
Block a user