This is a simple asset that allows you to add to your enum declarations values from within the inspector.
It's super easy to use, you simply add the [ExtendEnum] attribute above any enum instance being shown in the inspector. You'll then be able to see and add new values.
Find the documentation for Extendable Enums, along with the open source code on Github:
https://github.com/7ark/ExtendableEnums