docs: add line highlight validation (#14380)

* docs: add line highlight validation

* add to all projects

* fixes

* fixes

* fix

* fixes
This commit is contained in:
Shahed Nasser
2025-12-22 14:10:39 +02:00
committed by GitHub
parent 6380c1fdf4
commit cb33388202
59 changed files with 514 additions and 243 deletions
@@ -576,7 +576,7 @@ You can also create a `listAndCount` method to retrieve the posts with paginatio
Now, you can use Query to retrieve a product and its linked post from the CMS:
export const queryHighlights = [
["3", `"cms_post"`, "The `alias` of the virtual data model in the link configuration."]
["3", `"cms_post.*"`, "The `alias` of the virtual data model in the link configuration."]
]
```ts highlights={queryHighlights}