I found out when searching in the official TinyMCE plugins. So here is how to do it:
{type: 'listbox', name: 'align', label: 'align', 'values': [ {text: 'Left', value: 'left'}, {text: 'Right', value: 'right'}, {text: 'Center', value: 'center'} ] }
jonazu
source share