mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
Initialize a CRUD for entities
This commit is contained in:
4
Resources/config/crud/country.yml
Normal file
4
Resources/config/crud/country.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: 'country'
|
||||
actions: ['index', 'new', 'edit', 'delete']
|
||||
base_path: '/admin/country'
|
||||
controller: 'Chill\MainBundle\CRUD\Controller\CRUDController'
|
Reference in New Issue
Block a user