A couple of suggestions/observations around context storage options...
- If you blindly follow the directions in the documentation, Node-red will error on startup.
This is because the context storage section needs to be followed by a comma (no doubt other documentation pages also omit settings.js trailing commas).
Suggestion - I understand that the code snippet is only the required text but can the comma at least be mentioned?
- I cannot tell if this context variable uses file or memory storage.
a) because this text is almost invisible (my eyesight is not 100%)
b) because the two options use the same icon.
The text opacity seems to be set to 0.3 in the code. I can use CSS to make it even less visible but the 0.3 seems to be the upper limit.
Suggestion - remove the inline opacity setting so that it can be tweeked by an editor CSS file.
Using the icon fa-database (a disc pack) strongly implies filesystem storage.
Suggestion - Use fa-pencil-square for filesystem storage and fa-pencil-square-o for memory. They may not be intuitive but at least they are not actively misleading.