Hi all, I’m developing part of a web page and want to have the option to select multiple categories. Currently I have this functionality in place using checkboxes but would like to make a change. By default it seems there is a comma between the words, I would like to instead replace this with a “/” and also to remover the spaces between the words. How would I go about this?
title: Project
sections:
info:
type: fields
fields:
Title:
type: text
Category:
type: checkboxes
options:
Exhibition: Exhibition
Editorial: Editorial
Identity: Identity
Product: Product
Web: Web
Info:
type: textarea
gallery:
type: files
layout: cards
image:
ratio: 1/1
Thanks in advance!