Skip to content
Jetrepo
Esc
navigateopen⌘Jpreview
On this page

Data Types

Create, update, and remove Content and Asset types.

Content and Asset types own independently authored records and one ordered Field Set.

Create or update a type

  1. Open Content model, then choose Content types or Asset types.
  2. Create a type with a clear name and stable key, or open an existing type.
  3. Add and order its fields.
  4. Create a non-production entry or asset and check its authoring and delivery shape.

To load types, a member needs backend.read and model.read. Creating a type uses model.create; changing one uses model.update with matching Data Type scope.

Delete a type

Deleting a type uses model.delete with matching Data Type scope. The operation is destructive: it removes the type through the server’s guarded deletion path, not only its fields.

If a Preview target is restricted only to the deleted type, Jetrepo disables that target instead of silently widening its scope.

Was this page helpful?