# TEST
# global backend actions remove all default actions for the 'list' view

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