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:
14
system/Events/OnMetaDefinitionsLoaded.php
Normal file
14
system/Events/OnMetaDefinitionsLoaded.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for markdown.
|
||||
*/
|
||||
|
||||
class OnMetaDefinitionsLoaded extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user