For #64.
Problem
docs/user-guide/configuration/customizing-your-registration-form.md repeats the checkout-form-editor reuse pattern. Multiple callouts share the same image:
/img/config/checkout-form-step.png — used for "Add New Field button", "Field type dropdown", "Username field config", "Username parameters", "Username additional settings", "Checkout step content tab", "Checkout step visibility options", "Checkout step style configuration", "Template sites field" — 9 concepts on one shot.
/img/config/checkout-form-editor.png — used for "name & slug fields", "Add New Field button", "Preview button", "Preview as visitor / existing user", "Checkout form editor with template selection" — 5 concepts on one shot.
Lines: L74, L78, L82, L86, L90, L94 (twice), L98 (thrice), L108 (twice), L112.
Captures required
This issue depends on #8 (checkout forms) — once those new step / field shots exist, this doc should re-use them rather than create more duplicates.
Specifically, after #8 lands, update these references:
| Doc line |
Replace with |
| L74 |
New static/img/config/checkout-form-name-slug.png (Name / Slug fields in the editor header) |
| L82 |
static/img/config/checkout-form-step-content.png (from #8) |
| L86 |
static/img/config/checkout-form-step-visibility.png (from #8) |
| L90 |
static/img/config/checkout-form-step-style.png (from #8) |
| L94 (button) |
New static/img/config/checkout-form-add-field-button.png (just the + Add New Field button — tight crop) |
| L94 (dropdown) |
static/img/config/checkout-form-field-type-dropdown.png (from #8) |
| L98 (×3) |
static/img/config/checkout-form-username-{content,visibility,style}.png (from #8) |
| L108 (×2) |
static/img/config/checkout-form-preview-{button,modal}.png (from #8) |
So the only new captures unique to this issue are:
| # |
Concept |
New filename |
| 1 |
Editor header — Name + Slug fields |
static/img/config/checkout-form-name-slug.png |
| 2 |
The + Add New Field button in isolation |
static/img/config/checkout-form-add-field-button.png |
| 3 |
Editor with a template-selection field placed |
static/img/config/checkout-form-with-template-field.png |
Capture at 1280×800, crop tight, < 200 KB.
Done when
aidevops.sh v3.15.64 plugin for OpenCode v1.15.5 with claude-sonnet-4-6 spent 4d 9h and 383 tokens on this as a headless worker.
For #64.
Problem
docs/user-guide/configuration/customizing-your-registration-form.mdrepeats the checkout-form-editor reuse pattern. Multiple callouts share the same image:/img/config/checkout-form-step.png— used for "Add New Field button", "Field type dropdown", "Username field config", "Username parameters", "Username additional settings", "Checkout step content tab", "Checkout step visibility options", "Checkout step style configuration", "Template sites field" — 9 concepts on one shot./img/config/checkout-form-editor.png— used for "name & slug fields", "Add New Field button", "Preview button", "Preview as visitor / existing user", "Checkout form editor with template selection" — 5 concepts on one shot.Lines: L74, L78, L82, L86, L90, L94 (twice), L98 (thrice), L108 (twice), L112.
Captures required
This issue depends on #8 (checkout forms) — once those new step / field shots exist, this doc should re-use them rather than create more duplicates.
Specifically, after #8 lands, update these references:
static/img/config/checkout-form-name-slug.png(Name / Slug fields in the editor header)static/img/config/checkout-form-step-content.png(from #8)static/img/config/checkout-form-step-visibility.png(from #8)static/img/config/checkout-form-step-style.png(from #8)static/img/config/checkout-form-add-field-button.png(just the + Add New Field button — tight crop)static/img/config/checkout-form-field-type-dropdown.png(from #8)static/img/config/checkout-form-username-{content,visibility,style}.png(from #8)static/img/config/checkout-form-preview-{button,modal}.png(from #8)So the only new captures unique to this issue are:
static/img/config/checkout-form-name-slug.pngstatic/img/config/checkout-form-add-field-button.pngstatic/img/config/checkout-form-with-template-field.pngCapture at 1280×800, crop tight, < 200 KB.
Done when
static/img/config/.docs/user-guide/configuration/customizing-your-registration-form.mdupdated so no two consecutivecallouts share the same image (unless it’s intentional).Resolvesfor this issue andRef #64.aidevops.sh v3.15.64 plugin for OpenCode v1.15.5 with claude-sonnet-4-6 spent 4d 9h and 383 tokens on this as a headless worker.