Commit 32624901 authored by Uttkarsh Tiwari's avatar Uttkarsh Tiwari Committed by Youri
Browse files

Issue #3135740 by u_tiwari, endless_wander, andypost, norwegian.blue, mandclu,...

Issue #3135740 by u_tiwari, endless_wander, andypost, norwegian.blue, mandclu, makesburbulis: Added missing config_export definitions in annotation.
parent 30c0bdf9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15,6 +15,15 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
 *   entity_keys = {
 *     "id" = "id",
 *     "label" = "id"
 *   },
 *   config_export = {
 *     "id",
 *     "machine_name",
 *     "entity_type",
 *     "bundle",
 *     "trigger",
 *     "conditions",
 *     "actions",
 *   }
 * )
 */
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,12 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
 *     "edit-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}",
 *     "admin-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}",
 *     "collection" = "/admin/structure/rng/registrant_types"
 *   },
 *   config_export = {
 *     "id",
 *     "label",
 *     "description",
 *     "label_pattern",
 *   }
 * )
 */
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,11 @@ use Drupal\rng\EventManagerInterface;
 *     "canonical" = "/admin/structure/rng/registration_types/manage/{registration_type}",
 *     "edit-form" = "/admin/structure/rng/registration_types/manage/{registration_type}",
 *     "delete-form" = "/admin/structure/rng/registration_types/manage/{registration_type}/delete",
 *   },
 *   config_export = {
 *     "id",
 *     "label",
 *     "description",
 *   }
 * )
 */
+17 −0
Original line number Diff line number Diff line
@@ -37,6 +37,23 @@ use Drupal\Core\Entity\Entity\EntityFormMode;
 *     "delete-form" = "/admin/structure/rng/event_types/manage/{rng_event_type}/delete",
 *     "event-access-defaults" = "/admin/structure/rng/event_types/manage/{rng_event_type}/access_defaults",
 *     "field-mapping" = "/admin/structure/rng/event_types/manage/{rng_event_type}/field_mapping",
 *   },
 *   config_export = {
 *     "id",
 *     "entity_type",
 *     "bundle",
 *     "mirror_operation_to_event_manage",
 *     "custom_rules",
 *     "default_registrant",
 *     "allow_anon_registrants",
 *     "auto_sync_registrants",
 *     "auto_attach_users",
 *     "registrant_email_field",
 *     "event_start_date_field",
 *     "event_end_date_field",
 *     "people_types",
 *     "default_messages",
 *     "fields",
 *   }
 * )
 */