Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 506 Bytes

create-vocabularies.md

File metadata and controls

22 lines (19 loc) · 506 Bytes

create:vocabularies

Tạo dummy vocabularies cho ứng dụng Drupal 8 của bạn.

Usage:

drupal create:vocabularies [options]
crv

Available options

Option Details
--limit Bạn muốn tạo bao nhiêu vocabularies?
--name-words Maximum number của từ trong vocabulary names

Examples

  • Provide the number of vocabularies to create and maximum number of words in vocabulary names
drupal create:vocabularies \
  --limit="5" \
  --name-words="5"