Use case or problem
When trying any plugin, I always modify many plugin options’ value. Is there a better way to show the option which has been modified and its default value?
Proposed solution
- After plugin installation, create an
default-data.json. - By comparing
default-data.jsonwithdata.json, it will get the modified option list. - Show the modified option in Strong text.
- Show the default value after the modified option’s description.

