-
Notifications
You must be signed in to change notification settings - Fork 88
Crud
After installing the module you will see the following menu. It is under the CMS main menu because I told it to be there.
For the Author entity there is only one menu item, but for Article And Sections there are 3.
1 for managing the entities, 1 for managing the entity attributes (because they are EAV) and one for managing comments.
You can even restrict access to some admins from the user roles.
The grid is a magento usual grid with filters and all.
It has an export capability and a mass action select from where you can bulk delete entities or change the status:
The add/edit form also looks as usual.
Because the entity allows frontend listing and url rewrites you will see an url key field. If left empty it will be filled in automatically based on the name.
For the Section entity, you will see similar screen to the category CRUD because it's a tree entity:
You will be able to select the associated articles to that section:
You can choose to select associated products.
- Getting started
- Compatibility
- Installation
- Features
- How to use
- Module grid
- Add/Edit form
- General Settings Tab
- Entities Tab 1. Entity - Name settings 2. Entity - Backend settings 3. Entity - Frontend settings 4. Entity - Products 5. Entity - Categories 6. Entity - Fields/Attribute
- Entity Relations Tab
- Help Tab
- Configuration
- Naming Restrictions
- Generated files
- Sample 1. UMC Config file 2. Tables 3. Backend CRUD 4. Config section 5. Fronend listing 6. Fronend view 7. Product relation 8. Category relation 9. RSS Feed 10. API 11. Widgets 12. Comments 13. Translation
- Created extensions
- Concept
- Limitations
- Issues & Support
- Release Notes
- Uninstall
- License
- Thanks