diff --git a/modules/mandrill_template/src/Entity/MandrillTemplateMap.php b/modules/mandrill_template/src/Entity/MandrillTemplateMap.php
index 38a2a57..824bc4a 100644
--- a/modules/mandrill_template/src/Entity/MandrillTemplateMap.php
+++ b/modules/mandrill_template/src/Entity/MandrillTemplateMap.php
@@ -35,6 +35,14 @@ use Drupal\mandrill_template\MandrillTemplateMapInterface;
  *   links = {
  *     "edit-form" = "/admin/config/services/mandrill/templates/{mandrill_template_map}",
  *     "delete-form" = "/admin/config/services/mandrill/templates/{mandrill_template_map}/delete"
+ *   },
+ *   config_export = {
+ *     "id",
+ *     "label",
+ *     "mailsystem_key",
+ *     "template_id",
+ *     "main_section",
+ *     "sections",
  *   }
  * )
  */
