Skip to content

Commit 5f67481

Browse files
authored
Merge pull request #646 from magento/dobooth-patch-1
Escaped Liquid tag syntax
2 parents 87d1cee + c09d463 commit 5f67481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/best-practices.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Instead of writing everything by yourself - use `extends` attribute to refer to
1212

1313
**Reusable Resources**
1414

15+
{%raw%}
16+
1517
* Tests (reusable with `<test extends="...">` argument)
1618
* Action Group (reusable with including `<actionGroup ref="...">`, or extending `<actionGroup extends="...">`)
1719
* Pages (reusable with reference `{{PageDefinition.url}}`)
1820
* Sections (reusable with reference `{{SectionDefinition.elementDefinition}}`)
1921
* Data Entities (reusable with reference `<createData entity="...">"` or extending `<entity extends="...">`)
2022

23+
{%endraw%}
24+
2125
<div class="bs-callout bs-callout-warning" markdown="1">
2226

2327
Avoid using resources that are marked as **Deprecated**. Usually there is a replacement provided for a deprecated resource.

0 commit comments

Comments
 (0)