Commit a354c30e authored by Fabrice Scoyer's avatar Fabrice Scoyer Committed by Fabrice Scoyer
Browse files

Issue #3073682 by flocondetoile: Entity type "entity_activity_generator" is...

Issue #3073682 by flocondetoile: Entity type "entity_activity_generator" is using config schema as a fallback for a missing `config_export`
parent 37c86026
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -44,6 +44,14 @@ use Drupal\entity_activity\Plugin\LogGeneratorPluginCollection;
 *     "disable" = "/admin/config/content/entity-activity/generators/{entity_activity_generator}/disable",
 *     "duplicate" = "/admin/config/content/entity-activity/generators/{entity_activity_generator}/duplicate",
 *     "collection" = "/admin/config/content/entity-activity/generators"
 *   },
 *   config_export = {
 *     "id",
 *     "label",
 *     "uuid",
 *     "status",
 *     "langcode",
 *     "generators",
 *   }
 * )
 */