Problem/Motivation
Status property is exported for configuration entities that doesn't have it.
Steps to reproduce
Export configuration.
Check user.role.anonymous.yml
Confirm that "status" property is present, but there is no "status" entity key in Drupal\user\Entity\Role
.
Proposed resolution
Do not export status property when configuration entity don't support it.
Remaining tasks
Patch
Review
Commit
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
TBD