X
Xon
Guest
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...