Recent content by www

  1. W

    Custom template types

    Creating custom template types (\XF\Entity\Template::$type) through add-ons seems to be problematic during upgrades, as the importer seems to adhere to the structure's allowedValues (expecting either mail, admin, or public), throughout which add-on class extensions have yet to take effect. To...
  2. W

    Fixed Style property variations

    Creating style properties with the string value type and variations enabled does not seem to work as intended, resulting in a single input field (rather than two, as is the case with color value type).
  3. W

    Custom template types (in add-ons)

    Creating custom template types (XF:Template::$type)through add-ons seems to be problematic during upgrades, as the importer seems to adhere to the structure's allowedValues (expecting either mail, admin, or public), throughout which add-on class extensions have yet to take effect. Is there any...
Back
Top Bottom