As a developer, it would be fine if I can export the config of an entity (implementing ConfigEntityInterface) directly in its context.
For example, on admin/structure/types (listing the content types), in addition to the Edit, Delete, Manage Fields action, to have "Export config" action which would redirect me to admin/config/development/configuration/single/export/node_types/basic (for example).
The idea is to have a generic approach so it does not require additional development for module maintainers. The option would be visible only when the "config" (which should be named config_ui) module is enabled.
Comments
Comment #2
vbouchet