Files
Web-NibblePoker/content/items/trash/test2.json
Herwin 395f9b680e Finished new composer, removed unfinished content, Improved CSS JS and readme
Update .gitignore, composer.php, and 15 more files...
2022-06-27 13:50:28 +02:00

57 lines
1.2 KiB
JSON

{
"strings": {
"en": {
"title.meta": "Test content",
"title.og": "Test content",
"title.article": "Test content",
"heading.1": "t1",
"text.1": "p1",
"hello.world": "Hello World !"
},
"fr": {
"title.meta": "Test content fr",
"title.og": "Test content fr",
"title.article": "Test content fr",
"heading.1": "t1 fr",
"text.1": "p1 fr",
"hello.world": "Bonjour le monde !"
}
},
"metadata": {
"title": "title.meta",
"template": "article",
"opengraph": {
"title": "title.og",
"description": "",
"type": "",
"url": null,
"image": "",
"imageType": ""
},
"article": {
"icon": "fad fa-terminal",
"title": "title.article",
"tags": ["joe", "mama"]
}
},
"elements": [
{
"type": "container",
"padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"parts": [
{
"type": "paragraph",
"modifiers": ["no-top-margin"],
"content": "hello.world"
},{
"type": "paragraph",
"modifiers": [],
"content": "Joe mama !",
"localize": false
}
]
}
]
}