Code View

Code view in Orbitype and similar headless CMS allows direct manipulation of underlying markup, offering precise control for developers and experienced users.

On this page

Code View

This view is only visible to users with the Developer role.

Code View allows you to inspect Json Files and Database entries in a simple code editor. With shortcuts such as CTRL + F, you can Find and Replace data very quickly.

In Json files, you are completely free to change the structure as you like.

When editing a Postgres Database entry, you can freely edit any field value of root columns regardless of the column type specified in the database schema.

We, at Orbitype, suggest using JSONB database columns to be as flexible as possible. Inside such a field, you can edit everything freely as in a normal Json field.

Code View Functionalities

Orbitype's Code view offers several functionalities, including:

  • Direct editing of markup

  • API payload inspection

  • Template editing

  • Advanced configurations

  • Debugging and troubleshooting



This helps in better understanding and integrating with other systems.