Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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
6 changes: 3 additions & 3 deletions guides/v2.2/frontend-dev-guide/layouts/xml-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Defines a block.

Blocks employ templates to generate {% glossarytooltip a2aff425-07dd-4bd6-9671-29b7edefa871 %}HTML{% endglossarytooltip %}. Examples of blocks include a {% glossarytooltip 50e49338-1e6c-4473-8527-9e401d67ea2b %}category{% endglossarytooltip %} list, a mini cart, product tags, and product listing.</p>

<div class="bs-callout bs-callout-info">
<p>The class attribute is no longer required in version `2.2.1` and above as it will default to `Magento\Framework\View\Element\Template`. **In versions lower than `2.2.1` class is still required.**</p>
<div class="bs-callout bs-callout-info" markdown="1">
The `class` attribute is no longer required in versions `2.2.1` and above as it will default to `Magento\Framework\View\Element\Template`. **In versions lower than `2.2.1`, the `class` attribute is still required.**
</div>

<table>
Expand Down Expand Up @@ -528,4 +528,4 @@ Example:
<argument name="css_class" xsi:type="string">header links</argument>
</arguments>
...
{%endhighlight xml%}
{%endhighlight xml%}