Property:Color

From Hackerspace ACKspace
Jump to: navigation, search
m (made properties a fancy list)
m (added some colors)
 
Line 2: Line 2:
 
The allowed values for this property are:
 
The allowed values for this property are:
 
* [[Allows value::black]]
 
* [[Allows value::black]]
 +
* [[Allows value::white]]
 +
* [[Allows value::red]]
 +
* [[Allows value::orange]]
 +
* [[Allows value::yellow]]
 +
* [[Allows value::green]]
 +
* [[Allows value::blue]]
 +
* [[Allows value::cyan]]
 +
* [[Allows value::purple]]
 +
* [[Allows value::pink]]
 
* [[Allows value::translucent white]]
 
* [[Allows value::translucent white]]

Latest revision as of 11:35, 21 February 2019

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

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