Hi,
I’m trying to use checkboxes in my blueprint to enable multiple select of categories. However when I add the type:checkboxes to my blueprint I get the follow error "Field misconfiguration: checkboxes field is broken"
I can get it to work with the ‘Checkbox’ type for 1 option, but not having any luck with the following.
title: Job article
pages:false
files: true
fields:
title:
label: Title
type: text
width: 1/2
required: true
validate:
min: 4
max: 140
- alphanum
date:
label: Date
type: date
width: 1/2
format: MM/DD/YYYY
required: true
location:
label: Location
type: text
description:
label: Description
type: textarea
required: true
categories:
label: Categories
type: checkboxes
options:
design: Design
architecture: Architecture
photography: Photography
3d: 3D
web: Web
anyone help me out please?
thanks