A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/umbraco/Umbraco.Deploy.Issues/issues/85 below:

Expand data type "configuration" property from one line · Issue #85 · umbraco/Umbraco.Deploy.Issues · GitHub

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