Summary
The removed/deprecated command image.urlLoremFlickr() does not generate output, but the user-facing validation message is misleading. The app rewrites/displays the input as image.url(LoremFlickr()) and reports a params-wrapping error rather than clearly saying the command is unknown, removed, or deprecated.
Environment
Repeat Steps
- Open the deployed generator.
- Switch schema editor to text mode with Edit as Text.
- Enter:
value: image.urlLoremFlickr()
- Click Preview.
- Repeat from a clean page state.
Expected
The app should report that image.urlLoremFlickr is unknown, removed, or deprecated, and ideally point to the supported replacement such as image.url().
Actual
The app does not generate output, but rewrites/displays the value as image.url(LoremFlickr()) and reports:
Row 1: params should be wrapped in parentheses, e.g. (LoremFlickr().
The message points the user toward params wrapping rather than the real problem. Current image.url() generated valid picsum URLs, so this is specific to removed/deprecated command handling.
Evidence
Screenshots and video were captured in the local review artifact folder under docs/testing/20260627/issue-230-001. Structured evidence is in negative-validation-results.json and loop-gap-review-evidence.json.
Summary
The removed/deprecated command
image.urlLoremFlickr()does not generate output, but the user-facing validation message is misleading. The app rewrites/displays the input asimage.url(LoremFlickr())and reports a params-wrapping error rather than clearly saying the command is unknown, removed, or deprecated.Environment
Repeat Steps
Expected
The app should report that
image.urlLoremFlickris unknown, removed, or deprecated, and ideally point to the supported replacement such asimage.url().Actual
The app does not generate output, but rewrites/displays the value as
image.url(LoremFlickr())and reports:The message points the user toward params wrapping rather than the real problem. Current
image.url()generated valid picsum URLs, so this is specific to removed/deprecated command handling.Evidence
Screenshots and video were captured in the local review artifact folder under docs/testing/20260627/issue-230-001. Structured evidence is in negative-validation-results.json and loop-gap-review-evidence.json.