refactor(pages): use html instead of json to render legal
This commit is contained in:
parent
f98647cabb
commit
2d74d8afc3
4 changed files with 18 additions and 45 deletions
|
@ -92,27 +92,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"legal": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"font_source": {
|
||||
"type": "string"
|
||||
},
|
||||
"images_source": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"legal_information_link": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"legal_information_link",
|
||||
"images_source",
|
||||
"font_source"
|
||||
]
|
||||
"type": "string",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"links": {
|
||||
"type": "array",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue