1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-19 04:12:08 +02:00

content restrictions in system settings and meta-tabs

This commit is contained in:
trendschau
2021-01-22 22:16:22 +01:00
parent 54012441b6
commit 5f01147e58
10 changed files with 209 additions and 46 deletions

View File

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