@wmfs/tymly-pg-plugin
Version:
Replace Tymly's out-the-box memory storage with PostgreSQL
15 lines (14 loc) • 332 B
JSON
{
"propertyNames": [
"id",
"title",
"style"
],
"data": [
[ 1, "Mr.", {"backgroundColor": "#ff0000"} ],
[ 2, "Mrs.", {"backgroundColor": "#ffff00"} ],
[ 3, "Miss", {"backgroundColor": "#ffffff"} ],
[ 4, "Ms.", {"backgroundColor": "#00ff00"} ],
[ 5, "Dr.", {"backgroundColor": "#0000ff"} ]
]
}