Add a configuration option for the team community URLs. Don't make one option per team, since this would make a bigger mess of the configuration page.
jspayne did an experiment that seems to work as a good option: Use a string configuration option, and paste in JSON text (one line). Then in the code, use json.loads() to interpret the info.
Note (for whatever default is included) that each URL should be a relative URL in the form: /c/community@instance. This will ensure that the link will work regardless of which instance you are viewing it from.
Add a configuration option for the team community URLs. Don't make one option per team, since this would make a bigger mess of the configuration page.
jspayne did an experiment that seems to work as a good option: Use a string configuration option, and paste in JSON text (one line). Then in the code, use json.loads() to interpret the info.
Note (for whatever default is included) that each URL should be a relative URL in the form:
/c/community@instance. This will ensure that the link will work regardless of which instance you are viewing it from.