Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 36d049b

Browse files
authored
Merge pull request #8693 from gauravjain02/patch-1
3 ways to set the template for a block
2 parents 444c29b + bc4903e commit 36d049b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,13 @@ In the admin area, this is implemented for [global search]({{ site.mage2bloburl
356356

357357
## Set the template used by a block {#set_template}
358358

359-
There are two ways to set the template for a block:
359+
There are three ways to set the template for a block:
360360

361361
- using the `template` attribute
362362
- using the `<argument>` instruction
363363
- using the `<action method="setTemplate">` instruction
364364

365-
Both approaches are demonstrated in the following examples of changing the template of the page title block.
365+
Each approach is demonstrated in the following examples:
366366

367367
**Example 1:** using the `template` attribute
368368

0 commit comments

Comments
 (0)