diff --git a/dfp.info.yml b/dfp.info.yml
index fb86479..5b1fb4e 100755
--- a/dfp.info.yml
+++ b/dfp.info.yml
@@ -6,3 +6,4 @@ package: Advertising
 configure: dfp.admin_settings
 dependencies:
   - block
+  - entity
diff --git a/src/Entity/Tag.php b/src/Entity/Tag.php
index 56a0d1d..3c708ee 100644
--- a/src/Entity/Tag.php
+++ b/src/Entity/Tag.php
@@ -27,6 +27,8 @@ use Drupal\Core\Entity\EntityStorageInterface;
  *     },
  *     "list_builder" = "Drupal\dfp\View\TagList",
  *     "view_builder" = "Drupal\dfp\View\TagViewBuilder",
+ *     "access" = "Drupal\entity\EntityAccessControlHandler",
+ *     "permission_provider" = "Drupal\entity\EntityPermissionProvider",
  *   },
  *   links = {
  *     "edit-form" = "/admin/structure/dfp_ads/tags/manage/{tag}",
