Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
feat(cms): update and add new model in personal information
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Jan 11, 2019
1 parent 87bf668 commit a7dbc61
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions static/cms/net/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ collections:
- label: Phone number
name: phone
widget: string
- label: Describe myself
name: myself
widget: markdown
- label: Summary
name: summary
widget: markdown
Expand Down
5 changes: 3 additions & 2 deletions static/resources/net/personal/information-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"postalCode": "10900",
"country": "Thailand"
},
"phone": "+66851811177"
}
"phone": "+66851811177",
"myself": "Software Developer"
}
19 changes: 18 additions & 1 deletion static/resources/net/personal/information-th.json
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
{}
{
"picture": "/resources/images/base0137-small.jpg",
"name": {
"firstName": "กมนทัต",
"lastName": "จันทราจีระธำรงค์"
},
"nickname": "เน็ต",
"email": "kamontat_c@hotmail.com",
"birthday": "08-Nov-1996",
"location": {
"address": "8/32 ซอยพหลโยธิน 34 แยก 2",
"city": "จตุจักร",
"postalCode": "10900",
"country": "ประเทศไทย"
},
"phone": "0851811177",
"myself": "นักพัฒนาซอฟต์แวร์"
}

0 comments on commit a7dbc61

Please sign in to comment.