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.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • peterrabbit's avatar
    peterrabbit committed
    {
        "page_data": {
            "title": "New Website",
            "lang": "en",
            "slug": "",
            "description": "A new website",
            "html_body": "<h1>New Website</h1>"
        },
        "sub_pages": [
            {
                "page_data": {
                    "title": "A sub page",
                    "lang": "en",
                    "slug": "subpage",
                    "description": "A sub page of the new web site",
                    "html_body": "<h1>A sub page</h1>"
                }
            },
            {
                "page_data": {
                    "title": "Some other page",
                    "lang": "en",
                    "slug": "otherpage",
                    "description": "Some other page of the new web site",
                    "html_body": "<h1>Another page</h1>"
                },
                "sub_pages": [
                    {
                        "page_data": {
                            "title": "A sub page of the other page",
                            "lang": "en",
                            "slug": "othersubpage",
                            "description": "A sub page of the other page of the new web site",
                            "html_body": "<h1>A subpage</h1>"
                        }
                    }
                ]
            }
        ]
    }