Optional: Enable editing of Configuration Sections from the UI
It is possible to edit config sections from the web.config directly from the Aligned Elements UI. This has the advantage that modifications can be made without having to re-start the application (as when you edit web.config directly) and can be made without direct access to the server.
This feature is limited to the sections:
OpenAIConfigurationSection
IssueProxyConfigurationSection
ServerHintConfigurationSection
ServerTemplateConfigurationSection
ExternalFontConfigurationSection
AutomationScriptsConfigurationSection
The editing of these sections is only allowed for the web-admin and is done without any input validation from the application. Incorrect values may cause the application from not running properly.
To enable editing for a section:
In the web.config configSections part, add the attribute 'restartOnExternalChanges' = false. E.g for issue proxies: