values: buildListItems(
                    linkList,
                    function(item) {
                        item.value = editor.convertURL(item.value || item.url, 'href');
                    },