# TEST
# global backend actions remove all default actions for the 'edit' view
# (but the special "save" action will still be displayed because it's mandatory)

# CONFIGURATION
easy_admin:
    edit:
        actions:
            ['-delete', '-list']
    entities:
        Category:
            class: AppTestBundle\Entity\UnitTests\Category
