-
Notifications
You must be signed in to change notification settings - Fork 0
Expanding
Max edited this page Oct 27, 2023
·
1 revision
The amber configuration library does not have to just be for YAML. We just natively support YAML because it is widely used and is quite simple to understand. If you want to create a custom resource container type, you can just make a new class using the interface ResourceContainer
and add your code there.