The split of code-editor.md into three editor-specific pages introduced placeholder TODOs for context-specific screenshots. The shared screenshots (Structure Navigator, Reference Panel) are reused across the three pages from the original code-editor-* set, but each editor needs its own toolbar / autocomplete / validation captures because the buttons, completion items, and validation messages differ by context.
Custom Form Editor (custom-form-editor.md)
Feed Editor (feed-editor.md)
Acceptance
When complete, search the two pages for <!-- TODO: screenshot of and replace each with an <img src="./img/v5/..."> tag using the project naming convention.
The split of
code-editor.mdinto three editor-specific pages introduced placeholder TODOs for context-specific screenshots. The shared screenshots (Structure Navigator, Reference Panel) are reused across the three pages from the originalcode-editor-*set, but each editor needs its own toolbar / autocomplete / validation captures because the buttons, completion items, and validation messages differ by context.Custom Form Editor (
custom-form-editor.md)custom-form-editor-toolbar.png— full toolbar with all buttons visible (no Quick Start button)custom-form-editor-autocomplete.png— autocomplete popup showing form-context suggestions (e.g.,<TextBox>,<Validate>,<SubmitCommand>)custom-form-editor-validation.png— validation panel/inline indicators showing a form-specific check (e.g.,ValidateTarget with no matching control Id)Feed Editor (
feed-editor.md)feed-editor-toolbar.png— full toolbar with all buttons visible (no Quick Start button)feed-editor-autocomplete.png— autocomplete popup showing feed-context suggestions (e.g.,<xmod:Feed>,<xmod:JsonFeed>,ContentType,ViewRoles)feed-editor-validation.png— validation panel/inline indicators showing a feed-specific check (e.g., missing<ListDataSource>)Acceptance
When complete, search the two pages for
<!-- TODO: screenshot ofand replace each with an<img src="./img/v5/...">tag using the project naming convention.