You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
On this page: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/attributes.html
In the 'Declare Extension Attributes' section, there is a table.
The second row of the table begins with 'that processes the extensions. '. However, that line of text should in fact be part of the second cell of the first row (the cell that begins with 'The fully-qualified type name with the namespace').
It appears that when the table content contains glossary tags, everything after the closing glossary tag is forced into a new table row.
See also the table rows 'ref' and 'join_on_field' in the same table.
Note that the rows underneath the rows beginning with 'for', 'ref', 'join_on_field' all contain the rest of the sentence started in the second column of the previous row.
Expected result
The text in the first row, second column should read 'The fully-qualified type name with the namespace that processes the extensions. The value must be a type that implements ExtensibleDataInterface. The interface can be in a different module.', as it is defined in the markdown file. The text in the first row, third column should read 'Magento\Quote\Api\Data\TotalsInterface', again as it is defined in the markdown file.
Possible solutions
Additional information
The text was updated successfully, but these errors were encountered:
Bug report
Description
On this page: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/attributes.html
In the 'Declare Extension Attributes' section, there is a table.
The second row of the table begins with 'that processes the extensions. '. However, that line of text should in fact be part of the second cell of the first row (the cell that begins with 'The fully-qualified type name with the namespace').
It appears that when the table content contains glossary tags, everything after the closing glossary tag is forced into a new table row.
See also the table rows 'ref' and 'join_on_field' in the same table.
The markdown looks syntactically correct, however:
https://github.com/magento/devdocs/blob/master/guides/v2.3/extension-dev-guide/attributes.md
Steps to reproduce
Expected result
The text in the first row, second column should read 'The fully-qualified type name with the namespace that processes the extensions. The value must be a type that implements ExtensibleDataInterface. The interface can be in a different module.', as it is defined in the markdown file. The text in the first row, third column should read 'Magento\Quote\Api\Data\TotalsInterface', again as it is defined in the markdown file.
Possible solutions
Additional information
The text was updated successfully, but these errors were encountered: