Consolidate the initial release:
- Add a configuration module:
- Includes a default configuration with the required fields and the fields to keep for each entry type.
- It will host the configuration loader for TOML entries.
- Non-supported entry types retain all their fields, re-ordered alphabetically.
- All entries, including the unsupported types, are re-ordered alphabetically.
- Error message now explicitly mention the problematic entries.