File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ Instead of writing everything by yourself - use `extends` attribute to refer to
12
12
13
13
** Reusable Resources**
14
14
15
+ {%raw%}
16
+
15
17
* Tests (reusable with ` <test extends="..."> ` argument)
16
18
* Action Group (reusable with including ` <actionGroup ref="..."> ` , or extending ` <actionGroup extends="..."> ` )
17
19
* Pages (reusable with reference ` {{PageDefinition.url}} ` )
18
20
* Sections (reusable with reference ` {{SectionDefinition.elementDefinition}} ` )
19
21
* Data Entities (reusable with reference ` <createData entity="...">" ` or extending ` <entity extends="..."> ` )
20
22
23
+ {%endraw%}
24
+
21
25
<div class =" bs-callout bs-callout-warning " markdown =" 1 " >
22
26
23
27
Avoid using resources that are marked as ** Deprecated** . Usually there is a replacement provided for a deprecated resource.
You can’t perform that action at this time.
0 commit comments