Skip to content

Instantly share code, notes, and snippets.

@boutell
Created September 8, 2014 16:11
Area with lots of controls needing icons
{{ aposArea(page, 'content2', {
controls: [
'Bold',
'Italic',
'Underline',
'Strike',
'Subscript',
'Superscript',
'RemoveFormat',
'NumberedList',
'BulletedList',
'Blockquote',
'Link',
'Unlink',
'Anchor',
'Table',
'Styles',
'blog'
],
lockups: [ 'left', 'right' ],
slideshow: { extraFields: true, noHeight: true, userOptions: { orientation: { active: true, defaultOption: 'square' } } }
}) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment