diff --git a/src/Entity/TokenDefaultToken.php b/src/Entity/TokenDefaultToken.php
index cd02ef4..a7434f6 100755
--- a/src/Entity/TokenDefaultToken.php
+++ b/src/Entity/TokenDefaultToken.php
@@ -23,6 +23,14 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
  *     },
  *   },
  *   config_prefix = "token_default_token",
+ *   config_export = {
+ *     "id",
+ *     "label",
+ *     "type",
+ *     "bundle",
+ *     "pattern",
+ *     "replacement"
+ *   },
  *   admin_permission = "administer site configuration",
  *   entity_keys = {
  *     "id" = "id",
