1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-25 15:01:20 +02:00

version 1.4.2 small changes for ebook plugin

This commit is contained in:
trendschau
2020-11-18 21:30:17 +01:00
parent 791e270f64
commit 3cebe0426c
12 changed files with 540 additions and 487 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace Typemill\Events;
use Symfony\Component\EventDispatcher\Event;
/**
* Event for markdown.
*/
class OnMetaDefinitionsLoaded extends BaseEvent
{
}