Исправил Json представление в моделях
This commit is contained in:
parent
2323059beb
commit
4ee8040096
|
@ -27,7 +27,7 @@
|
||||||
Projects:
|
Projects:
|
||||||
id:
|
id:
|
||||||
name: ""
|
name: ""
|
||||||
desk: ""
|
desс: ""
|
||||||
link: ""
|
link: ""
|
||||||
image: ""
|
image: ""
|
||||||
redirect: True | False
|
redirect: True | False
|
||||||
|
@ -36,12 +36,12 @@ Projects:
|
||||||
---
|
---
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
id: "",
|
"id": "",
|
||||||
name: "",
|
"name": "",
|
||||||
desk: "",
|
"desс": "",
|
||||||
link: "",
|
"link": "",
|
||||||
image: "",
|
"image": "",
|
||||||
redirect: True | False
|
"redirect": True | False
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ Projects:
|
||||||
Social:
|
Social:
|
||||||
id:
|
id:
|
||||||
name: ""
|
name: ""
|
||||||
desk: ""
|
desс: ""
|
||||||
link: ""
|
link: ""
|
||||||
image: ""
|
image: ""
|
||||||
icon: ""
|
icon: ""
|
||||||
|
@ -68,11 +68,11 @@ Social:
|
||||||
---
|
---
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
id: "",
|
"id": "",
|
||||||
name: "",
|
"name": "",
|
||||||
desk: "",
|
"desс": "",
|
||||||
link: "",
|
"link": "",
|
||||||
image: "",
|
"image": "",
|
||||||
icon: ""
|
"icon": ""
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue