Skip to content

Capture missing screenshots for Custom Form Editor and Feed Editor pages #47

Description

@dnndev

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)

  • 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., Validate Target 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 of and replace each with an <img src="./img/v5/..."> tag using the project naming convention.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    admin-uiControl panel and admin UI docsdocsDocumentation workneeds-mediaScreenshots or video needed

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions