Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.breakpoint.yml
1 description: 'Generate breakpoint'
2 help: 'The <info>generate:breakpoint</info> command helps you generates a new breakpoint'
3 welcome: 'Welcome to the Drupal breakpoint generator'
4 options:
5   theme: 'Theme name'
6   breakpoints: Breakpoints
7 questions:
8   theme: 'Enter the theme name (i.e. classy, stable)'
9   breakpoint-name: 'Enter breakpoint name'
10   breakpoint-label: 'Enter breakpoint label'
11   breakpoint-media-query: 'Enter breakpoint media query'
12   breakpoint-weight: 'Enter breakpoint weight'
13   breakpoint-multipliers: 'Enter breakpoint multipliers'
14   breakpoint-add: 'Do you want to add another breakpoint?'
15 examples:
16   - description: 'Generate a breakpoint specifying the theme, a breakpoint name, its label, the media query, its weight and multipliers'
17     execution: |
18       drupal generate:breakpoint  \
19         --theme="classy"  \
20         --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"'