We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766efcc commit 70bfb68Copy full SHA for 70bfb68
docs/merge_points/merge-sections.md
@@ -6,6 +6,8 @@ In this example we add another selector to the section on the products page sect
6
7
## Starting section
8
9
+<!-- {% raw %} -->
10
+
11
```xml
12
<section name="ProductsPageSection">
13
<element name="addProductButton" type="button" selector="//button[@id='add_new_product-button']"/>
@@ -40,4 +42,6 @@ In this example we add another selector to the section on the products page sect
40
42
<element name="myExtensionElement" type="button" selector="input.myExtension"/>
41
43
</section>
44
</page>
-```
45
+```
46
47
+<!-- {% endraw %} -->
0 commit comments