Closed jwildfire closed 7 years ago
Test Notes: Confirm that the settings object below creates a codebook with just the given tabs with the custom labels and instructions as specified:
{
"tabs":[
"codebook",
{"key":"settings","label":"Settingz","instructions":"Set!"}
]
}
Confirmed settings object can create custom tabs and labels in all browsers.
Added via
config.tabs
. Wiki Documentation added here