Getting Started
Technical Concepts
Creating Content
Site Settings
Sharing & Collaboration
Account Settings
Advanced Parse Server
Static Site Generators
Content Type Properties
Properties
Each content type has a few standard default properties.
Name | Type | Description | Example |
name | String | Name of the content type | "Post" |
nameId | String | Machine friendly name (whitespace removed) | "Post" |
tableName | String | Generated database table name for Class | "ct__u_40ex_2eco__Blog__Post" |
color | String | Colour used for Model in model list | "rgba(210, 151, 44, 1)" |
fields | Array | List of fields | {"name": "Title"} |
JSON Example
{
"name": "Post",
"nameId": "Post",
"description": "",
"tableName": "ct____user_40example_2ecom__Blog____Post",
"color": "rgba(210, 151, 44, 1)",
"fields": [..]
{