Skip to content

Commit fe10e98

Browse files
committed
docs(translations): remove redundant resourceId format callout
Remove the warning callout about product filter resourceId format since this information is now clearly explained in the 'Query a translation by resourceId' section below with concrete examples.
1 parent 823e289 commit fe10e98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/store-operations/translations/filters.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ The product filter translatable fields are:
1919
| Category, Brand, Variants, Custom Fields, Price, Rating | Display Name as the field name (e.g. `brand` or `category`) |
2020
| Other Filters | Display Name as `display_name` <br /> Has Free Shipping as `has_free_shipping` <br /> Is Featured as `is_featured` <br /> In Stock as `in_stock` |
2121

22-
<Callout type='warning'>
23-
While most translatable entities use a `resourceId` format of `bc/store/{{type}}/{id}}`, product filters use a different format.
24-
25-
Use `bc/store/productFilters/{filterName}`, using the filters above for reference.
26-
</Callout>
27-
2822
<Callout type='info'>
2923
Only string values are translatable. Numeric content such as product count or price values are not translatable.
3024
</Callout>

0 commit comments

Comments
 (0)