-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
23 lines (23 loc) · 688 Bytes
/
model.json
File metadata and controls
23 lines (23 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
":name": "FrontAid CMS Example Model",
":description": "This is a simple example of a FrontAid CMS model. You can change and extend it according to your needs, for example add new fields or restructure it. You can edit this file by cloning this repository and update it with your local editor and push it back into this Git repository. ",
"custom-field": {
":description": "This example text is used as a description.",
":type": "line"
},
"custom-object": {
"custom-line": {
":type": "line"
},
"custom-text": {
":type": "text"
}
},
"custom-list": {
":items": {
"custom-list-item": {
":type": "line"
}
}
}
}