ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,665
- Points
- 823
Reputation:
The examples for the tag isn't phrased:
XML:
[CODE] <xf:macro name="row_output"
arg-title="{{ phrase('bb_code_help_img_title')|preEscaped }}"
arg-desc="{{ phrase('bb_code_help_img_desc')|preEscaped }}"
arg-example="[IMG]{{ base_url(property('publicMetadataLogoUrl') ?: property('publicLogoUrl'), true) }}"
arg-anchor="image" />[/CODE]
The rest of the examples are phrased, and use arguments where required.
For example...
Read more
Continue reading...
XML:
[CODE] <xf:macro name="row_output"
arg-title="{{ phrase('bb_code_help_img_title')|preEscaped }}"
arg-desc="{{ phrase('bb_code_help_img_desc')|preEscaped }}"
arg-example="[IMG]{{ base_url(property('publicMetadataLogoUrl') ?: property('publicLogoUrl'), true) }}"
arg-anchor="image" />[/CODE]
The rest of the examples are phrased, and use arguments where required.
For example...
Read more
Continue reading...