allons-y-web-helper
v1.0.0
Published
Help designers by creating fake data & pages into json files.
Downloads
1
Readme
Allons-y-web-helper
Allons-y-web-helper is an allons-y module that helps designers by creating fake data & pages into json files.
Wiki
The documentation, wiki and every Allons-y-web-helper resources can be found in the Allons-y.io platform.
Configuration example
{
"routes": {
"/test": {
"title": "My test",
"requires": ["test"]
}
},
"components": {
"web-create-layout": {
"sections": [{
"title": "Articles",
"links": [{
"url": "/wiki/create",
"image": "",
"title": "Blank article",
"description": "Start with a blank page."
}, {
"title": "Groups",
"links": [{
"url": "/groups/create",
"image": "",
"title": "Empty group",
"description": "Start a new empty group."
}]
}]
}]
}
}
}
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.