Product Brands
Product Brands
The Brand module lives under product/brand/* and exposes manage, create, and update routes.
Brand management screen
The current brand-manage screen includes:
i-filteri-bulk-actionfor bulk delete- a table with image, name, slug, publish state, featured flag, and lock state
- quick actions for
updateanddelete
Brand form structure
The create and update forms are split into:
Basic: images, slug, logoAttributes: year founded, status, URL, parent brand relation, country, publish date, SEOContent: detailed narrative or history throughi-contents
Notable points
year_foundedis required- the form supports a
show moresection for advanced fields brand_idappears in the form, so some implementations may support parent-brand relationships
Product dependency
The product form shows the brand_id selector only when the user has brand.viewAny. If that list is incomplete, fix it in this module first.

