diff --git a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js index e6f381f929..4357caf5be 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/editor.service.js @@ -466,6 +466,8 @@ When building a custom infinite editor view you can use the same components as a * @description * Opens an icon picker in infinite editing, the submit callback returns the selected icon * @param {Object} editor rendering options + * @param {String} editor.icon The CSS class representing the icon - eg. "icon-autofill". + * @param {String} editor.color The CSS class representing the color - eg. "color-red". * @param {Callback} editor.submit Submits the editor * @param {Callback} editor.close Closes the editor * @returns {Object} editor object