Skip to content

Commit 96413c4

Browse files
committed
Added attribute.
1 parent 5494d10 commit 96413c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Attributes|Type|Use|Description
145145
`area`|string|required|The area where this page lives. Three possible values: `admin` prepends `BACKEND_NAME` to `url`, `storefront` does not prepend anything to `url`, `external` flags the page for use with `amOnUrl`. The `url` provided must be a full URL, such as `http://myFullUrl.com/`, instead of the URL for a Magento page.
146146
`parameterized`|boolean |optional|Include and set to `"true"` if the `url` for this page has parameters that need to be replaced for proper use.
147147
`remove`|boolean|optional|The default value is `"false"`. Set to `"true"` to remove this element during parsing.
148+
`deprecated`|string|optional|Used to warn about the future deprecation of the data entity. String will appear in Allure reports and console output at runtime.
148149

149150
`<page>` may contain several [`<section>`] elements.
150151

0 commit comments

Comments
 (0)