Update keys in lms.env.json

Hi. I want to add new key “SUPPORT_SITE_LINK” in lms.env.json file. I followed following link https://docs.tutor.overhang.io/plugins/examples.html?highlight=patch but my key is added inside FEATURES key. I do not want to add this key inside FEATURES key but it should be added as normal key in file.

You probably added it to common-env-features. You want to add it to openedx-common-settings. Something like this:

name: your-plugin-name
version: 0.1.0
patches:
  openedx-common-settings: |
    SUPPORT_SITE_LINK= "your-custom-value"