-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yield tags with a name attribute will be replaced ``` <xml>...<yield name="xyz"/>...</xml> ``` by the content of the token with the corresponding name: ``` <expand>...<token name="xyz">CONTENT</token>...</expand> ``` The token must be direct child of the expand tag like for unnamed yields all yields with the same name will be replaced by the token's content. Named yields are replaced befor unnamed yields. When replacing unnamed yields tokens are ignored.
- Loading branch information
1 parent
0dfcf48
commit be7a9a9
Showing
1 changed file
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters