You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/building-sites/tag-syntax/common.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This page lists the most commonly used MODX Revolution tags as an aid to anyone
19
19
|**`[[*description]]`**| the page Description |`<meta name="description" content="[[*description]]"/>`|
20
20
|**`[[*introtext]]`**| the Introductory Text field (a.k.a. the summary). | Often used by Snippets to summarize posts, e.g. `<div id="summary">[[*introtext]]</div>`|
21
21
|**`[[*parent]]`**| the ID of the parent page (if any). Set by MODX when the page is created. Can be altered by the user. | Often used in conjunction with the link syntax, e.g. `<a href="[[~[[*parent]]]]">Up to parent page</a>`|
22
-
|**`[[*menutitle]]`**| the Title used when the page appears in menus. |_Most frequently used by Snippets such as__[Wayfinder](extras/wayfinder"Wayfinder") or [pdoMenu](extras/pdotools/snippets/pdomenu"pdoMenu")__when dynamically constructing menus_|
22
+
|**`[[*menutitle]]`**| the Title used when the page appears in menus. |_Most frequently used by Snippets such as__[Wayfinder](extras/wayfinder"Wayfinder") or [pdoMenu](extras/pdoTools/Snippets/pdoMenu"pdoMenu")__when dynamically constructing menus_|
23
23
|**`[[*content]]`**| the content of the page. |`<body>[[*content]]</body>`|
0 commit comments