Re: Adding a new property to a category
Neither \XLite\Controller\Admin\Category, nor \XLite\Controller\Admin\Category classes control what fields are displayed on the "Edit category" page.
It is \XLite\View\Model\Category (and it's parent \XLite\View\Model\AModel).
Please check how the existing classes configure fields for the page, and decorate \XLite\View\Model\Category from your module.
|