services: _defaults: autowire: true autoconfigure: true public: false Evoweb\EwBase\: resource: '../Classes/*' Evoweb\EwBase\Command\ContentElementCommand: tags: - name: 'console.command' command: 'ew-base:contentelement' description: 'Command to list all content elements for a given subtree' schedulable: false Evoweb\EwBase\ToolbarItems\ReleaseToolbarItem: tags: ['backend.toolbar.item']