Update display settings 2017 12 6 authored by Ali Can Demiralp's avatar Ali Can Demiralp
......@@ -26,4 +26,6 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
Cascading:
- Phoenix Library Settings : {a: 1, b: 2, c: 3}
- Machine Specific Settings: {a: 42} -->
- Machine Specific Settings : {a: 42} -> {a: 42, b: 2 , c: 3}
- Application Specific Settings: {b: 64} -> {a: 42, b: 64, c: 3}
- User Specific Settings : {a: 86, c: 21} -> {a: 86, b: 64, c: 21}
\ No newline at end of file