{% extends "app/templates/base.tmpl" %} {% block title %} Debug Main Page {% endblock %} {% block content %} ADMIN DEBUG INTERFACE (VERSION: {{version}}) Error reports CLICK HERE TO SEE THE ERROR REPORTS Download file data: Given an FILE-ID, downloads the file data as file. The file data is encoded using transit. Upload File Data: Create a new file on your draft projects using the file downloaded from the previous section. Import with same id? Profile Management Are you sure? This is a just a security double check for prevent non intentional submits. Export binfile: Given an FILE-ID, downloads the file and optionally all the related libraries in a single custom formatted binary file. Include libraries? Embed assets? Import binfile: Import penpot file in binary format. Reset file version Allows reset file data version to a specific number/ Are you sure? This is a just a security double check for prevent non intentional submits. Feature Flags Enable Add a feature flag to a team Skip feature check Do not check if the feature is supported Are you sure? This is a just a security double check for prevent non intentional submits. Disable Remove a feature flag from a team Skip feature check Do not check if the feature is supported Are you sure? This is a just a security double check for prevent non intentional submits. {% endblock %}