{% extends "app/templates/base.tmpl" %} {% block title %} Debug Main Page {% endblock %} {% block content %}
CURRENT PROFILE

Name: {{profile.fullname}}
Email: {{profile.email}}

VIRTUAL CLOCK

IMPORTANT: The virtual clock is profile based and only affects the currently logged-in profile.

CURRENT CLOCK: {{current-clock}}
CURRENT OFFSET: {{current-offset}}
CURRENT TIME: {{current-time}}

Examples: 3h, -7h, 24h (allowed suffixes: h, s)


This is a just a security double check for prevent non intentional submits.
ERROR REPORTS CLICK HERE TO SEE THE ERROR REPORTS
Profile Management

This is a just a security double check for prevent non intentional submits.
Feature Flags for Team Add a feature flag to a team

Do not check if the feature is supported

This is a just a security double check for prevent non intentional submits.
Download RAW file data: Given an FILE-ID, downloads the file AS-IS (no validation checks, just exports the file data and related objects in raw)

WARNING: this operation does not performs any checks
Upload File Data: Create a new file on your draft projects using the file downloaded from the previous section.

WARNING: this operation does not performs any checks
Export binfile: Given an FILE-ID, downloads the file and optionally all the related libraries in a single custom formatted binary file.
Import binfile: Import penpot file in binary format.
{% endblock %}