-
Notifications
You must be signed in to change notification settings - Fork 82
Hackathon: Unify & complete criteria reference #2923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
a428bd3
6f8d36b
191ecbd
dcc568e
dd80e43
cb6190f
8c2f3fa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
Check warning on line 1 in docs/search/criteria_reference/_template.md
|
||
description: [Short description of the criterion] | ||
# edition: [optional: edition, e.g. commerce] | ||
--- | ||
|
||
# [Criterion Name] Criterion | ||
|
||
[Short description of what this criterion does.] | ||
|
||
## Arguments | ||
|
||
- `[argument1]` - [description of argument1] | ||
- `[argument2]` - [description of argument2] | ||
- ... | ||
Check failure on line 14 in docs/search/criteria_reference/_template.md
|
||
|
||
## Supported syntax | ||
|
||
[Describe supported syntax, if relevant] | ||
|
||
## Limitations | ||
Check warning on line 20 in docs/search/criteria_reference/_template.md
|
||
|
||
[Describe any limitations here] | ||
|
||
## Example | ||
|
||
### PHP | ||
|
||
```php | ||
// Example PHP usage | ||
``` | ||
|
||
### REST API | ||
|
||
=== "XML" | ||
|
||
```xml | ||
<!-- Example XML usage --> | ||
``` | ||
|
||
=== "JSON" | ||
|
||
```json | ||
// Example JSON usage | ||
``` | ||
|
||
## Use case | ||
Check warning on line 46 in docs/search/criteria_reference/_template.md
|
||
|
||
[Describe a use case here] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I add to add
hl_lines
back and update it.