Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: luck
> ./sample-data-old/blocks.example-ingredient.highlighter
Lenses
(coming soon!)
{
"id": "blocks.example-ingredient",
"name": "exampleIngredient",
"properties": [
{
"name": "$",
"formula": "{/eggs|milk|butter|tofu|tomatoes/}",
"visibility": "HIDDEN"
},
{
"name": "aisle",
"formula": "{\n \"milk\" : \"dairy\",\n \"butter\": \"dairy\",\n \"tomatoes\": \"produce\"\n}[$] || \"other\"",
"visibility": "HIDDEN"
},
{
"name": "isVegan",
"formula": "{\n \"milk\" : false,\n \"butter\": false\n}[$] !== false",
"visibility": "HIDDEN"
}
]
}