Any idea how to set this up for the ck editor custome field plugin?
i tried this:
ckeditor5: {
enabled: true,
config: {
editor: {
mediaEmbed: {
previewsInData: true
}
}
}
}
but it ain’t working