X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.breakpoint.yml;h=9b79cbdd15d012761ecd3f6fbf75f484c9aeacb5;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=1905bc2ec482170a9c574a57c84b6e3f159ca4a6;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/generate.breakpoint.yml b/vendor/drupal/console-en/translations/generate.breakpoint.yml index 1905bc2ec..9b79cbdd1 100644 --- a/vendor/drupal/console-en/translations/generate.breakpoint.yml +++ b/vendor/drupal/console-en/translations/generate.breakpoint.yml @@ -2,13 +2,19 @@ description: 'Generate breakpoint' help: 'The generate:breakpoint command helps you generates a new breakpoint' welcome: 'Welcome to the Drupal breakpoint generator' options: - theme: 'Theme name' - breakpoints: Breakpoints + theme: 'Theme name' + breakpoints: Breakpoints questions: - theme: 'Enter the theme name (i.e. classy, stable)' - breakpoint-name: 'Enter breakpoint name' - breakpoint-label: 'Enter breakpoint label' - breakpoint-media-query: 'Enter breakpoint media query' - breakpoint-weight: 'Enter breakpoint weight' - breakpoint-multipliers: 'Enter breakpoint multipliers' - breakpoint-add: 'Do you want to add another breakpoint' + theme: 'Enter the theme name (i.e. classy, stable)' + breakpoint-name: 'Enter breakpoint name' + breakpoint-label: 'Enter breakpoint label' + breakpoint-media-query: 'Enter breakpoint media query' + breakpoint-weight: 'Enter breakpoint weight' + breakpoint-multipliers: 'Enter breakpoint multipliers' + breakpoint-add: 'Do you want to add another breakpoint?' +examples: + - description: 'Generate a breakpoint specifying the theme, a breakpoint name, its label, the media query, its weight and multipliers' + execution: | + drupal generate:breakpoint \ + --theme="classy" \ + --breakpoints='"breakpoint_name":"narrow", "breakpoint_label":"narrow", "breakpoint_media_query":"all and (min-width: 560px) and (max-width: 850px)", "breakpoint_weight":"1", "breakpoint_multipliers":"1x"' \ No newline at end of file