no edit summary
No edit summary
No edit summary
Line 10: Line 10:
'label': 'Emoticons'
'label': 'Emoticons'
// or 'labelMsg': 'section-emoticons-label' for a localized label
// or 'labelMsg': 'section-emoticons-label' for a localized label
}
}
} );
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'emoticons',
'groups': {
'faces': {
'label': 'Faces' // or use labelMsg for a localized label, see above
}
}
}
}