Skip to content

Commit 8c793ee

Browse files
author
frontaid-cms[bot]
authored
Add example model file for FrontAid CMS
See https://frontaid.io/docs/ for more information.
1 parent d52555c commit 8c793ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

model.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
":name": "FrontAid CMS Example Model",
3+
":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. ",
4+
"custom-field": {
5+
":description": "This example text is used as a description.",
6+
":type": "line"
7+
},
8+
"custom-object": {
9+
"custom-line": {
10+
":type": "line"
11+
},
12+
"custom-text": {
13+
":type": "text"
14+
}
15+
},
16+
"custom-list": {
17+
":items": {
18+
"custom-list-item": {
19+
":type": "line"
20+
}
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)