This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/config.delete.yml
2018-11-23 12:29:20 +00:00

21 lines
711 B
YAML

description: 'Delete configuration'
arguments:
type: 'Configuration type.'
name: 'Configuration name.'
messages:
all: 'All configuration sucessfully deleted.'
deleted: 'Configuration "%s" sucessfully deleted.'
errors:
config-storage: 'Configuration type would not be loaded.'
name: 'Configuration name must contain a value.'
type: 'Configuration type is missing.'
not-exists: 'The configuration "%s" does not exist.'
warnings:
undo: 'This action will delete all configuration permanently.'
questions:
sure: 'Are you sure to delete all configuration'
examples:
- description: 'Provide a config type and a config name'
execution: drupal config:delete active all