1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-28 08:10:07 +02:00

Version 1.5.1: Shortcodes, public form generator, improved textarea for code

This commit is contained in:
trendschau
2021-10-19 22:30:18 +02:00
parent 959e043aa3
commit d1d7d61b4e
12 changed files with 238 additions and 113 deletions

View File

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