HiWe're trying to create a custom settings module. Within this module there is a setting where we put a small snippet (javascript code) which uses another custom setting.For example:{% Settings.MyCustomSettingsScript %}
This will render the javascript code. Within the javascript code we need a key @mycode-123abc@, which we are trying to get via a macro as well ({% Settings.MyCustomSettingsAPIKey %}. This key is a custom setting as well.Is this possible or is there an easier solution?KR,
D.
↧