Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 07751f86 authored by peterrabbit's avatar peterrabbit
Browse files

wip: work docs - example.json & model.dia

parent 37441186
No related branches found
No related tags found
No related merge requests found
{
"root_page": {
"template": "Pijar Custom Template",
"metadata": {
"title": "Hello Pijar !",
"description": "A website for Pijar",
"image": "https://pijar.com/static/images/pijar_pic.png",
"css": [],
"js": []
},
"body": [
{
"layout": {
"display": "flex",
"padding": "20px"
},
"contents": [
{
"tag": "h1",
"text": "Pijar Story"
},
{
"tag": "p",
"text": "Hello Pijar<br />Oui oui oui.",
"class": "pijar_p_class"
},
{
"tag": "img",
"src": "/img/url.png"
}
]
}
]
},
"assets_index": {
"images": [
"/static/images/toto.jpg"
],
"sounds": [
"/static/sounds/toto.mp3"
],
"video": [
"/static/video/toto.mp4"
],
"docs": [
"/static/docs/toto.xcf"
],
"source_code": [
"/static/source_code/toto.js"
]
},
"templates": [
{
"name": "Pijar Custom template",
"layout": {
"display": "grid"
},
"fixed_contents": [
{
"tag": "nav",
"contents": [
{
"tag": "ul",
"contents": [
{
"tag": "li",
"text": "menu item 1"
},
{
"tag": "li",
"text": "menu item 2"
}
]
}
]
},
{
"tag": "footer",
"contents": []
}
]
}
]
}
\ No newline at end of file
model.dia 0 → 100644
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment