Created
September 8, 2014 16:11
-
-
Save boutell/e63e2f7cc7d418b2dc19 to your computer and use it in GitHub Desktop.
Area with lots of controls needing icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ 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