Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / views.enable.yml
1 description: 'Enable a View'
2 messages:
3   enabled-successfully: 'View "%s" was enabled successfully.'
4 examples:
5   - description: 'Enable content view'
6     execution: |
7       drupal views:enable  content
8   - description: 'Enable frontpage view'
9     execution: |
10       drupal views:enable  frontpage