X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fviews.enable.yml;h=4531768b7fb954020652cc700573f4d220368887;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=952b6ab740c8ae357dd774fa0599b87168423165;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/views.enable.yml b/vendor/drupal/console-en/translations/views.enable.yml index 952b6ab74..4531768b7 100644 --- a/vendor/drupal/console-en/translations/views.enable.yml +++ b/vendor/drupal/console-en/translations/views.enable.yml @@ -1,3 +1,10 @@ description: 'Enable a View' messages: enabled-successfully: 'View "%s" was enabled successfully.' +examples: + - description: 'Enable content view' + execution: | + drupal views:enable content + - description: 'Enable frontpage view' + execution: | + drupal views:enable frontpage