{% extends "base.html" %} {% block title %}Edit {{ entity.name | store_display_name }} — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}

← Back to detail

Edit · {{ entity.type }} · {{ entity.name | store_display_name }}

{% if pending_sub %}

⟳ A previous edit is still under review

Submission {{ pending_sub.id[:8] }} is being checked ({{ pending_sub.status }}). Edits are temporarily disabled until the verdict lands. The detail page auto-refreshes when it does.
{% endif %}
⚠ Changing the name renames the plugin slug for existing installers. They'll see the plugin renamed on their next sync and may need to re-add it to their stack.
🖼
{% if entity.photo_path %}Replace existing photo{% else %}No photo{% endif %}
JPG, PNG, WebP · Max 5 MB

📦
No file selected
Skip to update only the metadata above. Uploading creates v{{ (entity.version_no or 1) + 1 }} and re-runs guardrails.
Current version: v{{ entity.version_no or 1 }} ({{ entity.version[:12] if entity.version else "—" }}). Prior versions remain on disk and can be restored from the detail page's Versions section.
Cancel
{% endblock %}