settings:set
Drupal कंसोल कॉन्फिग फाइल में एक विशिष्ट सेटिंग मूल्य बदलें
Usage:
drupal settings:set [arguments]
Available arguments
Argument | Details |
---|---|
name | Setting name in YAML flatten format to set a value in Drupal Console config file |
value | Setting value to set in Drupal Console config file |
Examples
Set application language setting value to "es"
drupal settings:set application.language es