File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ options:
88 tags : ' Set service tags from the container.'
99 inputs : ' Create inputs in a form.'
1010 permissions : ' Create permissions.'
11+ theme : ' The Theme name'
1112questions :
1213 class : ' Enter the Class name'
1314 module : ' Enter the module name'
15+ theme : ' Enter the theme name'
1416 extension : ' Enter the extension name'
1517 extension-type : ' Enter the extension type'
1618 confirm : ' Do you want proceed with the operation?'
@@ -55,3 +57,4 @@ messages:
5557 move-phar : ' Accessing console from anywhere on your system'
5658 quick-start : ' Download, install and serve Drupal 8'
5759 available-field-types : ' Available types: <comment>%s</comment>'
60+ theme : ' The %s theme is not instaled'
Original file line number Diff line number Diff line change 1+ description : ' Generate a setting configuration theme'
2+ help : ' The <info>generate:theme:setting</info> command helps you generates a config YML file.'
3+ welcome : ' Welcome to the Drupal theme setting generator'
4+ options :
5+ theme : ' The theme name'
6+ theme-path : ' The path of the theme'
7+ favicon : ' Favicon supplied by the theme'
8+ comment-user-picture : ' User pictures in comments'
9+ comment-user-verification : ' User verification status in comments'
10+ node-user-picture : ' User pictures in posts'
11+ logo : ' Logo supplied by the theme'
12+ merge-existing-file : ' Merge the configuration with the existing file'
13+ questions :
14+ theme : ' Enter the new theme name'
15+ theme-path : ' Add the path of the theme'
16+ favicon : ' Use the favicon supplied by the theme'
17+ comment-user-picture : ' Use the user pictures in comments'
18+ comment-user-verification : ' Use the user verification status in comments'
19+ node-user-picture : ' Use the user pictures in posts'
20+ logo : ' Use the logo supplied by the theme'
21+ merge-existing-file : ' Merge the configuration with the existing file'
22+ suggestions :
23+ my-awesome-theme : ' My Awesome theme'
24+ other : ' Other'
25+ warnings :
26+ module-unavailable : ' Warning The following modules are not available in your local environment "%s"'
27+ errors :
28+ theme : ' The name theme "%s" is invalid.'
29+ directory-notexists : ' The target directory "%s" not exists.'
30+ examples :
You can’t perform that action at this time.
0 commit comments