mirror of
https://github.com/typemill/typemill.git
synced 2025-08-19 12:21:21 +02:00
finished TOC feature
This commit is contained in:
@@ -8,7 +8,7 @@ use Symfony\Component\EventDispatcher\Event;
|
||||
* Event for the folder structure.
|
||||
*/
|
||||
|
||||
class LoadStructureEvent extends Event
|
||||
class LoadPagetreeEvent extends Event
|
||||
{
|
||||
protected $data;
|
||||
|
@@ -8,7 +8,7 @@ use Symfony\Component\EventDispatcher\Event;
|
||||
* Event for the pure content.
|
||||
*/
|
||||
|
||||
class RenderSiteEvent extends Event
|
||||
class RenderPageEvent extends Event
|
||||
{
|
||||
protected $data;
|
||||
|
Reference in New Issue
Block a user