Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / config.validate.yml
1 description: 'Validate a drupal config against its schema'
2 options: {}
3 arguments: {}
4 messages:
5     success: 'Config was successfully validated'
6     no-conf: 'Config with this name does not exist'
7 examples:
8     - description: 'Provide the configuration name.'
9       execution: 'drupal config:validate configuration.name'
10