Placeholder plugin for TinyMCE
Add "placeholder" to plugin option for tinymce and either have placeholder attribute on the element or set the option placeholder when initating tinymce.
tinymce.init({
placeholder: "Placeholder from settings",
plugins: ['placeholder'],
});
Based on angular-ui/ui-tinymce#197 @human-a