Interface YamlInitialValuesFragment

All Superinterfaces:
InstallFragment
All Known Implementing Classes:
YamlInitialValuesFragmentImpl

public interface YamlInitialValuesFragment extends InstallFragment
this fragment gathers all initial values defined in YAML files and writes them to the database, see readthedocs for a documentation what these files need to look like this is a interface so we can use the logic to write to the database from YamlInitialValueCustomChange as well