Adding custom entities - RevisionTen/cms GitHub Wiki

You can add custom entities to the easy_admin configuration. See EasyAdmin: Your First Backend for more info.

Restricting access to custom entities

You can add your own permissions to restrict access to your custom entities. See Adding permissions to custom entities for more info.

Restricting entities to certain websites

You can add the LanguageAndWebsiteTrait to your custom easyadmin entities to show only entities that match the current website. When you create a new entity in easyadmin the website property will be set to the users current website.