wix-style-react
Version:
wix-style-react
23 lines (22 loc) • 632 B
JavaScript
;
exports.__esModule = true;
exports.defaultTexts = void 0;
var defaultTexts = exports.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'
}
}
};
//# sourceMappingURL=RichTextInputAreaTexts.js.map