Skip to content

Instantly share code, notes, and snippets.

@grgcnnr
Created October 10, 2022 06:24
Show Gist options
  • Save grgcnnr/6cfc5ca5d5db03888fc959b616fdaec9 to your computer and use it in GitHub Desktop.
Save grgcnnr/6cfc5ca5d5db03888fc959b616fdaec9 to your computer and use it in GitHub Desktop.
{
"name": "Advertising Campaign Text Content",
"description": "An Object with a Heading, room for 3 titles and paragraphs of text, and a video",
"displayField": "title",
"fields": [
{
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": true,
"required": true,
"validations": [],
"defaultValue": {
"en-US": "Your team, clients, systems, and data in one place"
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockOneTitle",
"name": "Block one title",
"type": "Symbol",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Visibility & Control"
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockOne",
"name": "Block one text",
"type": "Text",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Enjoy peace of mind knowing where every job stands, who’s working on what, and what’s being said to clients. No blind spots, and nothing falls through the cracks."
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockTwoTitle",
"name": "Block two title",
"type": "Symbol",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Automation & Efficiency"
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockTwo",
"name": "Block two text",
"type": "Text",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Get more out of every team member by automating tasks, standardizing common processes, scheduling data collection and scaling onboarding."
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockThreeTitle",
"name": "Block three title",
"type": "Symbol",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Collaboration & Connectivity"
},
"disabled": false,
"omitted": false
},
{
"id": "textBlockThree",
"name": "Block three text",
"type": "Text",
"localized": true,
"required": false,
"validations": [],
"defaultValue": {
"en-US": "Unite the firm with one place to collaborate on email, clients, jobs and tasks. Get more work done together, whether people are remote or in the office."
},
"disabled": false,
"omitted": false
}
],
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "iv6sgymin4xp"
}
},
"id": "advertisingLandingPage.TextContentBlock",
"type": "ContentType",
"createdAt": "2022-08-16T04:29:17.971Z",
"updatedAt": "2022-09-08T20:44:49.009Z",
"environment": {
"sys": {
"id": "ninetailed-test",
"type": "Link",
"linkType": "Environment"
}
},
"publishedVersion": 3,
"publishedAt": "2022-09-08T20:44:49.009Z",
"firstPublishedAt": "2022-08-16T04:29:18.278Z",
"createdBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "6PjIz6KsiLxX0TQzZC71HC"
}
},
"updatedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "6PjIz6KsiLxX0TQzZC71HC"
}
},
"publishedCounter": 2,
"version": 4,
"publishedBy": {
"sys": {
"type": "Link",
"linkType": "User",
"id": "6PjIz6KsiLxX0TQzZC71HC"
}
}
}
}
FIELDS
The content type has used 7 out of 50 fields.
ENTRY EDITOR APPEARANCE
Change the entry editor’s appearance for this content type in the
Entry editor settings
CONTENT TYPE ID
Use this ID to retrieve everything related to this content type via the API.
advertisingLandingPage.TextContentBlock
DOCUMENTATION
Read more about content types in our
guide to content modelling
.
To learn more about the various ways of disabling and deleting fields have a look at the
field lifecycle
.
@grgcnnr
Copy link
Author

grgcnnr commented Oct 10, 2022

[
    {
        "id": "1aj8P6mg4l0Zp7aZ1LcKXq",
        "name": "Test personalisation one",
        "type": "nt_personalization",
        "config": {
            "traffic": 1,
            "distribution": [
                0,
                1
            ],
            "components": [
                {
                    "baseline": {
                        "id": "7BMeVaC8szGsx5paBn2xZm",
                        "title": "Karbon Practice Intelligence PowerBI Workbook"
                    },
                    "variants": [
                        {
                            "hidden": false,
                            "id": "40KiB1tfNo7FI20vaoBH5b"
                        }
                    ]
                },
                {
                    "baseline": {
                        "id": "5EQVDsqZtQiwq2XypiO1EI",
                        "title": null
                    },
                    "variants": [
                        {
                            "hidden": false,
                            "id": "6WoWYCUWaKgs1Wk5PkUKs1"
                        }
                    ]
                }
            ]
        },
        "variants": [
            {},
            {
                "id": "6WoWYCUWaKgs1Wk5PkUKs1",
                "canonicalURL": null,
                "keywords": null,
                "description": {
                    "description": "Ninetiled is great when the form works"
                },
                "title": "[Ninetailed Variant] Accountancy practice management for a more connected firm",
                "seoImage": {
                    "file": {
                        "url": "//images.ctfassets.net/iv6sgymin4xp/4h6UE9oihYsZ6V7R5pRcfY/3ea5033fd209378941f5f084ee65d7ee/1806x1248_accounting-software.png"
                    }
                }
            }
        ],
        "audience": {
            "id": "6w7MHY0prH7tEHGGoo6lsp"
        }
    }
]```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment