Difference between revisions of "User:Tersia/common.js"
From BDSM Wiki
| Line 5: | Line 5: | ||
'main: { | 'main: { | ||
'insert': { | 'insert': { | ||
| − | 'layout': ' | + | 'layout': 'insert', |
| − | 'label': ' | + | 'label': 'Embed Video', |
'characters': [ ':)', ':))', ':(', '<3', ';)' ] | 'characters': [ ':)', ':))', ':(', '<3', ';)' ] | ||
} | } | ||
} | } | ||
} ); | } ); | ||
Revision as of 03:58, 15 May 2014
/* This is a testing ground for potential new features for the site */
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'characters',
'main: {
'insert': {
'layout': 'insert',
'label': 'Embed Video',
'characters': [ ':)', ':))', ':(', '<3', ';)' ]
}
}
} );