UNPKG

wix-style-react

Version:
25 lines (24 loc) 633 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultTexts = void 0; var defaultTexts = { toolbarButtons: { boldButtonLabel: 'Bold', italicButtonLabel: 'Italic', underlineButtonLabel: 'Underline', linkButtonLabel: 'Insert link', bulletedListButtonLabel: 'Bulleted List', numberedListButtonLabel: 'Numbered List' }, insertionForm: { confirmButtonLabel: 'Confirm', cancelButtonLabel: 'Cancel', link: { textInputPlaceholder: 'Text to display', urlInputPlaceholder: 'URL this link should go' } } }; exports.defaultTexts = defaultTexts;