shopware-admin-crud-module
Installation
SKILL.md
Shopware Administration CRUD Module
When to Apply
- Creating a new admin module for a Shopware DAL entity
- Adding list, detail, and create pages for an entity in the administration
- Setting up ACL privileges for an admin module
- Adding search, filters, and inline editing for entity listings
- Scaffolding administration i18n snippets for a new module
Rule Categories by Priority
| Priority | Category | Prefix | Description |
|---|---|---|---|
| CRITICAL | Module Setup | module- |
Module registration, file structure, naming conventions |
| CRITICAL | Pages | page- |
List page and detail/create page patterns |
| HIGH | ACL & Search | acl- |
ACL privilege mapping and search configuration |
| MEDIUM | Snippets & Filters | snippet- |
i18n snippet structure and filter setup |
Related skills