Comment 2 for bug 1369799

Revision history for this message
XiaoGuo, Liu (liu-xiao-guo) wrote :

Hi dpm,

I have seen the examples and I have run them. I think they are quite good. So far, we have examples using big pictures (grid carousel). I was thinking whether we could provide one more examples on how to create a new scope using the journal layout.

std::string CAT_GRID = R"(
{
        "schema-version" : 1,
        "template" : {
        "category-layout" : "vertical-journal",
        "card-layout": "horizontal",
        "card-size": "small",
        "collapsed-rows": 0
        },
        "components" : {
        "title" : "title",
        "subtitle":"subtitle",
        "summary":"summary",
        "art":{
        "field": "art2",
        "aspect-ratio": 1
        }
        }
        }
        )";

The news will be one of the sources for scopes. It is a manipulation of the layout. I have seen the scope customization one. I can do the work. If there is a tutorial, that would be even better.