backdrop-contrib / brush

Brush is a command line shell and Unix scripting interface for Backdrop CMS.
GNU General Public License v3.0
2 stars 0 forks source link

Use periods in config option to manage array member values #18

Closed alanmels closed 1 year ago

alanmels commented 4 years ago

API page on https://api.backdropcms.org/api/backdrop/core%21includes%21config.inc/function/config_set/1 says:

string $option: The name of the config option within the file to set. The config option may contain periods to indicate levels within the config file.

Example use: https://github.com/backdrop-contrib/i18n/blob/5deeb563c9ba4d349f91b83c3564944e6ff51b61/i18n_node/i18n_node.admin.inc#L42

alanmels commented 1 year ago

https://github.com/backdrop-contrib/brush/blob/1.x-1.x/README.md