Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created June 3, 2016 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastianallgeier/dece35eaa365009049643f25f1090cb8 to your computer and use it in GitHub Desktop.
Save bastianallgeier/dece35eaa365009049643f25f1090cb8 to your computer and use it in GitHub Desktop.
<?php
return [
'title' => [
'text' => 'Widget title',
'link' => 'some/url'
],
'options' => [
'text' => 'Edit',
'icon' => 'pencil',
'link' => 'some/edit/url'
],
'html' => function() {
return 'widget html'
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment