The Schema
The Schema is located in tina/config.{ts,tsx,js,jsx} and it is used to define the shape of the content.
Definition
Property | Description |
|---|---|
| An array of collections. |
| The configuration for tinaCMS |
| The branch that will be used to query content on TinaCloud. (Not used in local mode ) |
| The ClientId generated on TinaCloud |
| A read only token generated on TinaCloud |
| Media configuration for external and git backed media |
Example
For more information check out the content modeling section