For data type .uda
files, would it be possible to toggle expansion of the "Configuration" property rather than have it on one line?
With one line, we are finding it difficult to resolve merge conflicts and review code changes to it.
Current:
"Configuration": {"multiple":false,"items":[{"id":130,"value":"none"},{"id":131,"value":"small"},{"id":132,"value":"medium"},{"id":133,"value":"large"},{"id":134,"value":"extra-large"}]},
Preferred:
"Configuration": {
"multiple": false,
"items": [
{
"id": 130,
"value": "none"
},
{
"id": 131,
"value": "small"
},
{
"id": 132,
"value": "medium"
},
{
"id": 133,
"value": "large"
},
{
"id": 134,
"value": "extra-large"
}
]
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4