Not a Bug {xen:property} behaviour

Discussion in 'Resolved Bug Reports' started by CyberAP, Feb 13, 2012.

  1. CyberAP Well-Known Member

    At the moment {xen: property name} exposes the certain property to a complete format:

    @property "name";
    properties
    @property "/name";
    after a template save.

    I think that the correct behaviour should be like this:
    Template contains only {xen: property 'name'} but the final result (the one we get via css.php) is a property content.
  2. Mike XenForo Developer

    The actual behavior is:

    Template editor exposes entire property marked up. Changes within that only change the property, not the the template. The template only contains {xen:property name} and the final output is the property content.

    So, no bug here.
  3. CyberAP Well-Known Member

    I thought that it should just include a property, not to expose it, because we can already do it with @property "name";

Share This Page