Skip to content

Commit 4f87bf0

Browse files
authored
Add details for changing settings via command line
1 parent 5a4909c commit 4f87bf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/getting-started.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ To disable the WYSIWYG and enable the web driver to process these fields as simp
6767
3. In the WYSIWYG Options section set the **Enable WYSIWYG Editor** option to **Disabled Completely**.
6868
4. Click **Save Config**.
6969

70+
or via command line
71+
1. `bin/magento config:set cms/wysiwyg/enabled disabled`
72+
7073
<div class="bs-callout bs-callout-tip">
7174
When you want to test the WYSIWYG functionality, re-enable WYSIWYG in your test suite.
7275
</div>
@@ -80,6 +83,10 @@ To enable the **Admin Account Sharing** setting, to avoid unpredictable logout d
8083
3. Set **Add Secret Key to URLs** to **No**.
8184
4. Click **Save Config**.
8285

86+
or via command line
87+
1. `bin/magento config:set admin/security/admin_account_sharing 1`
88+
2. `bin/magento config:set admin/security/use_form_key 0`
89+
8390
### Nginx settings {#nginx-settings}
8491

8592
If Nginx Web server is used on your development environment then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **Web** > **Search Engine Optimization** must be set to **Yes**.

0 commit comments

Comments
 (0)