1
0
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:
Sebastian
2017-11-29 21:51:47 +01:00
parent 4bea02cb16
commit 7da2060cae
30 changed files with 605 additions and 276 deletions

View File

@@ -8,7 +8,7 @@ use Symfony\Component\EventDispatcher\Event;
* Event for the folder structure.
*/
class LoadStructureEvent extends Event
class LoadPagetreeEvent extends Event
{
protected $data;

View File

@@ -8,7 +8,7 @@ use Symfony\Component\EventDispatcher\Event;
* Event for the pure content.
*/
class RenderSiteEvent extends Event
class RenderPageEvent extends Event
{
protected $data;