X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.entity.bundle.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.entity.bundle.yml;h=1e15dd4748bc94e4ec5fdf4b909025bc21cde8aa;hp=211b421ca46c24916a38e216ce3e574db64b7162;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/generate.entity.bundle.yml b/vendor/drupal/console-en/translations/generate.entity.bundle.yml index 211b421ca..1e15dd474 100644 --- a/vendor/drupal/console-en/translations/generate.entity.bundle.yml +++ b/vendor/drupal/console-en/translations/generate.entity.bundle.yml @@ -2,12 +2,19 @@ description: 'Generate a new content type (node / entity bundle)' help: 'Use: generate:contenttype to create a new content type name with the machine name of fancy and the human-readable name of Fancy.' welcome: 'Welcome to the Drupal Content Type generator' options: - module: common.options.module - bundle-name: 'The content type''s machine name' - bundle-title: 'The content type''s human-readable name' + module: 'The Module name.' + bundle-name: 'The content type''s machine name' + bundle-title: 'The content type''s human-readable name' questions: - module: common.questions.module - bundle-name: 'Enter the machine name of your new content type' - bundle-title: 'Enter the human-readable name of your new content type' + module: 'Enter the module name' + bundle-name: 'Enter the machine name of your new content type' + bundle-title: 'Enter the human-readable name of your new content type' message: - error-state1: placeholder + error-state1: placeholder +examples: + - description: 'Generate bundle entity specifying the module, the bundle name and its title' + execution: | + drupal generate:entity:bundle \ + --module="modulename" \ + --bundle-name="default" \ + --bundle-title="default" \ No newline at end of file