Skip to content

Commit

Permalink
Update strings to module, plugin:block, multisite:new commands (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jul 30, 2019
1 parent 167660c commit 78aa6bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations/generate.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ examples:
drupal generate:module \
--module="modulename" \
--machine-name="modulename" \
--module-path="/modules/custom" \
--module-path="modules/custom" \
--description="My Awesome Module" \
--core="8.x" \
--package="Custom" \
Expand Down
2 changes: 2 additions & 0 deletions translations/generate.plugin.block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ options:
inputs: 'Create inputs in a form.'
services: 'Load services from the container.'
theme-region: 'Theme region to render Plugin Block'
twigtemplate: 'Generate theme template'
questions:
module: 'Enter the module name'
class: 'Enter the plugin class name'
Expand All @@ -21,6 +22,7 @@ questions:
description: 'Description'
default-value: 'Default value'
weight: 'Weight for input item'
twigtemplate: 'Do you want to generate a themeable template?'
messages:
inputs: "\nYou can add input fields to create special configurations in the block.\nThis is optional, press <info>enter</info> to <info>continue</info>"
invalid-theme-region: 'Region "%s" is invalid'
Expand Down
2 changes: 1 addition & 1 deletion translations/multisite.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ messages:
examples:
- description: 'Set up files for a multisite install specifying destination path and uri'
execution: |
drupal multisite:new vendor/newsite http://mysite.example.com
drupal multisite:new newsite http://newsite.com

0 comments on commit 78aa6bd

Please sign in to comment.