ew_base/Configuration/Services.yaml
2024-11-11 21:29:58 +01:00

19 lines
456 B
YAML
Executable File

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']