sulaz1x
The slug is a part of the page proprety, so you should be able to get like this :
public $page_slug;
$this->page_slug = $this->property('slug');
And now it's avaible in your component as {{ page_slug}}
Last updated
1-2 of 2