Finished new composer, removed unfinished content, Improved CSS JS and readme
Update .gitignore, composer.php, and 15 more files...
This commit is contained in:
56
content/items/trash/test2.json
Normal file
56
content/items/trash/test2.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user