onway

About

Username
onway
Joined
Visits
27
Last Active
Roles
Member

Comments

  • 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…
  • Hey, @deltafrost Which versions of the CMS and and the menu module do you use?
    in Menu Comment by onway December 2017

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!