{% extends "admin/change_form.html" %} {% load static %} {% block bodyclass %}{{ block.super }} app-personas model-persona{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block form_top %}

Create a new Persona (Authentication + Configuration Profile)

Import cookies and settings from any Chrome-based browser by pasting in the local path of a User Data Directory to import from, or by pasting in your CDP url from chrome://inspect#remote-debugging.

{{ block.super }} {% endblock %} {% block after_field_sets %} {{ block.super }}

Plugin Config

These typed controls update the same Persona config JSON shown above. Shared config keys stay synced across plugin sections.

{% include "core/plugin_config_grid.html" with plugin_groups=adminform.form.plugin_groups %}
{% endblock %}