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

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