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
- Open Content model, then choose Content types or Asset types.
- Create a type with a clear name and stable key, or open an existing type.
- Add and order its fields.
- 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.