Property:Color

From Hackerspace ACKspace
Jump to: navigation, search
(created color property.. wait for it..)
 
m (added some colors)
 
(One intermediate revision by the same user not shown)
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::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]]

Latest revision as of 12: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"
        ]
    }
}