Property:Color

From Hackerspace ACKspace
Jump to: navigation, search
(created color property.. wait for it..)
 
m (made properties a fancy list)
Line 1: Line 1:
 
This is a property of type [[Has type::Text]].
 
This is a property of type [[Has type::Text]].
 
The allowed values for this property are:
 
The allowed values for this property are:
[[Allows value::black]]
+
* [[Allows value::black]]
[[Allows value::translucent white]]
+
* [[Allows value::translucent white]]

Revision as of 12:26, 21 February 2019

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"
        ]
    }
}