Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pim/attributes/symbol_attribute_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

To validate checksum of symbol:

1\. Create a class implementing the `\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface` interface.
1\. Create a class implementing the [`\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalogSymbolAttribute-Value-ChecksumInterface.html) interface.

Check failure on line 62 in docs/pim/attributes/symbol_attribute_type.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/pim/attributes/symbol_attribute_type.md#L62

[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'
Raw output
{"message": "[Ibexa.VariablesGlobal] Use global variable '[[= product_name_base =]]' instead of 'Ibexa'", "location": {"path": "docs/pim/attributes/symbol_attribute_type.md", "range": {"start": {"line": 62, "column": 40}}}, "severity": "ERROR"}

2\. Register the class as a service using the `ibexa.product_catalog.attribute.symbol.checksum` tag and specify the format identifier using the `format` attribute.

Expand All @@ -84,4 +84,4 @@

You can use `SymbolAttribute` Search Criterion to find products by symbol attribute:

For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md).
For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md).
Loading