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 886 B
Newer Older
  • Learn to ignore specific revisions
  • peterrabbit's avatar
    peterrabbit committed
    {
    
    peterrabbit's avatar
    peterrabbit committed
        "root_page": {
            "template_name": "basic",
            "metadata": {
                "title": "New Website",
                "description": "A new website",
    
    peterrabbit's avatar
    peterrabbit committed
                "url_slug": "",
    
    Pierre Jarriges's avatar
    Pierre Jarriges committed
                "lang": "en",
                "image": [
                    "https://example.com/image.png"
                ]
    
    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": "basic",
                "layout": {},
                "contents": [
                    {
    
                        "tag": "nav"
    
                        "tag": "div",
                        "attrs": {
                            "id": "page-body"
                        }
                    },
                    {
                        "tag": "footer"
    
    peterrabbit's avatar
    peterrabbit committed
    }