25. recipe: { ! _id: { ! ! label: ' ', ! type : 'text', ! class: 'required', ! minlength: 4, ! maxlength: 64 ! }, ! name: { ! ! label: ' ', ! ! type : 'text', ! ! class: 'required', ! ! maxlength: 32 ! }, ! type: { ! ! label: ' ', ! ! type: 'radio', ! ! labels: [' ',' ',' ',' '], ! ! values: ['cooking','sewing','craft','mix'] ! }, ! material: { ! ! label: ' ', ! ! type: 'multiple', ! ! fields: { !