Skip to content

Instantly share code, notes, and snippets.

@avilaj
Last active June 11, 2016 10:57
Show Gist options
  • Save avilaj/f604909ce2a21bd2ae6ce881999f33e6 to your computer and use it in GitHub Desktop.
Save avilaj/f604909ce2a21bd2ae6ce881999f33e6 to your computer and use it in GitHub Desktop.
Sleeping Owl Admin editor configuration
<?php
AdminFormElement::wysiwyg('page_content', 'Page Content')
->setParameters([
"toolbar" => [
[
"name" => "basicstyles",
"items" => [ "Bold", "Italic", "-", "RemoveFormat" ]
]
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment