title | issue | author | author_email | author_github |
---|---|---|---|---|
Add CustomEntityDefinitionService and generate admin menu entries |
NEXT-19272 |
Niklas Limberg |
n.limberg@shopware.com |
NiklasLimberg |
- Added
custom-entity-definition.service.ts
to save custom entity configs and to generate admin menu entries for custom entities with theadmin-ui
flag - Added
sw-custom-entity/index.js
to register shared routes forsw-generic-custom-entity-list
andsw-generic-custom-entity-detail
- Changed
init/repository.init.js
to add custom entity definitions to thecustomEntityDefinitionService
- Changed
sw-admin-menu/index.js
to include menu entries generated fromcustomEntityDefinitionService
- Changed
src/app/main.ts
to register thecustomEntityDefinitionService