Posted November 12, 20213 yr Hi, I would like to see a choice between an image or FA code in the Icon field: Currently the image is required and shared between more than one theme. The same icon can look bad on Light and Dark theme. So now I need to upload some "dummy" image to satisfy the dialog and then override it anyway via custom.css: .cke_button__custom-ButtonID_icon { background-image: none !important; } .cke_button__custom-ButtonID_icon::before { content: '\f019'; } Edited November 12, 20213 yr by Luuuk