Last active
February 13, 2019 17:06
-
-
Save ethanhinson/dbfeaf47426fb04d7deffe149c366cd9 to your computer and use it in GitHub Desktop.
Hub Options Data Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"settings": { | |
"ldrc": { | |
/// Stuff | |
}, | |
"components": { | |
"MyComponent": { | |
/// Stuff | |
} | |
} | |
}, | |
"realms" : [ | |
{ | |
"name": "quick_search", | |
"settings": { | |
"ldrc": { | |
/// Stuff | |
}, | |
"components": { | |
"MyComponent": { | |
/// Stuff | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated config with comments: