Hello, I’ve customized an html field (inside a repeater) as below - I removed the “image” button. I would also like to remove the “Finder”, “Asset”, and “Collection link” buttons but I haven’t seen those options in the documentation.
Thanks for any pointers
{
"fields": [
{
"type": "html",
"label": "Html Content",
"options": {
"toolbar": [
"bold",
"italic",
"strike",
"link",
"blockquote",
"listUl",
"listOl"
]
}
}
]
}