Img bb-code has unphrased example on bb-code help page

  • Thread starter Thread starter Xon
  • Start date Start date

Xon

Guest
Member
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" />

The rest of the examples are phrased, and use arguments where required.

For...

Read more

Continue reading...
 
Top