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
new_website.json 1.18 KiB
Newer Older
peterrabbit's avatar
peterrabbit committed
{
peterrabbit's avatar
peterrabbit committed
    "root_page": {
        "template_name": "Nav Content Footer",
peterrabbit's avatar
peterrabbit committed
        "metadata": {
            "title": "New Website",
            "description": "A new website",
peterrabbit's avatar
peterrabbit committed
            "url_slug": "",
peterrabbit's avatar
peterrabbit committed
        },
        "body": [
            {
peterrabbit's avatar
peterrabbit committed
                "tag": "h1",
                "text": "New website"
peterrabbit's avatar
peterrabbit committed
    },
peterrabbit's avatar
peterrabbit committed
    "templates": [
        {
            "name": "Nav Content Footer",
peterrabbit's avatar
peterrabbit committed
            "layout": {},
            "contents": [
                {
                    "tag": "div",
                    "attrs": {
                        "id": "nav-content-footer-template",
                        "class": "page-template"
                    },
                    "contents": [
                        {
                            "tag": "nav"
                        },
                        {
                            "tag": "div",
                            "attrs": {
                                "id": "page-body"
                            }
                        },
                        {
                            "tag": "footer"
                        }
                    ]
peterrabbit's avatar
peterrabbit committed
}