learned on irc one needs to have declare the attributes like this:
"attributes": {"field": "attributes", "max-count": 4},

And then have a tuple with an empty "Value" key to act I guess like a newline, 
like this, which works:
        us::VariantBuilder attrs;
        attrs.add_tuple({
            {"value", us::Variant(date_s.toStdString())}
        });
        attrs.add_tuple({
            {"value", us::Variant("")}
        });
        attrs.add_tuple({
            {"value", us::Variant(time_s.toStdString())}
        });
        attrs.add_tuple({
            {"value", us::Variant("")}
        });
        res["attributes"] = attrs.end()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355901

Title:
  Empty cards attributes are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-scopes-shell/+bug/1355901/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to