Into modules/atlantis/site/src/Module/Site/Events/SiteEvent.php you will find subscribe method. You can register events like this
$events->listen('demo_event', 'Module\Site\Events\SiteEvent@MyMethod');
Then you can fire the event whereever you …
The open graph module use 'page.loaded' event to attach the tags. Usually this event is fired before the page is rendered. Somehow in the last release we have the event method after that.
So you have to replace this code manually
…
Once you have installed summernote, you will be able te choose it as a defauld editor per each user /admin/users/edit/1
You can use it in blade with the following atlantis helper
$name, $value, $attributes = array()
{!! \Editor::set($name, $value…