Files
Web-NibblePoker/content/items/trash/test.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

183 lines
6.1 KiB
JSON

{
"title": {
"icon": "fad fa-debug",
"page": {"en": "Testing page", "fr": "Page de test"},
"card": {
"main": {"en": "Testing page", "fr": "Page de test"},
"sub": {"en": "How did you end up here ?", "fr": "title.card.sub.fr"}
}
},
"meta": {
"title": {"en": "Testing page", "fr": "Page de test"},
"description": {
"en": "A test page used internally when writing new content rules and/or elements.",
"fr": "Une page de test utilisé pour écrire de nouvelles règles ou éléments pour ce site."
}
},
"parts": [
{
"_": "Testing the paragraph padding and margin.",
"type": "container", "padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"content": {
"parts": [
{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > p.no-top-margin"}
},{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "Joe mama !"}
}
]
}
},
{"type": "hr"},
{
"_": "Testing the paragraph padding and margin.",
"type": "container", "padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"content": {
"parts": [
{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > gallery > ..."}
},{
"type": "gallery", "modifiers": [],
"content": {
"parts": [
{
"type": "image", "modifiers": ["fill-height"],
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-csv-2x-xBR.png"
},{
"type": "image", "modifiers": ["fill-height"],
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-full-2x-xBR.png"
},{
"type": "image", "modifiers": ["fill-height"],
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-stylish-2x-xBR.png"
}
]
}
}
]
}
},
{"type": "hr"},
{
"_": "Testing tables",
"type": "container", "padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"content": {
"parts": [
{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > table.striped.inner-bordered"}
},{
"type": "table",
"modifiers": ["striped", "inner-bordered"],
"head": [
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
],
"body": [
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
]
}
]
}
},
{"type": "hr"},
{
"_": "Testing tables",
"type": "container", "padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"content": {
"parts": [
{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > table.striped.inner-bordered.outer-bordered"}
},{
"type": "table",
"modifiers": ["striped", "inner-bordered", "outer-bordered"],
"head": [
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
],
"body": [
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
]
}
]
}
},
{"type": "hr"},
{
"_": "Testing tables",
"type": "container", "padding": 10,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"content": {
"parts": [
{
"type": "paragraph", "modifiers": ["no-top-margin"],
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > container.p0.card?horizontal-scroll > table.striped.inner-bordered"}
},
{
"_": "Testing tables",
"type": "container", "padding": 0,
"modifiers": ["no-bottom-padding", "no-top-margin", "card"],
"content": {
"parts": [
{
"type": "table",
"modifiers": ["striped", "inner-bordered"],
"head": [
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
],
"body": [
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
]
}
]
}
},
{"type": "spacer", "size": 2},
{
"_": "Testing tables",
"type": "container", "padding": 0,
"modifiers": ["no-bottom-padding", "no-top-margin", "card", "horizontal-scroll"],
"content": {
"parts": [
{
"type": "table",
"modifiers": ["striped", "inner-bordered"],
"head": [
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}, {"en": "Column 5"}, {"en": "Column 6"}
],
"body": [
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}, {"en": "Data 5"}, {"en": "Data 6"}],
[{"en": "Data 7"}, {"en": "Data 8"}, {"en": "Data 9"}, {"en": "Data 10"}, {"en": "Data 11"}, {"en": "Data 12"}]
]
}
]
}
}
]
}
},
{"type": "spacer", "size": 2}
],
"tags": ["test"]
}