TinMCE toolbar attributes configuration per field do not work in ParisDescriptionBuild information:Paris Based on the documentation:Change the TinyMCE toolbar for a specific table https://docs.servicenow.com/csh?topicname=tinymce.html&version=latest#set-dictionary-attributes-workspace The following two attributes can be used to change the toolbar:editor.toolbar.line1editor.toolbar.line2Note, those attributes do not exist in "sys_schema_attribute" table. However the following attributes exist in that table and they were tested to change the toolbar and worked correctly, but no documentation confirms their functionality:"tinymce_toolbar1" and "tinymce_toolbar2" Steps to Reproduce 1. Go to the incident table and create a HTML field 2. In the attribute field enter:editor.toolbar.line1=bold italic underline 3. Save4. Go to /incident_list.do and edit any record. Expected behaviorThe TinyMCE toolbar should display only tree icons based on the attribute. Actual behaviorThe TinyMCE toolbar displays the default icons. Note, this attribute does not exist in "sys_schema_attribute" table. So it won't be displayed in the Attribute related list. However the following attributes exist in that table and they were tested to change the toolbar and worked correctly, but no documentation confirms their functionality:"tinymce_toolbar1" and "tinymce_toolbar2" WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available. As possible workaround, use the following attributes: "tinymce_toolbar1" and "tinymce_toolbar2" Related Problem: PRB1444450