Property:Color

From Hackerspace ACKspace
Revision as of 12:25, 21 February 2019 by Xopr (talk | contribs) (created color property.. wait for it..)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a property of type Text. The allowed values for this property are: black translucent white

{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "black",
            "translucent white",
            "white",
            "red",
            "orange",
            "yellow",
            "green",
            "blue",
            "cyan",
            "purple",
            "pink"
        ]
    }
}